com.amazon.webservices.awsecommerceservice._2007_04_04
Class Variations

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Variations

public class Variations
extends java.lang.Object

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

totalVariations

protected java.math.BigInteger totalVariations

totalVariationPages

protected java.math.BigInteger totalVariationPages

variationDimensions

protected VariationDimensions variationDimensions

item

protected java.util.List<Item> item
Constructor Detail

Variations

public Variations()
Method Detail

getTotalVariations

public java.math.BigInteger getTotalVariations()
Gets the value of the totalVariations property.

Returns:
possible object is BigInteger

setTotalVariations

public void setTotalVariations(java.math.BigInteger value)
Sets the value of the totalVariations property.

Parameters:
value - allowed object is BigInteger

getTotalVariationPages

public java.math.BigInteger getTotalVariationPages()
Gets the value of the totalVariationPages property.

Returns:
possible object is BigInteger

setTotalVariationPages

public void setTotalVariationPages(java.math.BigInteger value)
Sets the value of the totalVariationPages property.

Parameters:
value - allowed object is BigInteger

getVariationDimensions

public VariationDimensions getVariationDimensions()
Gets the value of the variationDimensions property.

Returns:
possible object is VariationDimensions

setVariationDimensions

public void setVariationDimensions(VariationDimensions value)
Sets the value of the variationDimensions property.

Parameters:
value - allowed object is VariationDimensions

getItem

public java.util.List<Item> getItem()
Gets the value of the item property.

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 © 2007 orange-cafe.de. All Rights Reserved.