com.ibm.commerce.webservice.datatype
Class UserDataField

java.lang.Object
  com.ibm.commerce.webservice.datatype.UserDataField
All Implemented Interfaces:
java.io.Serializable

public class UserDataField
extends java.lang.Object
implements java.io.Serializable
 This class represents the complex type 
See Also:
Serialized Form

Constructor Summary
UserDataField()
Method Summary
java.lang.String getName()
Gets the name
java.lang.String getValue()
Gets the value
void setName(java.lang.String name)
Sets the name
void setValue(java.lang.String value)
Sets the value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UserDataField

public UserDataField()
Method Detail

getName

public java.lang.String getName()
Gets the name
Returns:
Returns a String

getValue

public java.lang.String getValue()
Gets the value
Returns:
Returns a String

setName

public void setName(java.lang.String name)
Sets the name
Parameters:
name - The name to set

setValue

public void setValue(java.lang.String value)
Sets the value
Parameters:
value - The value to set

Feedback