Project 4

com.amazon.soap.AWSECommerceService
Class ItemAttributesItemDimensions

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.ItemAttributesItemDimensions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  DecimalWithUnits height
           
private  DecimalWithUnits length
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  DecimalWithUnits weight
           
private  DecimalWithUnits width
           
 
Constructor Summary
ItemAttributesItemDimensions()
           
ItemAttributesItemDimensions(DecimalWithUnits height, DecimalWithUnits length, DecimalWithUnits weight, DecimalWithUnits width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 DecimalWithUnits getHeight()
          Gets the height value for this ItemAttributesItemDimensions.
 DecimalWithUnits getLength()
          Gets the length value for this ItemAttributesItemDimensions.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 DecimalWithUnits getWeight()
          Gets the weight value for this ItemAttributesItemDimensions.
 DecimalWithUnits getWidth()
          Gets the width value for this ItemAttributesItemDimensions.
 int hashCode()
           
 void setHeight(DecimalWithUnits height)
          Sets the height value for this ItemAttributesItemDimensions.
 void setLength(DecimalWithUnits length)
          Sets the length value for this ItemAttributesItemDimensions.
 void setWeight(DecimalWithUnits weight)
          Sets the weight value for this ItemAttributesItemDimensions.
 void setWidth(DecimalWithUnits width)
          Sets the width value for this ItemAttributesItemDimensions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

height

private DecimalWithUnits height

length

private DecimalWithUnits length

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc

weight

private DecimalWithUnits weight

width

private DecimalWithUnits width
Constructor Detail

ItemAttributesItemDimensions

public ItemAttributesItemDimensions()

ItemAttributesItemDimensions

public ItemAttributesItemDimensions(DecimalWithUnits height,
                                    DecimalWithUnits length,
                                    DecimalWithUnits weight,
                                    DecimalWithUnits width)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getHeight

public DecimalWithUnits getHeight()
Gets the height value for this ItemAttributesItemDimensions.

Returns:
height

getLength

public DecimalWithUnits getLength()
Gets the length value for this ItemAttributesItemDimensions.

Returns:
length

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getWeight

public DecimalWithUnits getWeight()
Gets the weight value for this ItemAttributesItemDimensions.

Returns:
weight

getWidth

public DecimalWithUnits getWidth()
Gets the width value for this ItemAttributesItemDimensions.

Returns:
width

hashCode

public int hashCode()

setHeight

public void setHeight(DecimalWithUnits height)
Sets the height value for this ItemAttributesItemDimensions.

Parameters:
height -

setLength

public void setLength(DecimalWithUnits length)
Sets the length value for this ItemAttributesItemDimensions.

Parameters:
length -

setWeight

public void setWeight(DecimalWithUnits weight)
Sets the weight value for this ItemAttributesItemDimensions.

Parameters:
weight -

setWidth

public void setWidth(DecimalWithUnits width)
Sets the width value for this ItemAttributesItemDimensions.

Parameters:
width -

Project 4