public class Variations 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="TotalVariations" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="TotalVariationPages" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}VariationDimensions" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Item" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Item> |
item |
protected BigInteger |
totalVariationPages |
protected BigInteger |
totalVariations |
protected VariationDimensions |
variationDimensions |
| Constructor and Description |
|---|
Variations() |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
getItem()
Gets the value of the item property.
|
BigInteger |
getTotalVariationPages()
Gets the value of the totalVariationPages property.
|
BigInteger |
getTotalVariations()
Gets the value of the totalVariations property.
|
VariationDimensions |
getVariationDimensions()
Gets the value of the variationDimensions property.
|
void |
setTotalVariationPages(BigInteger value)
Sets the value of the totalVariationPages property.
|
void |
setTotalVariations(BigInteger value)
Sets the value of the totalVariations property.
|
void |
setVariationDimensions(VariationDimensions value)
Sets the value of the variationDimensions property.
|
protected BigInteger totalVariations
protected BigInteger totalVariationPages
protected VariationDimensions variationDimensions
public BigInteger getTotalVariations()
BigIntegerpublic void setTotalVariations(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalVariationPages()
BigIntegerpublic void setTotalVariationPages(BigInteger value)
value - allowed object is
BigIntegerpublic VariationDimensions getVariationDimensions()
VariationDimensionspublic void setVariationDimensions(VariationDimensions value)
value - allowed object is
VariationDimensionspublic List<Item> getItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Item
Copyright © 2013. All Rights Reserved.