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.


Constructor Index

 o AddressLabelFormat()

Method Index

 o getUserInput()
Returns a Vector of User Input instance values.
 o setUserInput(Vector)
Sets a Vector of User Input instance values.
 o toString()
Returns the beans data as a String of XML Nodes.

Constructors

 o AddressLabelFormat
 public AddressLabelFormat()

Methods

 o getUserInput
 public Vector getUserInput()
Returns a Vector of User Input instance values.

Returns:
java.util.Vector
 o setUserInput
 public void setUserInput(Vector newUserInput)
Sets a Vector of User Input instance values.

Parameters:
newUserInput - java.util.Vector
 o 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