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)
-
BillingWeight()
- BillingWeight constructor comment.
-
getUnitOfMeasurement()
- Insert the method's description here.
-
getWeight()
- Insert the method's description here.
-
setUnitOfMeasurement(UnitOfMeasurement)
- Insert the method's description here.
-
setWeight(String)
- Insert the method's description here.
-
toString()
- Returns a String that represents the value of this object.
BillingWeight
public BillingWeight()
- BillingWeight constructor comment.
getUnitOfMeasurement
public UnitOfMeasurement getUnitOfMeasurement()
- Insert the method's description here.
Creation date: (12/20/00 3:06:54 PM)
- Returns:
- java.lang.String
getWeight
public String getWeight()
- Insert the method's description here.
Creation date: (12/20/00 3:07:24 PM)
- Returns:
- java.lang.String
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
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
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