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)


Constructor Index

 o UnitOfMeasurement()
UnitOfMeasurement constructor comment.

Method Index

 o getCode()
Insert the method's description here.
 o getValue()
Insert the method's description here.
 o setCode(String)
Insert the method's description here.
 o setValue(String)
Insert the method's description here.

Constructors

 o UnitOfMeasurement
 public UnitOfMeasurement()
UnitOfMeasurement constructor comment.

Methods

 o getCode
 public String getCode()
Insert the method's description here. Creation date: (12/20/00 5:11:23 PM)

Returns:
java.lang.String
 o getValue
 public String getValue()
Insert the method's description here. Creation date: (12/20/00 5:12:03 PM)

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