All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.xpci.UnitOfMeasurement
java.lang.Object
|
+----com.ups.xmlsdk.xpci.UnitOfMeasurement
- public class UnitOfMeasurement
- extends Object
- implements Serializable
Insert the type's description here.
Creation date: (12/20/00 5:10:54 PM)
-
UnitOfMeasurement()
- UnitOfMeasurement constructor comment.
-
getCode()
- Insert the method's description here.
-
getValue()
- Insert the method's description here.
-
setCode(String)
- Insert the method's description here.
-
setValue(String)
- Insert the method's description here.
UnitOfMeasurement
public UnitOfMeasurement()
- UnitOfMeasurement constructor comment.
getCode
public String getCode()
- Insert the method's description here.
Creation date: (12/20/00 5:11:23 PM)
- Returns:
- java.lang.String
getValue
public String getValue()
- Insert the method's description here.
Creation date: (12/20/00 5:12:03 PM)
- Returns:
- java.lang.String
setCode
public void setCode(String newCode)
- Insert the method's description here.
Creation date: (12/20/00 5:11:23 PM)
- Parameters:
- newCode - java.lang.String
setValue
public void setValue(String newValue)
- Insert the method's description here.
Creation date: (12/20/00 5:12:03 PM)
- Parameters:
- newValue - java.lang.String
All Packages Class Hierarchy This Package Previous Next Index