com.ibm.commerce.webservice.datatype
Class OrgID

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

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

Constructor Summary
OrgID()
Method Summary
java.lang.String getType()
Gets the type
java.lang.String getValue()
Gets the value
void setType(java.lang.String type)
Sets the type
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

OrgID

public OrgID()
Method Detail

getType

public java.lang.String getType()
Gets the type
Returns:
Returns a String

getValue

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

setType

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

setValue

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

Feedback