All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.AddressLabelFormat
java.lang.Object
|
+----com.ups.xmlsdk.xpci.AddressAbstract
|
+----com.ups.xmlsdk.xpci.AddressLabelFormat
- public class AddressLabelFormat
- extends AddressAbstract
- implements Serializable
The AddressLabelFormat Class is to be used as a data container. The instance variables available
in the AddressLabelFormat Class are those provided by the XPCI for AddressLabelFormat.
-
AddressLabelFormat()
-
-
getUserInput()
-
Returns a Vector of User Input instance values.
-
setUserInput(Vector)
-
Sets a Vector of User Input instance values.
-
toString()
- Returns the beans data as a String of XML Nodes.
AddressLabelFormat
public AddressLabelFormat()
getUserInput
public Vector getUserInput()
- Returns a Vector of User Input instance values.
- Returns:
- java.util.Vector
setUserInput
public void setUserInput(Vector newUserInput)
- Sets a Vector of User Input instance values.
- Parameters:
- newUserInput - java.util.Vector
toString
public String toString()
- Returns the beans data as a String of XML Nodes.
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index