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.


Constructor Index

 o ReferenceNumber()

Method Index

 o getCode()
Returns the instance variable value for Reference Number Code
 o getValue()
Returns the instance variable value for Reference Number Value
 o setCode(String)
Sets the instance variable value for Reference Number Code
 o setValue(String)
Sets the instance variable value for Reference Number Value
 o toString()
Returns a String representation of the ReferenceNumbers' state, token delimeted (=).

Constructors

 o ReferenceNumber
 public ReferenceNumber()

Methods

 o getCode
 public String getCode()
Returns the instance variable value for Reference Number Code

Returns:
java.lang.String
 o getValue
 public String getValue()
Returns the instance variable value for Reference Number Value

Returns:
java.lang.String
 o setCode
 public void setCode(String newCode)
Sets the instance variable value for Reference Number Code

Parameters:
newCode - java.lang.String
 o setValue
 public void setValue(String newValue)
Sets the instance variable value for Reference Number Value

Parameters:
newValue - java.lang.String
 o 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