com.ibm.commerce.webservice.datatype
Class ProductDimension

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

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

This class represents the complex type

  
  
  
   
  
See Also:
Serialized Form

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

ProductDimension

public ProductDimension()
Method Detail

getProductHeight

public java.lang.String getProductHeight()
Gets the productHeight
Returns:
Returns a String

getProductLength

public java.lang.String getProductLength()
Gets the productLength
Returns:
Returns a String

getProductWidth

public java.lang.String getProductWidth()
Gets the productWidth
Returns:
Returns a String

getUnitOfMeasure

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

setProductHeight

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

setProductLength

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

setProductWidth

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

setUnitOfMeasure

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

Feedback