Project 4

com.amazon.soap.AWSECommerceService
Class ItemAttributesPackageDimensions

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.ItemAttributesPackageDimensions
All Implemented Interfaces:
java.io.Serializable

public class ItemAttributesPackageDimensions
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
ItemAttributesPackageDimensions()
           
ItemAttributesPackageDimensions(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 ItemAttributesPackageDimensions.
 DecimalWithUnits getLength()
          Gets the length value for this ItemAttributesPackageDimensions.
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 ItemAttributesPackageDimensions.
 DecimalWithUnits getWidth()
          Gets the width value for this ItemAttributesPackageDimensions.
 int hashCode()
           
 void setHeight(DecimalWithUnits height)
          Sets the height value for this ItemAttributesPackageDimensions.
 void setLength(DecimalWithUnits length)
          Sets the length value for this ItemAttributesPackageDimensions.
 void setWeight(DecimalWithUnits weight)
          Sets the weight value for this ItemAttributesPackageDimensions.
 void setWidth(DecimalWithUnits width)
          Sets the width value for this ItemAttributesPackageDimensions.
 
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

ItemAttributesPackageDimensions

public ItemAttributesPackageDimensions()

ItemAttributesPackageDimensions

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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 ItemAttributesPackageDimensions.

Returns:
height

getLength

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

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 ItemAttributesPackageDimensions.

Returns:
weight

getWidth

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

Returns:
width

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setHeight

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

Parameters:
height -

setLength

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

Parameters:
length -

setWeight

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

Parameters:
weight -

setWidth

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

Parameters:
width -

Project 4