|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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-10-29}VariationDimensions" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Item" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| 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. |
boolean |
isSetItem()
|
boolean |
isSetTotalVariationPages()
|
boolean |
isSetTotalVariations()
|
boolean |
isSetVariationDimensions()
|
void |
setItem(java.util.List<Item> item)
Sets the value of the item 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. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetItem()
|
Variations |
withItem(Item... values)
Sets the value of the Item property. |
Variations |
withTotalVariationPages(java.math.BigInteger value)
Sets the value of the TotalVariationPages property. |
Variations |
withTotalVariations(java.math.BigInteger value)
Sets the value of the TotalVariations property. |
Variations |
withVariationDimensions(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()
BigIntegerpublic void setTotalVariations(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalVariations()
public java.math.BigInteger getTotalVariationPages()
BigIntegerpublic void setTotalVariationPages(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalVariationPages()
public VariationDimensions getVariationDimensions()
VariationDimensionspublic void setVariationDimensions(VariationDimensions value)
value - allowed object is
VariationDimensionspublic boolean isSetVariationDimensions()
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
public boolean isSetItem()
public void unsetItem()
public Variations withTotalVariations(java.math.BigInteger value)
value -
public Variations withTotalVariationPages(java.math.BigInteger value)
value -
public Variations withVariationDimensions(VariationDimensions value)
value -
public Variations withItem(Item... values)
values -
public void setItem(java.util.List<Item> item)
item - allowed object is
Itemprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||