|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.ItemAttributesPackageDimensions
public class ItemAttributesPackageDimensions
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 |
---|
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 Detail |
---|
public ItemAttributesPackageDimensions()
public ItemAttributesPackageDimensions(DecimalWithUnits height, DecimalWithUnits length, DecimalWithUnits weight, DecimalWithUnits width)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public DecimalWithUnits getHeight()
public DecimalWithUnits getLength()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public DecimalWithUnits getWeight()
public DecimalWithUnits getWidth()
public int hashCode()
hashCode
in class java.lang.Object
public void setHeight(DecimalWithUnits height)
height
- public void setLength(DecimalWithUnits length)
length
- public void setWeight(DecimalWithUnits weight)
weight
- public void setWidth(DecimalWithUnits width)
width
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |