All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.BillingWeight

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

public class BillingWeight
extends Object
implements Serializable
Insert the type's description here. Creation date: (12/20/00 3:06:23 PM)


Constructor Index

 o BillingWeight()
BillingWeight constructor comment.

Method Index

 o getUnitOfMeasurement()
Insert the method's description here.
 o getWeight()
Insert the method's description here.
 o setUnitOfMeasurement(UnitOfMeasurement)
Insert the method's description here.
 o setWeight(String)
Insert the method's description here.
 o toString()
Returns a String that represents the value of this object.

Constructors

 o BillingWeight
 public BillingWeight()
BillingWeight constructor comment.

Methods

 o getUnitOfMeasurement
 public UnitOfMeasurement getUnitOfMeasurement()
Insert the method's description here. Creation date: (12/20/00 3:06:54 PM)

Returns:
java.lang.String
 o getWeight
 public String getWeight()
Insert the method's description here. Creation date: (12/20/00 3:07:24 PM)

Returns:
java.lang.String
 o setUnitOfMeasurement
 public void setUnitOfMeasurement(UnitOfMeasurement newUnitOfMeasurement)
Insert the method's description here. Creation date: (12/20/00 3:06:54 PM)

Parameters:
newUnitOfMeasurement - java.lang.String
 o setWeight
 public void setWeight(String newWeight)
Insert the method's description here. Creation date: (12/20/00 3:07:24 PM)

Parameters:
newWeight - 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