|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Variations
public class Variations
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/2007-04-04}VariationDimensions" minOccurs="0"/> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Item" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<Item> |
item
|
protected java.math.BigInteger |
totalVariationPages
|
protected java.math.BigInteger |
totalVariations
|
protected VariationDimensions |
variationDimensions
|
Constructor Summary | |
---|---|
Variations()
|
Method Summary | |
---|---|
java.util.List<Item> |
getItem()
Gets the value of the item property. |
java.math.BigInteger |
getTotalVariationPages()
Gets the value of the totalVariationPages property. |
java.math.BigInteger |
getTotalVariations()
Gets the value of the totalVariations property. |
VariationDimensions |
getVariationDimensions()
Gets the value of the variationDimensions property. |
void |
setTotalVariationPages(java.math.BigInteger value)
Sets the value of the totalVariationPages property. |
void |
setTotalVariations(java.math.BigInteger value)
Sets the value of the totalVariations property. |
void |
setVariationDimensions(VariationDimensions value)
Sets the value of the variationDimensions property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.math.BigInteger totalVariations
protected java.math.BigInteger totalVariationPages
protected VariationDimensions variationDimensions
protected java.util.List<Item> item
Constructor Detail |
---|
public Variations()
Method Detail |
---|
public java.math.BigInteger getTotalVariations()
BigInteger
public void setTotalVariations(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getTotalVariationPages()
BigInteger
public void setTotalVariationPages(java.math.BigInteger value)
value
- allowed object is
BigInteger
public VariationDimensions getVariationDimensions()
VariationDimensions
public void setVariationDimensions(VariationDimensions value)
value
- allowed object is
VariationDimensions
public java.util.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |