Project 4

com.amazon.soap.AWSECommerceService
Class Variations

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.Variations
All Implemented Interfaces:
java.io.Serializable

public class Variations
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Item[] item
           
private  org.apache.axis.types.NonNegativeInteger totalVariationPages
           
private  org.apache.axis.types.NonNegativeInteger totalVariations
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String[] variationDimensions
           
 
Constructor Summary
Variations()
           
Variations(org.apache.axis.types.NonNegativeInteger totalVariations, org.apache.axis.types.NonNegativeInteger totalVariationPages, java.lang.String[] variationDimensions, Item[] item)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Item[] getItem()
          Gets the item value for this Variations.
 Item getItem(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.NonNegativeInteger getTotalVariationPages()
          Gets the totalVariationPages value for this Variations.
 org.apache.axis.types.NonNegativeInteger getTotalVariations()
          Gets the totalVariations value for this Variations.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String[] getVariationDimensions()
          Gets the variationDimensions value for this Variations.
 int hashCode()
           
 void setItem(int i, Item _value)
           
 void setItem(Item[] item)
          Sets the item value for this Variations.
 void setTotalVariationPages(org.apache.axis.types.NonNegativeInteger totalVariationPages)
          Sets the totalVariationPages value for this Variations.
 void setTotalVariations(org.apache.axis.types.NonNegativeInteger totalVariations)
          Sets the totalVariations value for this Variations.
 void setVariationDimensions(java.lang.String[] variationDimensions)
          Sets the variationDimensions value for this Variations.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

item

private Item[] item

totalVariationPages

private org.apache.axis.types.NonNegativeInteger totalVariationPages

totalVariations

private org.apache.axis.types.NonNegativeInteger totalVariations

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc

variationDimensions

private java.lang.String[] variationDimensions
Constructor Detail

Variations

public Variations()

Variations

public Variations(org.apache.axis.types.NonNegativeInteger totalVariations,
                  org.apache.axis.types.NonNegativeInteger totalVariationPages,
                  java.lang.String[] variationDimensions,
                  Item[] item)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getItem

public Item[] getItem()
Gets the item value for this Variations.

Returns:
item

getItem

public Item getItem(int i)

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTotalVariationPages

public org.apache.axis.types.NonNegativeInteger getTotalVariationPages()
Gets the totalVariationPages value for this Variations.

Returns:
totalVariationPages

getTotalVariations

public org.apache.axis.types.NonNegativeInteger getTotalVariations()
Gets the totalVariations value for this Variations.

Returns:
totalVariations

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getVariationDimensions

public java.lang.String[] getVariationDimensions()
Gets the variationDimensions value for this Variations.

Returns:
variationDimensions

hashCode

public int hashCode()

setItem

public void setItem(int i,
                    Item _value)

setItem

public void setItem(Item[] item)
Sets the item value for this Variations.

Parameters:
item -

setTotalVariationPages

public void setTotalVariationPages(org.apache.axis.types.NonNegativeInteger totalVariationPages)
Sets the totalVariationPages value for this Variations.

Parameters:
totalVariationPages -

setTotalVariations

public void setTotalVariations(org.apache.axis.types.NonNegativeInteger totalVariations)
Sets the totalVariations value for this Variations.

Parameters:
totalVariations -

setVariationDimensions

public void setVariationDimensions(java.lang.String[] variationDimensions)
Sets the variationDimensions value for this Variations.

Parameters:
variationDimensions -

Project 4