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)


Constructor Index

 o ShipmentResults()
ShipmentResults constructor comment.

Method Index

 o getBillingWeight()
Insert the method's description here.
 o getDeliveryZone()
Insert the method's description here.
 o getPackageResult()
Insert the method's description here.
 o getPackageResults()
Insert the method's description here.
 o getShipmentCharges()
Insert the method's description here.
 o getShipmentIdentificationNumber()
Insert the method's description here.
 o setBillingWeight(BillingWeight)
Insert the method's description here.
 o setDeliveryZone(String)
Insert the method's description here.
 o setPackageResult(Package)
Insert the method's description here.
 o setPackageResults(Vector)
Insert the method's description here.
 o setShipmentCharges(ShipmentCharges)
Insert the method's description here.
 o setShipmentIdentificationNumber(String)
Insert the method's description here.
 o toString()
Returns a String that represents the value of this object.

Constructors

 o ShipmentResults
 public ShipmentResults()
ShipmentResults constructor comment.

Methods

 o 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
 o getDeliveryZone
 public String getDeliveryZone()
Insert the method's description here. Creation date: (12/20/00 3:03:42 PM)

Returns:
java.lang.String
 o 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
 o getPackageResults
 public Vector getPackageResults()
Insert the method's description here. Creation date: (12/20/00 3:05:40 PM)

Returns:
java.util.Vector
 o 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
 o getShipmentIdentificationNumber
 public String getShipmentIdentificationNumber()
Insert the method's description here. Creation date: (12/20/00 3:04:56 PM)

Returns:
java.lang.String
 o 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
 o 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
 o 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
 o 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
 o 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
 o 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
 o 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