All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.ShipmentServiceOptions
java.lang.Object
|
+----com.ups.xmlsdk.xpci.ShipmentServiceOptions
- public class ShipmentServiceOptions
- extends Object
- implements Serializable
The ShipmentServiceOptions Class is to be used as a data container. The instance variables available
in the ShipmentServiceOptions Class are those provided by the XPCI for package activity.
-
ShipmentServiceOptions()
-
-
getCallTagARSCode()
- Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Code
-
getCallTagARSNumber()
- Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Number
-
getCallTagARSPickupDate()
- Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date
-
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
-
getOnCallAir()
- Returns the instance variable value for ShipmentServiceOptions OnCall Air
-
getShipmentNotification()
- Returns the instance variable value for ShipmentServiceOptions Shipment Notifications
-
isSaturdayDelivery()
- Returns the instance variable value for ShipmentServiceOptions Saturday Delivery Indicator
-
isSaturdayPickup()
- Returns the instance variable value for ShipmentServiceOptions Saturday Pickup
-
setCallTagARSCode(String)
- Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Code
-
setCallTagARSNumber(String)
- Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Number
-
setCallTagARSPickupDate(String)
- Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date
-
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.
-
setOnCallAir(PickupDetails)
- Sets the instance variable value for ShipmentServiceOptions On Call Air
-
setSaturdayDelivery(boolean)
- Sets the instance variable value for ShipmentServiceOptions Saturday Delivery
-
setSaturdayPickup(boolean)
- Sets the instance variable value for ShipmentServiceOptions Saturday Pickup
-
setShipmentNotification(Vector)
- Sets the instance variable value for ShipmentServiceOptions Shipment Notification
-
toString()
- Returns a String representation of the ShipmentServiceOptions' state, token delimeted (=).
ShipmentServiceOptions
public ShipmentServiceOptions()
getCallTagARSCode
public String getCallTagARSCode()
- Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Code
- Returns:
- java.lang.String
getCallTagARSNumber
public String getCallTagARSNumber()
- Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Number
- Returns:
- java.lang.String
getCallTagARSPickupDate
public String getCallTagARSPickupDate()
- Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date
- 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
getOnCallAir
public PickupDetails getOnCallAir()
- Returns the instance variable value for ShipmentServiceOptions OnCall Air
- Returns:
- com.ups.xml.beans.PickupDetails
getShipmentNotification
public Vector getShipmentNotification()
- Returns the instance variable value for ShipmentServiceOptions Shipment Notifications
- Returns:
- java.util.Vector
isSaturdayDelivery
public boolean isSaturdayDelivery()
- Returns the instance variable value for ShipmentServiceOptions Saturday Delivery Indicator
- Returns:
- boolean
isSaturdayPickup
public boolean isSaturdayPickup()
- Returns the instance variable value for ShipmentServiceOptions Saturday Pickup
- Returns:
- boolean
setCallTagARSCode
public void setCallTagARSCode(String newCallTagARSCode)
- Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Code
- Parameters:
- newCallTagARSCode - java.lang.String
setCallTagARSNumber
public void setCallTagARSNumber(String newCallTagARSNumber)
- Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Number
- Parameters:
- newCallTagARSNumber - java.lang.String
setCallTagARSPickupDate
public void setCallTagARSPickupDate(String newCallTagARSPickupDate)
- Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date
- Parameters:
- newCallTagARSPickupDate - java.lang.String
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
setOnCallAir
public void setOnCallAir(PickupDetails newOnCallAir)
- Sets the instance variable value for ShipmentServiceOptions On Call Air
- Parameters:
- newOnCallAir - com.ups.xml.beans.PickupDetails
setSaturdayDelivery
public void setSaturdayDelivery(boolean newSaturdayDelivery)
- Sets the instance variable value for ShipmentServiceOptions Saturday Delivery
- Parameters:
- newSaturdayDelivery - boolean
setSaturdayPickup
public void setSaturdayPickup(boolean newSaturdayPickup)
- Sets the instance variable value for ShipmentServiceOptions Saturday Pickup
- Parameters:
- newSaturdayPickup - boolean
setShipmentNotification
public void setShipmentNotification(Vector newShipmentNotification)
- Sets the instance variable value for ShipmentServiceOptions Shipment Notification
- Parameters:
- newShipmentNotification - java.util.Vector
toString
public String toString()
- Returns a String representation of the ShipmentServiceOptions' state, token delimeted (=).
- Returns:
- java.lang.String
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index