All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.ReferenceNumber
java.lang.Object
|
+----com.ups.xmlsdk.xpci.ReferenceNumber
- public class ReferenceNumber
- extends Object
- implements Serializable
The ReferenceNumber Class is to be used as a data container. The instance variables available
in the ReferenceNumber Class are those provided by the XPCI for package activity.
-
ReferenceNumber()
-
-
getCode()
- Returns the instance variable value for Reference Number Code
-
getValue()
- Returns the instance variable value for Reference Number Value
-
setCode(String)
- Sets the instance variable value for Reference Number Code
-
setValue(String)
- Sets the instance variable value for Reference Number Value
-
toString()
- Returns a String representation of the ReferenceNumbers' state, token delimeted (=).
ReferenceNumber
public ReferenceNumber()
getCode
public String getCode()
- Returns the instance variable value for Reference Number Code
- Returns:
- java.lang.String
getValue
public String getValue()
- Returns the instance variable value for Reference Number Value
- Returns:
- java.lang.String
setCode
public void setCode(String newCode)
- Sets the instance variable value for Reference Number Code
- Parameters:
- newCode - java.lang.String
setValue
public void setValue(String newValue)
- Sets the instance variable value for Reference Number Value
- Parameters:
- newValue - java.lang.String
toString
public String toString()
- Returns a String representation of the ReferenceNumbers' state, token delimeted (=).
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index