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.


Constructor Index

 o ShipmentServiceOptions()

Method Index

 o getCallTagARSCode()
Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Code
 o getCallTagARSNumber()
Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Number
 o getCallTagARSPickupDate()
Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date
 o getInsuredValue()
Returns the instance variable value for Package Service Options Insured Value
 o getInsuredValueCode()
Returns the instance variable value for Package Service Options Insured Value Code
 o getOnCallAir()
Returns the instance variable value for ShipmentServiceOptions OnCall Air
 o getShipmentNotification()
Returns the instance variable value for ShipmentServiceOptions Shipment Notifications
 o isSaturdayDelivery()
Returns the instance variable value for ShipmentServiceOptions Saturday Delivery Indicator
 o isSaturdayPickup()
Returns the instance variable value for ShipmentServiceOptions Saturday Pickup
 o setCallTagARSCode(String)
Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Code
 o setCallTagARSNumber(String)
Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Number
 o setCallTagARSPickupDate(String)
Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date
 o setInsuredValue(String)
Sets the instance variable value for Package Service Options Insured Value.
 o setInsuredValueCode(String)
Sets the instance variable value for Package Service Options Insured Value Code.
 o setOnCallAir(PickupDetails)
Sets the instance variable value for ShipmentServiceOptions On Call Air
 o setSaturdayDelivery(boolean)
Sets the instance variable value for ShipmentServiceOptions Saturday Delivery
 o setSaturdayPickup(boolean)
Sets the instance variable value for ShipmentServiceOptions Saturday Pickup
 o setShipmentNotification(Vector)
Sets the instance variable value for ShipmentServiceOptions Shipment Notification
 o toString()
Returns a String representation of the ShipmentServiceOptions' state, token delimeted (=).

Constructors

 o ShipmentServiceOptions
 public ShipmentServiceOptions()

Methods

 o getCallTagARSCode
 public String getCallTagARSCode()
Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Code

Returns:
java.lang.String
 o getCallTagARSNumber
 public String getCallTagARSNumber()
Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Number

Returns:
java.lang.String
 o getCallTagARSPickupDate
 public String getCallTagARSPickupDate()
Returns the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date

Returns:
java.lang.String
 o getInsuredValue
 public String getInsuredValue()
Returns the instance variable value for Package Service Options Insured Value

Returns:
java.lang.String
 o getInsuredValueCode
 public String getInsuredValueCode()
Returns the instance variable value for Package Service Options Insured Value Code

Returns:
java.lang.String
 o getOnCallAir
 public PickupDetails getOnCallAir()
Returns the instance variable value for ShipmentServiceOptions OnCall Air

Returns:
com.ups.xml.beans.PickupDetails
 o getShipmentNotification
 public Vector getShipmentNotification()
Returns the instance variable value for ShipmentServiceOptions Shipment Notifications

Returns:
java.util.Vector
 o isSaturdayDelivery
 public boolean isSaturdayDelivery()
Returns the instance variable value for ShipmentServiceOptions Saturday Delivery Indicator

Returns:
boolean
 o isSaturdayPickup
 public boolean isSaturdayPickup()
Returns the instance variable value for ShipmentServiceOptions Saturday Pickup

Returns:
boolean
 o setCallTagARSCode
 public void setCallTagARSCode(String newCallTagARSCode)
Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Code

Parameters:
newCallTagARSCode - java.lang.String
 o setCallTagARSNumber
 public void setCallTagARSNumber(String newCallTagARSNumber)
Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Number

Parameters:
newCallTagARSNumber - java.lang.String
 o setCallTagARSPickupDate
 public void setCallTagARSPickupDate(String newCallTagARSPickupDate)
Sets the instance variable value for ShipmentServiceOptions Call Tag ARS Pickup Date

Parameters:
newCallTagARSPickupDate - java.lang.String
 o setInsuredValue
 public void setInsuredValue(String newInsuredValue)
Sets the instance variable value for Package Service Options Insured Value.

Parameters:
newInsuredValue - java.lang.String
 o setInsuredValueCode
 public void setInsuredValueCode(String newInsuredValueCode)
Sets the instance variable value for Package Service Options Insured Value Code.

Parameters:
newInsuredValueCode - java.lang.String
 o setOnCallAir
 public void setOnCallAir(PickupDetails newOnCallAir)
Sets the instance variable value for ShipmentServiceOptions On Call Air

Parameters:
newOnCallAir - com.ups.xml.beans.PickupDetails
 o setSaturdayDelivery
 public void setSaturdayDelivery(boolean newSaturdayDelivery)
Sets the instance variable value for ShipmentServiceOptions Saturday Delivery

Parameters:
newSaturdayDelivery - boolean
 o setSaturdayPickup
 public void setSaturdayPickup(boolean newSaturdayPickup)
Sets the instance variable value for ShipmentServiceOptions Saturday Pickup

Parameters:
newSaturdayPickup - boolean
 o setShipmentNotification
 public void setShipmentNotification(Vector newShipmentNotification)
Sets the instance variable value for ShipmentServiceOptions Shipment Notification

Parameters:
newShipmentNotification - java.util.Vector
 o 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