All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.PackageServiceOptions
java.lang.Object
|
+----com.ups.xmlsdk.xpci.PackageServiceOptions
- public class PackageServiceOptions
- extends Object
- implements Serializable
The PackageServiceOptions Class is to be used as a data container. The instance variables available
in the PackageServiceOptions Class are those provided by the XPCI for package activity.
-
PackageServiceOptions()
- PackageServiceOptions constructor.
-
getCODAmountCode()
- Returns the instance variable value for Package Service Options COD Amount Value
-
getCODAmountValue()
- Returns the instance variable value for Package Service Options COD Amount Value
-
getCODCode()
- Returns the instance variable value for Package Service Options COD Code
-
getCODControlNumber()
- Returns the instance variable value for Package Service Options COD Control Number
-
getCODFundsCode()
- Returns the instance variable value for Package Service Options COD Funds Code
-
getDeliveryConfirmationNumber()
- Returns the instance variable value for Package Service Options Delivery Confirmation Number
-
getDeliveryConfirmationType()
- Returns the instance variable value for Package Service Options Delivery Confirmation Type
-
getEarliestDeliveryTime()
- Returns the instance variable value for Package Service Options Earliest Delivery Time
-
getHazardousMaterialCode()
- Returns the instance variable value for Package Service Options Hazardous Materials Code
-
getInsuredValue()
- Returns the instance variable value for Package Service Options Insured Value
-
getInsuredValueCode()
- Returns the instance variable value for Package Service Options Insured Value Code
-
getShipmentNotification()
- Returns the instance variable value for Package Service Options Shipment Notification
-
getVerbalContactName()
- Returns the instance variable value for Package Service Options Verbal Confirmation Name
-
getVerbalContactPhone()
- Returns the instance variable value for Package Service Options Verbal Cofirmation Phone
-
isHoldForPickup()
- Returns the instance variable value for Package Service Options Hold For Pickup Indicator
-
isSignatureRequired()
- Returns the instance variable value for Package Service Options Signature Required Indicator
-
setCODAmountCode(String)
- Sets the instance variable value for Package Service Options COD Amount Code
-
setCODAmountValue(String)
- Sets the instance variable value for Package Service Options COD Amount Value
-
setCODCode(String)
- Sets the instance variable value for Package Service Options COD Code
-
setCODControlNumber(String)
- Sets the instance variable value for Package Service Options COD Control Number.
-
setCODFundsCode(String)
- Sets the instance variable value for Package Service Options COD Funds code
-
setDeliveryConfirmationNumber(String)
- Sets the instance variable value for Package Service Options
Delivery Confirmation Number
-
setDeliveryConfirmationType(String)
- Sets the instance variable value for Package Service Options Delivery Confirmation Type.
-
setEarliestDeliveryTime(String)
- Sets the instance variable value for Package Service Options Earliest Delivery Time.
-
setHazardousMaterialCode(String)
- Sets the instance variable value for Package Service Options Hazardous Materials Code.
-
setHoldForPickup(boolean)
- Sets the instance variable value for Package Service Options Hold For Pickup Indicator.
-
setInsuredValue(String)
- Sets the instance variable value for Package Service Options Insured Value.
-
setInsuredValueCode(String)
- Sets the instance variable value for Package Service Options Insured Value Code.
-
setShipmentNotification(Vector)
- Sets the instance variable value for Package Service Options Shipment Notification.
-
setSignatureRequired(boolean)
- Sets the instance variable value for Package Service Options Signature Required Indicator.
-
setVerbalContactName(String)
- Sets the instance variable value for Package Service Options Verbal Confirmation Name.
-
setVerbalContactPhone(Object)
- Sets the instance variable value for Package Service Options Verbal Confirmation Phone.
-
toString()
- Returns a String representation of the PacakageServiceOptions' state, token delimeted (=).
PackageServiceOptions
public PackageServiceOptions()
- PackageServiceOptions constructor.
getCODAmountCode
public String getCODAmountCode()
- Returns the instance variable value for Package Service Options COD Amount Value
- Returns:
- java.lang.String
getCODAmountValue
public String getCODAmountValue()
- Returns the instance variable value for Package Service Options COD Amount Value
- Returns:
- java.lang.String
getCODCode
public String getCODCode()
- Returns the instance variable value for Package Service Options COD Code
- Returns:
- java.lang.String
getCODControlNumber
public String getCODControlNumber()
- Returns the instance variable value for Package Service Options COD Control Number
- Returns:
- java.lang.String
getCODFundsCode
public String getCODFundsCode()
- Returns the instance variable value for Package Service Options COD Funds Code
- Returns:
- java.lang.String
getDeliveryConfirmationNumber
public String getDeliveryConfirmationNumber()
- Returns the instance variable value for Package Service Options Delivery Confirmation Number
- Returns:
- java.lang.String
getDeliveryConfirmationType
public String getDeliveryConfirmationType()
- Returns the instance variable value for Package Service Options Delivery Confirmation Type
- Returns:
- java.lang.String
getEarliestDeliveryTime
public String getEarliestDeliveryTime()
- Returns the instance variable value for Package Service Options Earliest Delivery Time
- Returns:
- java.lang.String
getHazardousMaterialCode
public String getHazardousMaterialCode()
- Returns the instance variable value for Package Service Options Hazardous Materials Code
- Returns:
- java.lang.String
getInsuredValue
public String getInsuredValue()
- Returns the instance variable value for Package Service Options Insured Value
- Returns:
- java.lang.String
getInsuredValueCode
public String getInsuredValueCode()
- Returns the instance variable value for Package Service Options Insured Value Code
- Returns:
- java.lang.String
getShipmentNotification
public Vector getShipmentNotification()
- Returns the instance variable value for Package Service Options Shipment Notification
- Returns:
- java.util.Vector
getVerbalContactName
public String getVerbalContactName()
- Returns the instance variable value for Package Service Options Verbal Confirmation Name
- Returns:
- java.lang.String
getVerbalContactPhone
public Object getVerbalContactPhone()
- Returns the instance variable value for Package Service Options Verbal Cofirmation Phone
- Returns:
- java.lang.Object
isHoldForPickup
public boolean isHoldForPickup()
- Returns the instance variable value for Package Service Options Hold For Pickup Indicator
- Returns:
- boolean
isSignatureRequired
public boolean isSignatureRequired()
- Returns the instance variable value for Package Service Options Signature Required Indicator
- Returns:
- boolean
setCODAmountCode
public void setCODAmountCode(String newCODAmountCode)
- Sets the instance variable value for Package Service Options COD Amount Code
- Parameters:
- newCODAmountCode - java.lang.String
setCODAmountValue
public void setCODAmountValue(String newCODAmountValue)
- Sets the instance variable value for Package Service Options COD Amount Value
- Parameters:
- newCODAmountValue - java.lang.String
setCODCode
public void setCODCode(String newCODCode)
- Sets the instance variable value for Package Service Options COD Code
- Parameters:
- newCODCode - java.lang.String
setCODControlNumber
public void setCODControlNumber(String newCODControlNumber)
- Sets the instance variable value for Package Service Options COD Control Number.
- Parameters:
- newCODControlNumber - java.lang.String
setCODFundsCode
public void setCODFundsCode(String newCODFundsCode)
- Sets the instance variable value for Package Service Options COD Funds code
- Parameters:
- newCODFundsCode - java.lang.String
setDeliveryConfirmationNumber
public void setDeliveryConfirmationNumber(String newDeliveryConfirmationNumber)
- Sets the instance variable value for Package Service Options
Delivery Confirmation Number
- Parameters:
- newDeliveryConfirmationNumber - java.lang.String
setDeliveryConfirmationType
public void setDeliveryConfirmationType(String newDeliveryConfirmationType)
- Sets the instance variable value for Package Service Options Delivery Confirmation Type.
- Parameters:
- newDeliveryConfirmationType - java.lang.String
setEarliestDeliveryTime
public void setEarliestDeliveryTime(String newEarliestDeliveryTime)
- Sets the instance variable value for Package Service Options Earliest Delivery Time.
- Parameters:
- newEarliestDeliveryTime - java.lang.String
setHazardousMaterialCode
public void setHazardousMaterialCode(String newHazardousMaterialCode)
- Sets the instance variable value for Package Service Options Hazardous Materials Code.
- Parameters:
- newHazardousMaterialCode - java.lang.String
setHoldForPickup
public void setHoldForPickup(boolean newHoldForPickup)
- Sets the instance variable value for Package Service Options Hold For Pickup Indicator.
- Parameters:
- newHoldForPickup - boolean
setInsuredValue
public void setInsuredValue(String newInsuredValue)
- Sets the instance variable value for Package Service Options Insured Value.
- Parameters:
- newInsuredValue - java.lang.String
setInsuredValueCode
public void setInsuredValueCode(String newInsuredValueCode)
- Sets the instance variable value for Package Service Options Insured Value Code.
- Parameters:
- newInsuredValueCode - java.lang.String
setShipmentNotification
public void setShipmentNotification(Vector newShipmentNotification)
- Sets the instance variable value for Package Service Options Shipment Notification.
- Parameters:
- newShipmentNotification - java.util.Vector
setSignatureRequired
public void setSignatureRequired(boolean newSignatureRequired)
- Sets the instance variable value for Package Service Options Signature Required Indicator.
- Parameters:
- newSignatureRequired - boolean
setVerbalContactName
public void setVerbalContactName(String newVerbalContactName)
- Sets the instance variable value for Package Service Options Verbal Confirmation Name.
- Parameters:
- newVerbalContactName - java.lang.String
setVerbalContactPhone
public void setVerbalContactPhone(Object newVerbalContactPhone)
- Sets the instance variable value for Package Service Options Verbal Confirmation Phone.
- Parameters:
- newVerbalContactPhone - java.lang.Object
toString
public String toString()
- Returns a String representation of the PacakageServiceOptions' state, token delimeted (=).
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index