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.
-
PrepaidBillThirdShipper()
-
-
getAccountNumber()
- Returns the instance variable value for PrepaidBillThirdShipper Account Number
-
getThirdParty()
- Returns the instance variable value for PrepaidBillThirdShipper Third Party
-
setAccountNumber(String)
- Sets the instance variable value for PrepaidBillThirdShipper Account Number
-
setThirdParty(CorpAgent)
- Sets the instance variable value for PrepaidBillThirdShipper Third Party
-
toString()
- Returns a String representation of the PrepaidBillThirdShipper's state, token delimeted (=).
PrepaidBillThirdShipper
public PrepaidBillThirdShipper()
getAccountNumber
public String getAccountNumber()
- Returns the instance variable value for PrepaidBillThirdShipper Account Number
- Returns:
- java.lang.String
- Overrides:
- getAccountNumber in class Prepaid
getThirdParty
public CorpAgent getThirdParty()
- Returns the instance variable value for PrepaidBillThirdShipper Third Party
- Returns:
- com.ups.xmlsdk.xpci.CorpAgent
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
setThirdParty
public void setThirdParty(CorpAgent newThirdParty)
- Sets the instance variable value for PrepaidBillThirdShipper Third Party
- Parameters:
- newThirdParty - com.ups.xmlsdk.xpci.CorpAgent
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