All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.ShipmentResults
java.lang.Object
|
+----com.ups.xmlsdk.xpci.ShipmentResults
- public class ShipmentResults
- extends Object
- implements Serializable
/**
The ShipmentResults Class is to be used as a data container. The instance variables available
in the ShipmentResults Class are those provided by the XPCI for package activity.
Creation date: (12/20/00 3:02:25 PM)
-
ShipmentResults()
- ShipmentResults constructor comment.
-
getBillingWeight()
- Insert the method's description here.
-
getDeliveryZone()
- Insert the method's description here.
-
getPackageResult()
- Insert the method's description here.
-
getPackageResults()
- Insert the method's description here.
-
getShipmentCharges()
- Insert the method's description here.
-
getShipmentIdentificationNumber()
- Insert the method's description here.
-
setBillingWeight(BillingWeight)
- Insert the method's description here.
-
setDeliveryZone(String)
- Insert the method's description here.
-
setPackageResult(Package)
- Insert the method's description here.
-
setPackageResults(Vector)
- Insert the method's description here.
-
setShipmentCharges(ShipmentCharges)
- Insert the method's description here.
-
setShipmentIdentificationNumber(String)
- Insert the method's description here.
-
toString()
- Returns a String that represents the value of this object.
ShipmentResults
public ShipmentResults()
- ShipmentResults constructor comment.
getBillingWeight
public BillingWeight getBillingWeight()
- Insert the method's description here.
Creation date: (12/20/00 3:58:55 PM)
- Returns:
- com.ups.xml.beans.BillingWeight
getDeliveryZone
public String getDeliveryZone()
- Insert the method's description here.
Creation date: (12/20/00 3:03:42 PM)
- Returns:
- java.lang.String
getPackageResult
public Package getPackageResult()
- Insert the method's description here.
Creation date: (12/20/00 4:06:02 PM)
- Returns:
- com.ups.xml.beans.Package
getPackageResults
public Vector getPackageResults()
- Insert the method's description here.
Creation date: (12/20/00 3:05:40 PM)
- Returns:
- java.util.Vector
getShipmentCharges
public ShipmentCharges getShipmentCharges()
- Insert the method's description here.
Creation date: (12/20/00 3:04:14 PM)
- Returns:
- com.ups.xml.beans.ShipmentCharges
getShipmentIdentificationNumber
public String getShipmentIdentificationNumber()
- Insert the method's description here.
Creation date: (12/20/00 3:04:56 PM)
- Returns:
- java.lang.String
setBillingWeight
public void setBillingWeight(BillingWeight newBillingWeight)
- Insert the method's description here.
Creation date: (12/20/00 3:58:55 PM)
- Parameters:
- newBillingWeight - com.ups.xml.beans.BillingWeight
setDeliveryZone
public void setDeliveryZone(String newDeliveryZone)
- Insert the method's description here.
Creation date: (12/20/00 3:03:42 PM)
- Parameters:
- newDeliveryZone - java.lang.String
setPackageResult
public void setPackageResult(Package newPackageResult)
- Insert the method's description here.
Creation date: (12/20/00 4:06:02 PM)
- Parameters:
- newPackageResult - com.ups.xml.beans.Package
setPackageResults
public void setPackageResults(Vector newPackageResults)
- Insert the method's description here.
Creation date: (12/20/00 3:05:40 PM)
- Parameters:
- newPackageResults - java.util.Vector
setShipmentCharges
public void setShipmentCharges(ShipmentCharges newShipmentCharges)
- Insert the method's description here.
Creation date: (12/20/00 3:04:14 PM)
- Parameters:
- newShipmentCharges - com.ups.xml.beans.ShipmentCharges
setShipmentIdentificationNumber
public void setShipmentIdentificationNumber(String newShipmentIdentificationNumber)
- Insert the method's description here.
Creation date: (12/20/00 3:04:56 PM)
- Parameters:
- newShipmentIdentificationNumber - java.lang.String
toString
public String toString()
- Returns a String that represents the value of this object.
- Returns:
- a string representation of the receiver
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index