public static class ItemAttributes.PackageDimensions extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Height" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}DecimalWithUnits" minOccurs="0"/>
<element name="Length" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}DecimalWithUnits" minOccurs="0"/>
<element name="Weight" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}DecimalWithUnits" minOccurs="0"/>
<element name="Width" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}DecimalWithUnits" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DecimalWithUnits |
height |
protected DecimalWithUnits |
length |
protected DecimalWithUnits |
weight |
protected DecimalWithUnits |
width |
| Constructor and Description |
|---|
ItemAttributes.PackageDimensions() |
| Modifier and Type | Method and Description |
|---|---|
DecimalWithUnits |
getHeight()
Gets the value of the height property.
|
DecimalWithUnits |
getLength()
Gets the value of the length property.
|
DecimalWithUnits |
getWeight()
Gets the value of the weight property.
|
DecimalWithUnits |
getWidth()
Gets the value of the width property.
|
void |
setHeight(DecimalWithUnits value)
Sets the value of the height property.
|
void |
setLength(DecimalWithUnits value)
Sets the value of the length property.
|
void |
setWeight(DecimalWithUnits value)
Sets the value of the weight property.
|
void |
setWidth(DecimalWithUnits value)
Sets the value of the width property.
|
protected DecimalWithUnits height
protected DecimalWithUnits length
protected DecimalWithUnits weight
protected DecimalWithUnits width
public DecimalWithUnits getHeight()
DecimalWithUnitspublic void setHeight(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic DecimalWithUnits getLength()
DecimalWithUnitspublic void setLength(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic DecimalWithUnits getWeight()
DecimalWithUnitspublic void setWeight(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic DecimalWithUnits getWidth()
DecimalWithUnitspublic void setWidth(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitsCopyright © 2013. All Rights Reserved.