All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.Shipment

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.Shipment

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


Constructor Index

 o Shipment()
Shipment constructor.

Method Index

 o getAlternateDeliveryDate()
Returns the instance variable value for Shipment Alternate Delivery Date
 o getAlternateDeliveryTime()
Returns the instance variable value for Shipment Alternate Delivery Time
 o getDeliveryZone()
Returns the instance variable value for Shipment Delivery Zone
 o getDescription()
Returns the instance variable value for Shipment Description
 o getDocuments()
Returns the instance variable value for Shipment Documents Indicator
 o getHandlingCharge()
Returns the instance variable value for Shipment Handling Charge
 o getInvoiceCurrencyCode()
Returns the instance variable value for Shipment Invoice Currency Code
 o getInvoiceMonetaryValue()
Returns the instance variable value for Shipment Invoice Monetary Value
 o getPackages()
Returns the instance variable value for Shipment Packages
 o getPaymentInfo()
Returns the instance variable value for Shipment Payment Information
 o getPickupDate()
Returns the instance variable value for Shipment Pickup Date
 o getReferenceNumbers()
Returns the instance variable value for Shipment Reference Numbers
 o getScheduledDeliveryDate()
Returns the instance variable value for Shipment Scheduled Delivery Date
 o getScheduledDeliveryTime()
Returns the instance variable value for Shipment Scheduled Delivery Time
 o getServiceCode()
Returns the instance variable value for Shipment Service Code
 o getServiceDescription()
Returns the instance variable value for Shipment Service Description
 o getShipFrom()
Returns the instance variable value for Shipment Ship From Agent
 o getShipmentID()
Returns the instance variable value for Shipment Shipment Identification Number
 o getShipmentServiceOptions()
Returns the instance variable value for Shipment Shipment Service Options
 o getShipmentWeight()
Returns the instance variable value for Shipment Weight
 o getShipmentWeightCode()
Returns the instance variable value for Shipment Weight Code
 o getShipmentWeightDescription()
Returns the instance variable value for Shipment Weight Description
 o getShipper()
Returns the instance variable value for Shipment Shipper Agent
 o getShipTo()
Returns the instance variable value for Shipment Ship To Agent
 o setAlternateDeliveryDate(String)
Sets the instance variable value for Shipment Alternate Delivery Date
 o setAlternateDeliveryTime(String)
Sets the instance variable value for Shipment Alternate Delivery Time
 o setDeliveryZone(String)
Sets the instance variable value for Shipment Delivery Zone
 o setDescription(String)
Sets the instance variable value for Shipment Description
 o setDocuments(boolean)
Sets the instance variable value for Shipment Documents
 o setHandlingCharge(HandlingCharge)
Sets the instance variable value for Shipment Handling Charge
 o setInvoiceCurrencyCode(String)
Sets the instance variable value for Shipment Invoice Currency Code
 o setInvoiceMonetaryValue(String)
Sets the instance variable value for Shipment Invoice Monetary Value
 o setPackages(Vector)
Sets the instance variable value for Shipment Packages
 o setPaymentInfo(Object)
Sets the instance variable value for Shipment Payment Information
 o setPickupDate(String)
Sets the instance variable value for Shipment Pickup Date
 o setReferenceNumbers(Vector)
Sets the instance variable value for Shipment Reference Numbers
 o setScheduledDeliveryDate(String)
Sets the instance variable value for Shipment Scheduled Delivery Date
 o setScheduledDeliveryTime(String)
Sets the instance variable value for Shipment Scheduled Delivery Time
 o setServiceCode(String)
Sets the instance variable value for Shipment Service Code
 o setServiceDescription(String)
Sets the instance variable value for Shipment Service Description
 o setShipFrom(Agent)
Sets the instance variable value for Shipment Ship From Agent
 o setShipmentID(String)
Sets the instance variable value for Shipment Shipment Identification Number
 o setShipmentServiceOptions(ShipmentServiceOptions)
Sets the instance variable value for Shipment Service Options
 o setShipmentWeight(String)
Sets the instance variable value for Shipment Weight
 o setShipmentWeightCode(String)
Sets the instance variable value for Shipment Weight Code
 o setShipmentWeightDescription(String)
Sets the instance variable value for Shipment Weight Description
 o setShipper(Agent)
Sets the instance variable value for Shipment Shipper Agent
 o setShipTo(Agent)
Sets the instance variable value for Shipment ShipTo Agent
 o toString()
