All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.PrepaidBillThirdShipper

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.BillingMethod
           |
           +----com.ups.xmlsdk.xpci.Prepaid
                   |
                   +----com.ups.xmlsdk.xpci.PrepaidBillThirdShipper

public class PrepaidBillThirdShipper
extends Prepaid
implements Serializable
The PrepaidBillThirdShipper Class is to be used as a data container. The instance variables available in the PrepaidBillThirdShipper Class are those provided by the XPCI for package activity.


Constructor Index

 o PrepaidBillThirdShipper()

Method Index

 o getAccountNumber()
Returns the instance variable value for PrepaidBillThirdShipper Account Number
 o getThirdParty()
Returns the instance variable value for PrepaidBillThirdShipper Third Party
 o setAccountNumber(String)
Sets the instance variable value for PrepaidBillThirdShipper Account Number
 o setThirdParty(CorpAgent)
Sets the instance variable value for PrepaidBillThirdShipper Third Party
 o toString()
Returns a String representation of the PrepaidBillThirdShipper's state, token delimeted (=).

Constructors

 o PrepaidBillThirdShipper
 public PrepaidBillThirdShipper()

Methods

 o getAccountNumber
 public String getAccountNumber()
Returns the instance variable value for PrepaidBillThirdShipper Account Number

Returns:
java.lang.String
Overrides:
getAccountNumber in class Prepaid
 o getThirdParty
 public CorpAgent getThirdParty()
Returns the instance variable value for PrepaidBillThirdShipper Third Party

Returns:
com.ups.xmlsdk.xpci.CorpAgent
 o setAccountNumber
 public void setAccountNumber(String newAccountNumber)
Sets the instance variable value for PrepaidBillThirdShipper Account Number

Parameters:
newAccountNumber - java.lang.String
Overrides:
setAccountNumber in class Prepaid
 o setThirdParty
 public void setThirdParty(CorpAgent newThirdParty)
Sets the instance variable value for PrepaidBillThirdShipper Third Party

Parameters:
newThirdParty - com.ups.xmlsdk.xpci.CorpAgent
 o toString
 public String toString()
Returns a String representation of the PrepaidBillThirdShipper's state, token delimeted (=).

Returns:
java.lang.String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index