java.lang.Objectcom.ibm.commerce.webservice.datatype.ProductDimension
This class represents the complex type
Constructor Summary | |
ProductDimension() |
Method Summary | |
java.lang.String | getProductHeight() Gets the productHeight |
java.lang.String | getProductLength() Gets the productLength |
java.lang.String | getProductWidth() Gets the productWidth |
java.lang.String | getUnitOfMeasure() Gets the unitOfMeasure |
void | setProductHeight(java.lang.String productHeight) Sets the productHeight |
void | setProductLength(java.lang.String productLength) Sets the productLength |
void | setProductWidth(java.lang.String productWidth) Sets the productWidth |
void | setUnitOfMeasure(java.lang.String unitOfMeasure) Sets the unitOfMeasure |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProductDimension()
Method Detail |
public java.lang.String getProductHeight()
public java.lang.String getProductLength()
public java.lang.String getProductWidth()
public java.lang.String getUnitOfMeasure()
public void setProductHeight(java.lang.String productHeight)
public void setProductLength(java.lang.String productLength)
public void setProductWidth(java.lang.String productWidth)
public void setUnitOfMeasure(java.lang.String unitOfMeasure)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.