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.


Constructor Index

 o CorpAgent()

Method Index

 o getAddress()
Returns the instance variable value for CorpAgent Address.
 o getAttentionName()
Returns the instance variable value for CorpAgent Attention Name.
 o getCompanyName()
Returns the instance variable value for CorpAgent Company Name.
 o getFaxDestinationFaxNumber()
Returns the instance variable value for CorpAgent Fax Destination Fax Number.
 o getFaxDestinationID()
Returns the instance variable value for CorpAgent Fax Destination Identification Number.
 o getPhoneNumber()
Returns the instance variable value for CorpAgent Phone Number.
 o getShipperAssignedID()
Returns the instance variable value for CorpAgent Shipper Assigned Identification Number.
 o getShipperNumber()
Returns the instance variable value for CorpAgent Shipper Number.
 o getTaxID()
Returns the instance variable value for CorpAgent Tax Identification Number.
 o setAddress(Address)
Sets the instance variable value for CorpAgent Address.
 o setAttentionName(String)
Sets the instance variable value for CorpAgent Attention Name.
 o setCompanyName(String)
Sets the instance variable value for CorpAgent Company Name.
 o setFaxDestinationFaxNumber(String)
Sets the instance variable value for CorpAgent Fax Destination Fax Number.
 o setFaxDestinationID(String)
Sets the instance variable value for CorpAgent Fax Destination Identification Number.
 o setPhoneNumber(Vector)
Sets the instance variable value for CorpAgent Phone Number.
 o setShipperAssignedID(String)
Sets the instance variable value for CorpAgent Shipper Assigned Identification Number.
 o setShipperNumber(String)
Sets the instance variable value for CorpAgent Shipper Number.
 o setTaxID(String)
Sets the instance variable value for CorpAgent Tax Identification Number.
 o toString()
Returns a String representation of the CorpAgent's state, token delimeted (=).

Constructors

 o CorpAgent
 public CorpAgent()

Methods

 o getAddress
 public Address getAddress()
Returns the instance variable value for CorpAgent Address.

Returns:
com.ups.xml.beans.Address
 o getAttentionName
 public String getAttentionName()
Returns the instance variable value for CorpAgent Attention Name.

Returns:
java.lang.String
 o getCompanyName
 public String getCompanyName()
Returns the instance variable value for CorpAgent Company Name.

Returns:
java.lang.String
 o getFaxDestinationFaxNumber
 public String getFaxDestinationFaxNumber()
Returns the instance variable value for CorpAgent Fax Destination Fax Number.

Returns:
java.lang.String
 o getFaxDestinationID
 public String getFaxDestinationID()
Returns the instance variable value for CorpAgent Fax Destination Identification Number.

Returns:
java.lang.String
 o getPhoneNumber
 public Vector getPhoneNumber()
Returns the instance variable value for CorpAgent Phone Number.

Returns:
java.util.Vector
 o getShipperAssignedID
 public String getShipperAssignedID()
Returns the instance variable value for CorpAgent Shipper Assigned Identification Number.

Returns:
java.lang.String
 o getShipperNumber
 public String getShipperNumber()
Returns the instance variable value for CorpAgent Shipper Number.

Returns:
java.lang.String
 o getTaxID
 public String getTaxID()
Returns the instance variable value for CorpAgent Tax Identification Number.

Returns:
java.lang.String
 o setAddress
 public void setAddress(Address newAddress)
Sets the instance variable value for CorpAgent Address.

Parameters:
newAddress - com.ups.xml.beans.Address
 o setAttentionName
 public void setAttentionName(String newAttentionName)
Sets the instance variable value for CorpAgent Attention Name.

Parameters:
newAttentionName - java.lang.String
 o setCompanyName
 public void setCompanyName(String newCompanyName)
Sets the instance variable value for CorpAgent Company Name.

Parameters:
newCompanyName - java.lang.String
 o setFaxDestinationFaxNumber
 public void setFaxDestinationFaxNumber(String newFaxDestinationFaxNumber)
Sets the instance variable value for CorpAgent Fax Destination Fax Number.

Parameters:
newFaxNumber - java.lang.String
 o setFaxDestinationID
 public void setFaxDestinationID(String newFaxDestinationID)
Sets the instance variable value for CorpAgent Fax Destination Identification Number.

Parameters:
newFaxDestinationID - java.lang.String
 o setPhoneNumber
 public void setPhoneNumber(Vector newPhoneNumber)
Sets the instance variable value for CorpAgent Phone Number.

Parameters:
newPhoneNumber - java.lang.String
 o setShipperAssignedID
 public void setShipperAssignedID(String newShipperAssignedID)
Sets the instance variable value for CorpAgent Shipper Assigned Identification Number.

Parameters:
newShipperAssignedID - java.lang.String
 o setShipperNumber
 public void setShipperNumber(String newShipperNumber)
Sets the instance variable value for CorpAgent Shipper Number.

Parameters:
newShipperNumber - java.lang.String
 o setTaxID
 public void setTaxID(String newTaxID)
Sets the instance variable value for CorpAgent Tax Identification Number.

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