Returns a String representation of the Shipment's state, token delimeted (=).

Constructors

 o Shipment
 public Shipment()
Shipment constructor.

Methods

 o getAlternateDeliveryDate
 public String getAlternateDeliveryDate()
Returns the instance variable value for Shipment Alternate Delivery Date

Returns:
java.lang.String
 o getAlternateDeliveryTime
 public String getAlternateDeliveryTime()
Returns the instance variable value for Shipment Alternate Delivery Time

Returns:
java.lang.String
 o getDeliveryZone
 public String getDeliveryZone()
Returns the instance variable value for Shipment Delivery Zone

Returns:
java.lang.String
 o getDescription
 public String getDescription()
Returns the instance variable value for Shipment Description

Returns:
java.lang.String
 o getDocuments
 public boolean getDocuments()
Returns the instance variable value for Shipment Documents Indicator

Returns:
boolean
 o getHandlingCharge
 public HandlingCharge getHandlingCharge()
Returns the instance variable value for Shipment Handling Charge

Returns:
com.ups.xml.beans.HandlingCharge
 o getInvoiceCurrencyCode
 public String getInvoiceCurrencyCode()
Returns the instance variable value for Shipment Invoice Currency Code

Returns:
java.lang.String
 o getInvoiceMonetaryValue
 public String getInvoiceMonetaryValue()
Returns the instance variable value for Shipment Invoice Monetary Value

Returns:
java.lang.String
 o getPackages
 public Vector getPackages()
Returns the instance variable value for Shipment Packages

Returns:
java.util.Vector
 o getPaymentInfo
 public Object getPaymentInfo()
Returns the instance variable value for Shipment Payment Information

Returns:
java.lang.Object
 o getPickupDate
 public String getPickupDate()
Returns the instance variable value for Shipment Pickup Date

Returns:
java.lang.String
 o getReferenceNumbers
 public Vector getReferenceNumbers()
Returns the instance variable value for Shipment Reference Numbers

Returns:
java.util.Vector
 o getScheduledDeliveryDate
 public String getScheduledDeliveryDate()
Returns the instance variable value for Shipment Scheduled Delivery Date

Returns:
java.lang.String
 o getScheduledDeliveryTime
 public String getScheduledDeliveryTime()
Returns the instance variable value for Shipment Scheduled Delivery Time

Returns:
java.lang.String
 o getServiceCode
 public String getServiceCode()
Returns the instance variable value for Shipment Service Code

Returns:
java.lang.String
 o getServiceDescription
 public String getServiceDescription()
Returns the instance variable value for Shipment Service Description

Returns:
java.lang.String
 o getShipFrom
 public Agent getShipFrom()
Returns the instance variable value for Shipment Ship From Agent

Returns:
com.ups.xml.beans.Agent
 o getShipmentID
 public String getShipmentID()
Returns the instance variable value for Shipment Shipment Identification Number

Returns:
java.lang.String
 o getShipmentServiceOptions
 public ShipmentServiceOptions getShipmentServiceOptions()
Returns the instance variable value for Shipment Shipment Service Options

Returns:
com.ups.xml.beans.ShipmentServiceOptions
 o getShipmentWeight
 public String getShipmentWeight()
Returns the instance variable value for Shipment Weight

Returns:
java.lang.String
 o getShipmentWeightCode
 public String getShipmentWeightCode()
Returns the instance variable value for Shipment Weight Code

Returns:
java.lang.String
 o getShipmentWeightDescription
 public String getShipmentWeightDescription()
Returns the instance variable value for Shipment Weight Description

Returns:
java.lang.String
 o getShipper
 public Agent getShipper()
Returns the instance variable value for Shipment Shipper Agent

Returns:
com.ups.xml.beans.Agent
 o getShipTo
 public Agent getShipTo()
Returns the instance variable value for Shipment Ship To Agent

Returns:
com.ups.xml.beans.Agent
 o setAlternateDeliveryDate
 public void setAlternateDeliveryDate(String newAlternateDeliveryDate)
Sets the instance variable value for Shipment Alternate Delivery Date

Parameters:
newAlternateDeliveryDate - java.lang.String
 o setAlternateDeliveryTime
 public void setAlternateDeliveryTime(String newAlternateDeliveryTime)
Sets the instance variable value for Shipment Alternate Delivery Time

Parameters:
newAlternateDeliveryTime - java.lang.String
 o setDeliveryZone
 public void setDeliveryZone(String newDeliveryZone)
Sets the instance variable value for Shipment Delivery Zone

