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.
-
Shipment()
- Shipment constructor.
-
getAlternateDeliveryDate()
- Returns the instance variable value for Shipment Alternate Delivery Date
-
getAlternateDeliveryTime()
- Returns the instance variable value for Shipment Alternate Delivery Time
-
getDeliveryZone()
- Returns the instance variable value for Shipment Delivery Zone
-
getDescription()
- Returns the instance variable value for Shipment Description
-
getDocuments()
- Returns the instance variable value for Shipment Documents Indicator
-
getHandlingCharge()
- Returns the instance variable value for Shipment Handling Charge
-
getInvoiceCurrencyCode()
- Returns the instance variable value for Shipment Invoice Currency Code
-
getInvoiceMonetaryValue()
- Returns the instance variable value for Shipment Invoice Monetary Value
-
getPackages()
- Returns the instance variable value for Shipment Packages
-
getPaymentInfo()
- Returns the instance variable value for Shipment Payment Information
-
getPickupDate()
- Returns the instance variable value for Shipment Pickup Date
-
getReferenceNumbers()
- Returns the instance variable value for Shipment Reference Numbers
-
getScheduledDeliveryDate()
- Returns the instance variable value for Shipment Scheduled Delivery Date
-
getScheduledDeliveryTime()
- Returns the instance variable value for Shipment Scheduled Delivery Time
-
getServiceCode()
- Returns the instance variable value for Shipment Service Code
-
getServiceDescription()
- Returns the instance variable value for Shipment Service Description
-
getShipFrom()
- Returns the instance variable value for Shipment Ship From Agent
-
getShipmentID()
- Returns the instance variable value for Shipment Shipment Identification Number
-
getShipmentServiceOptions()
- Returns the instance variable value for Shipment Shipment Service Options
-
getShipmentWeight()
- Returns the instance variable value for Shipment Weight
-
getShipmentWeightCode()
- Returns the instance variable value for Shipment Weight Code
-
getShipmentWeightDescription()
- Returns the instance variable value for Shipment Weight Description
-
getShipper()
- Returns the instance variable value for Shipment Shipper Agent
-
getShipTo()
- Returns the instance variable value for Shipment Ship To Agent
-
setAlternateDeliveryDate(String)
- Sets the instance variable value for Shipment Alternate Delivery Date
-
setAlternateDeliveryTime(String)
- Sets the instance variable value for Shipment Alternate Delivery Time
-
setDeliveryZone(String)
- Sets the instance variable value for Shipment Delivery Zone
-
setDescription(String)
- Sets the instance variable value for Shipment Description
-
setDocuments(boolean)
- Sets the instance variable value for Shipment Documents
-
setHandlingCharge(HandlingCharge)
- Sets the instance variable value for Shipment Handling Charge
-
setInvoiceCurrencyCode(String)
- Sets the instance variable value for Shipment Invoice Currency Code
-
setInvoiceMonetaryValue(String)
- Sets the instance variable value for Shipment Invoice Monetary Value
-
setPackages(Vector)
- Sets the instance variable value for Shipment Packages
-
setPaymentInfo(Object)
- Sets the instance variable value for Shipment Payment Information
-
setPickupDate(String)
- Sets the instance variable value for Shipment Pickup Date
-
setReferenceNumbers(Vector)
- Sets the instance variable value for Shipment Reference Numbers
-
setScheduledDeliveryDate(String)
- Sets the instance variable value for Shipment Scheduled Delivery Date
-
setScheduledDeliveryTime(String)
- Sets the instance variable value for Shipment Scheduled Delivery Time
-
setServiceCode(String)
- Sets the instance variable value for Shipment Service Code
-
setServiceDescription(String)
- Sets the instance variable value for Shipment Service Description
-
setShipFrom(Agent)
- Sets the instance variable value for Shipment Ship From Agent
-
setShipmentID(String)
- Sets the instance variable value for Shipment Shipment Identification Number
-
setShipmentServiceOptions(ShipmentServiceOptions)
- Sets the instance variable value for Shipment Service Options
-
setShipmentWeight(String)
- Sets the instance variable value for Shipment Weight
-
setShipmentWeightCode(String)
- Sets the instance variable value for Shipment Weight Code
-
setShipmentWeightDescription(String)
- Sets the instance variable value for Shipment Weight Description
-
setShipper(Agent)
- Sets the instance variable value for Shipment Shipper Agent
-
setShipTo(Agent)
- Sets the instance variable value for Shipment ShipTo Agent
-
toString()
- Returns a String representation of the Shipment's state, token delimeted (=).
Shipment
public Shipment()
- Shipment constructor.
getAlternateDeliveryDate
public String getAlternateDeliveryDate()
- Returns the instance variable value for Shipment Alternate Delivery Date
- Returns:
- java.lang.String
getAlternateDeliveryTime
public String getAlternateDeliveryTime()
- Returns the instance variable value for Shipment Alternate Delivery Time
- Returns:
- java.lang.String
getDeliveryZone
public String getDeliveryZone()
- Returns the instance variable value for Shipment Delivery Zone
- Returns:
- java.lang.String
getDescription
public String getDescription()
- Returns the instance variable value for Shipment Description
- Returns:
- java.lang.String
getDocuments
public boolean getDocuments()
- Returns the instance variable value for Shipment Documents Indicator
- Returns:
- boolean
getHandlingCharge
public HandlingCharge getHandlingCharge()
- Returns the instance variable value for Shipment Handling Charge
- Returns:
- com.ups.xml.beans.HandlingCharge
getInvoiceCurrencyCode
public String getInvoiceCurrencyCode()
- Returns the instance variable value for Shipment Invoice Currency Code
- Returns:
- java.lang.String
getInvoiceMonetaryValue
public String getInvoiceMonetaryValue()
- Returns the instance variable value for Shipment Invoice Monetary Value
- Returns:
- java.lang.String
getPackages
public Vector getPackages()
- Returns the instance variable value for Shipment Packages
- Returns:
- java.util.Vector
getPaymentInfo
public Object getPaymentInfo()
- Returns the instance variable value for Shipment Payment Information
- Returns:
- java.lang.Object
getPickupDate
public String getPickupDate()
- Returns the instance variable value for Shipment Pickup Date
- Returns:
- java.lang.String
getReferenceNumbers
public Vector getReferenceNumbers()
- Returns the instance variable value for Shipment Reference Numbers
- Returns:
- java.util.Vector
getScheduledDeliveryDate
public String getScheduledDeliveryDate()
- Returns the instance variable value for Shipment Scheduled Delivery Date
- Returns:
- java.lang.String
getScheduledDeliveryTime
public String getScheduledDeliveryTime()
- Returns the instance variable value for Shipment Scheduled Delivery Time
- Returns:
- java.lang.String
getServiceCode
public String getServiceCode()
- Returns the instance variable value for Shipment Service Code
- Returns:
- java.lang.String
getServiceDescription
public String getServiceDescription()
- Returns the instance variable value for Shipment Service Description
- Returns:
- java.lang.String
getShipFrom
public Agent getShipFrom()
- Returns the instance variable value for Shipment Ship From Agent
- Returns:
- com.ups.xml.beans.Agent
getShipmentID
public String getShipmentID()
- Returns the instance variable value for Shipment Shipment Identification Number
- Returns:
- java.lang.String
getShipmentServiceOptions
public ShipmentServiceOptions getShipmentServiceOptions()
- Returns the instance variable value for Shipment Shipment Service Options
- Returns:
- com.ups.xml.beans.ShipmentServiceOptions
getShipmentWeight
public String getShipmentWeight()
- Returns the instance variable value for Shipment Weight
- Returns:
- java.lang.String
getShipmentWeightCode
public String getShipmentWeightCode()
- Returns the instance variable value for Shipment Weight Code
- Returns:
- java.lang.String
getShipmentWeightDescription
public String getShipmentWeightDescription()
- Returns the instance variable value for Shipment Weight Description
- Returns:
- java.lang.String
getShipper
public Agent getShipper()
- Returns the instance variable value for Shipment Shipper Agent
- Returns:
- com.ups.xml.beans.Agent
getShipTo
public Agent getShipTo()
- Returns the instance variable value for Shipment Ship To Agent
- Returns:
- com.ups.xml.beans.Agent
setAlternateDeliveryDate
public void setAlternateDeliveryDate(String newAlternateDeliveryDate)
- Sets the instance variable value for Shipment Alternate Delivery Date
- Parameters:
- newAlternateDeliveryDate - java.lang.String
setAlternateDeliveryTime
public void setAlternateDeliveryTime(String newAlternateDeliveryTime)
- Sets the instance variable value for Shipment Alternate Delivery Time
- Parameters:
- newAlternateDeliveryTime - java.lang.String
setDeliveryZone
public void setDeliveryZone(String newDeliveryZone)
- Sets the instance variable value for Shipment Delivery Zone
- Parameters:
- newDeliveryZone - java.lang.String
setDescription
public void setDescription(String newDescription)
- Sets the instance variable value for Shipment Description
- Parameters:
- newDescription - java.lang.String
setDocuments
public void setDocuments(boolean newDocuments)
- Sets the instance variable value for Shipment Documents
- Parameters:
- newDocuments - boolean
setHandlingCharge
public void setHandlingCharge(HandlingCharge newHandlingCharge)
- Sets the instance variable value for Shipment Handling Charge
- Parameters:
- newHandlingCharge - com.ups.xml.beans.HandlingCharge
setInvoiceCurrencyCode
public void setInvoiceCurrencyCode(String newInvoiceCurrencyCode)
- Sets the instance variable value for Shipment Invoice Currency Code
- Parameters:
- newInvoiceCurrencyCode - java.lang.String
setInvoiceMonetaryValue
public void setInvoiceMonetaryValue(String newInvoiceMonetaryValue)
- Sets the instance variable value for Shipment Invoice Monetary Value
- Parameters:
- newInvoiceMonetaryValue - java.lang.String
setPackages
public void setPackages(Vector newPackages)
- Sets the instance variable value for Shipment Packages
- Parameters:
- newPackages - java.util.Vector
setPaymentInfo
public void setPaymentInfo(Object newPaymentInfo)
- Sets the instance variable value for Shipment Payment Information
- Parameters:
- newPaymentInfo - java.lang.Object
setPickupDate
public void setPickupDate(String newPickupDate)
- Sets the instance variable value for Shipment Pickup Date
- Parameters:
- newPickupDate - java.lang.String
setReferenceNumbers
public void setReferenceNumbers(Vector newReferenceNumbers)
- Sets the instance variable value for Shipment Reference Numbers
- Parameters:
- newReferenceNumbers - java.util.Vector
setScheduledDeliveryDate
public void setScheduledDeliveryDate(String newScheduledDeliveryDate)
- Sets the instance variable value for Shipment Scheduled Delivery Date
- Parameters:
- newScheduledDeliveryDate - java.lang.String
setScheduledDeliveryTime
public void setScheduledDeliveryTime(String newScheduledDeliveryTime)
- Sets the instance variable value for Shipment Scheduled Delivery Time
- Parameters:
- newScheduledDeliveryTime - java.lang.String
setServiceCode
public void setServiceCode(String newServiceCode)
- Sets the instance variable value for Shipment Service Code
- Parameters:
- newServiceCode - java.lang.String
setServiceDescription
public void setServiceDescription(String newServiceDescription)
- Sets the instance variable value for Shipment Service Description
- Parameters:
- newServiceDescription - java.lang.String
setShipFrom
public void setShipFrom(Agent newShipFrom)
- Sets the instance variable value for Shipment Ship From Agent
- Parameters:
- newShipFrom - com.ups.xml.beans.Agent
setShipmentID
public void setShipmentID(String newShipmentID)
- Sets the instance variable value for Shipment Shipment Identification Number
- Parameters:
- newShipmentID - java.lang.String
setShipmentServiceOptions
public void setShipmentServiceOptions(ShipmentServiceOptions newShipmentServiceOptions)
- Sets the instance variable value for Shipment Service Options
- Parameters:
- newShipmentServiceOptions - com.ups.xml.beans.ShipmentServiceOptions
setShipmentWeight
public void setShipmentWeight(String newShipmentWeight)
- Sets the instance variable value for Shipment Weight
- Parameters:
- newShipmentWeight - java.lang.String
setShipmentWeightCode
public void setShipmentWeightCode(String newShipmentWeightCode)
- Sets the instance variable value for Shipment Weight Code
- Parameters:
- newShipmentWeightCode - java.lang.String
setShipmentWeightDescription
public void setShipmentWeightDescription(String newShipmentWeightDescription)
- Sets the instance variable value for Shipment Weight Description
- Parameters:
- newShipmentWeightDescription - java.lang.String
setShipper
public void setShipper(Agent newShipper)
- Sets the instance variable value for Shipment Shipper Agent
- Parameters:
- newShipper - com.ups.xml.beans.Agent
setShipTo
public void setShipTo(Agent newShipTo)
- Sets the instance variable value for Shipment ShipTo Agent
- Parameters:
- newShipTo - com.ups.xml.beans.Agent
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