com.ibm.commerce.webservice.datatype
Class RequisitionerID

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

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

Constructor Summary
RequisitionerID()
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

RequisitionerID

public RequisitionerID()
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