All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.CorpAgent
java.lang.Object
|
+----com.ups.xmlsdk.xpci.CorpAgent
- public class CorpAgent
- extends Object
- implements Serializable
The CorpAgent Class is to be used as a data container. The instance variables available
in the CorpAgent Class are those provided by the XPCI for package activity.
-
CorpAgent()
-
-
getAddress()
- Returns the instance variable value for CorpAgent Address.
-
getAttentionName()
- Returns the instance variable value for CorpAgent Attention Name.
-
getCompanyName()
- Returns the instance variable value for CorpAgent Company Name.
-
getFaxDestinationFaxNumber()
- Returns the instance variable value for CorpAgent Fax Destination Fax Number.
-
getFaxDestinationID()
- Returns the instance variable value for CorpAgent Fax Destination Identification Number.
-
getPhoneNumber()
- Returns the instance variable value for CorpAgent Phone Number.
-
getShipperAssignedID()
- Returns the instance variable value for CorpAgent Shipper Assigned Identification Number.
-
getShipperNumber()
- Returns the instance variable value for CorpAgent Shipper Number.
-
getTaxID()
- Returns the instance variable value for CorpAgent Tax Identification Number.
-
setAddress(Address)
- Sets the instance variable value for CorpAgent Address.
-
setAttentionName(String)
- Sets the instance variable value for CorpAgent Attention Name.
-
setCompanyName(String)
- Sets the instance variable value for CorpAgent Company Name.
-
setFaxDestinationFaxNumber(String)
- Sets the instance variable value for CorpAgent Fax Destination Fax Number.
-
setFaxDestinationID(String)
- Sets the instance variable value for CorpAgent Fax Destination Identification Number.
-
setPhoneNumber(Vector)
- Sets the instance variable value for CorpAgent Phone Number.
-
setShipperAssignedID(String)
- Sets the instance variable value for CorpAgent Shipper Assigned Identification Number.
-
setShipperNumber(String)
- Sets the instance variable value for CorpAgent Shipper Number.
-
setTaxID(String)
- Sets the instance variable value for CorpAgent Tax Identification Number.
-
toString()
- Returns a String representation of the CorpAgent's state, token delimeted (=).
CorpAgent
public CorpAgent()
getAddress
public Address getAddress()
- Returns the instance variable value for CorpAgent Address.
- Returns:
- com.ups.xml.beans.Address
getAttentionName
public String getAttentionName()
- Returns the instance variable value for CorpAgent Attention Name.
- Returns:
- java.lang.String
getCompanyName
public String getCompanyName()
- Returns the instance variable value for CorpAgent Company Name.
- Returns:
- java.lang.String
getFaxDestinationFaxNumber
public String getFaxDestinationFaxNumber()
- Returns the instance variable value for CorpAgent Fax Destination Fax Number.
- Returns:
- java.lang.String
getFaxDestinationID
public String getFaxDestinationID()
- Returns the instance variable value for CorpAgent Fax Destination Identification Number.
- Returns:
- java.lang.String
getPhoneNumber
public Vector getPhoneNumber()
- Returns the instance variable value for CorpAgent Phone Number.
- Returns:
- java.util.Vector
getShipperAssignedID
public String getShipperAssignedID()
- Returns the instance variable value for CorpAgent Shipper Assigned Identification Number.
- Returns:
- java.lang.String
getShipperNumber
public String getShipperNumber()
- Returns the instance variable value for CorpAgent Shipper Number.
- Returns:
- java.lang.String
getTaxID
public String getTaxID()
- Returns the instance variable value for CorpAgent Tax Identification Number.
- Returns:
- java.lang.String
setAddress
public void setAddress(Address newAddress)
- Sets the instance variable value for CorpAgent Address.
- Parameters:
- newAddress - com.ups.xml.beans.Address
setAttentionName
public void setAttentionName(String newAttentionName)
- Sets the instance variable value for CorpAgent Attention Name.
- Parameters:
- newAttentionName - java.lang.String
setCompanyName
public void setCompanyName(String newCompanyName)
- Sets the instance variable value for CorpAgent Company Name.
- Parameters:
- newCompanyName - java.lang.String
setFaxDestinationFaxNumber
public void setFaxDestinationFaxNumber(String newFaxDestinationFaxNumber)
- Sets the instance variable value for CorpAgent Fax Destination Fax Number.
- Parameters:
- newFaxNumber - java.lang.String
setFaxDestinationID
public void setFaxDestinationID(String newFaxDestinationID)
- Sets the instance variable value for CorpAgent Fax Destination Identification Number.
- Parameters:
- newFaxDestinationID - java.lang.String
setPhoneNumber
public void setPhoneNumber(Vector newPhoneNumber)
- Sets the instance variable value for CorpAgent Phone Number.
- Parameters:
- newPhoneNumber - java.lang.String
setShipperAssignedID
public void setShipperAssignedID(String newShipperAssignedID)
- Sets the instance variable value for CorpAgent Shipper Assigned Identification Number.
- Parameters:
- newShipperAssignedID - java.lang.String
setShipperNumber
public void setShipperNumber(String newShipperNumber)
- Sets the instance variable value for CorpAgent Shipper Number.
- Parameters:
- newShipperNumber - java.lang.String
setTaxID
public void setTaxID(String newTaxID)
- Sets the instance variable value for CorpAgent Tax Identification Number.
- Parameters:
- newTaxID - java.lang.String
toString
public String toString()
- Returns a String representation of the CorpAgent's state, token delimeted (=).
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index