Parameters:
newDeliveryZone - java.lang.String
 o setDescription
 public void setDescription(String newDescription)
Sets the instance variable value for Shipment Description

Parameters:
newDescription - java.lang.String
 o setDocuments
 public void setDocuments(boolean newDocuments)
Sets the instance variable value for Shipment Documents

Parameters:
newDocuments - boolean
 o setHandlingCharge
 public void setHandlingCharge(HandlingCharge newHandlingCharge)
Sets the instance variable value for Shipment Handling Charge

Parameters:
newHandlingCharge - com.ups.xml.beans.HandlingCharge
 o setInvoiceCurrencyCode
 public void setInvoiceCurrencyCode(String newInvoiceCurrencyCode)
Sets the instance variable value for Shipment Invoice Currency Code

Parameters:
newInvoiceCurrencyCode - java.lang.String
 o setInvoiceMonetaryValue
 public void setInvoiceMonetaryValue(String newInvoiceMonetaryValue)
Sets the instance variable value for Shipment Invoice Monetary Value

Parameters:
newInvoiceMonetaryValue - java.lang.String
 o setPackages
 public void setPackages(Vector newPackages)
Sets the instance variable value for Shipment Packages

Parameters:
newPackages - java.util.Vector
 o setPaymentInfo
 public void setPaymentInfo(Object newPaymentInfo)
Sets the instance variable value for Shipment Payment Information

Parameters:
newPaymentInfo - java.lang.Object
 o setPickupDate
 public void setPickupDate(String newPickupDate)
Sets the instance variable value for Shipment Pickup Date

Parameters:
newPickupDate - java.lang.String
 o setReferenceNumbers
 public void setReferenceNumbers(Vector newReferenceNumbers)
Sets the instance variable value for Shipment Reference Numbers

Parameters:
newReferenceNumbers - java.util.Vector
 o setScheduledDeliveryDate
 public void setScheduledDeliveryDate(String newScheduledDeliveryDate)
Sets the instance variable value for Shipment Scheduled Delivery Date

Parameters:
newScheduledDeliveryDate - java.lang.String
 o setScheduledDeliveryTime
 public void setScheduledDeliveryTime(String newScheduledDeliveryTime)
Sets the instance variable value for Shipment Scheduled Delivery Time

Parameters:
newScheduledDeliveryTime - java.lang.String
 o setServiceCode
 public void setServiceCode(String newServiceCode)
Sets the instance variable value for Shipment Service Code

Parameters:
newServiceCode - java.lang.String
 o setServiceDescription
 public void setServiceDescription(String newServiceDescription)
Sets the instance variable value for Shipment Service Description

Parameters:
newServiceDescription - java.lang.String
 o setShipFrom
 public void setShipFrom(Agent newShipFrom)
Sets the instance variable value for Shipment Ship From Agent

Parameters:
newShipFrom - com.ups.xml.beans.Agent
 o setShipmentID
 public void setShipmentID(String newShipmentID)
Sets the instance variable value for Shipment Shipment Identification Number

Parameters:
newShipmentID - java.lang.String
 o setShipmentServiceOptions
 public void setShipmentServiceOptions(ShipmentServiceOptions newShipmentServiceOptions)
Sets the instance variable value for Shipment Service Options

Parameters:
newShipmentServiceOptions - com.ups.xml.beans.ShipmentServiceOptions
 o setShipmentWeight
 public void setShipmentWeight(String newShipmentWeight)
Sets the instance variable value for Shipment Weight

Parameters:
newShipmentWeight - java.lang.String
 o setShipmentWeightCode
 public void setShipmentWeightCode(String newShipmentWeightCode)
Sets the instance variable value for Shipment Weight Code

Parameters:
newShipmentWeightCode - java.lang.String
 o setShipmentWeightDescription
 public void setShipmentWeightDescription(String newShipmentWeightDescription)
Sets the instance variable value for Shipment Weight Description

Parameters:
newShipmentWeightDescription - java.lang.String
 o setShipper
 public void setShipper(Agent newShipper)
Sets the instance variable value for Shipment Shipper Agent

Parameters:
newShipper - com.ups.xml.beans.Agent
 o setShipTo
 public void setShipTo(Agent newShipTo)
Sets the instance variable value for Shipment ShipTo Agent

Parameters:
newShipTo - com.ups.xml.beans.Agent
 o toString
 public String toString()
Returns a String representation of the Shipment's state, token delimeted (=).

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index