com.ibm.commerce.webservice.datatype
Class ProductWeight

java.lang.Object
  com.ibm.commerce.webservice.datatype.ProductWeight
All Implemented Interfaces:
java.io.Serializable

public class ProductWeight
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

  
 
See Also:
Serialized Form

Constructor Summary
ProductWeight()
Method Summary
java.lang.String getUnitOfMeasure()
Gets the unitOfMeasure
java.lang.String getValue()
Gets the value
void setUnitOfMeasure(java.lang.String unitOfMeasure)
Sets the unitOfMeasure
void setValue(java.lang.String value)
Sets the value
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ProductWeight

public ProductWeight()
Method Detail

getUnitOfMeasure

public java.lang.String getUnitOfMeasure()
Gets the unitOfMeasure
Returns:
Returns a String

getValue

public java.lang.String getValue()
Gets the value
Returns:
Returns a String

setUnitOfMeasure

public void setUnitOfMeasure(java.lang.String unitOfMeasure)
Sets the unitOfMeasure
Parameters:
unitOfMeasure - The unitOfMeasure to set

setValue

public void setValue(java.lang.String value)
Sets the value
Parameters:
value - The value to set

Feedback