Project 4

com.amazon.soap.AWSECommerceService
Class ItemImageSets

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.ItemImageSets
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ImageSet[] imageSet
           
private  java.lang.String merchantId
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ItemImageSets()
           
ItemImageSets(java.lang.String merchantId, ImageSet[] imageSet)
           
 
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
 ImageSet[] getImageSet()
          Gets the imageSet value for this ItemImageSets.
 ImageSet getImageSet(int i)
           
 java.lang.String getMerchantId()
          Gets the merchantId value for this ItemImageSets.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setImageSet(ImageSet[] imageSet)
          Sets the imageSet value for this ItemImageSets.
 void setImageSet(int i, ImageSet _value)
           
 void setMerchantId(java.lang.String merchantId)
          Sets the merchantId value for this ItemImageSets.
 
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

imageSet

private ImageSet[] imageSet

merchantId

private java.lang.String merchantId

typeDesc

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

ItemImageSets

public ItemImageSets()

ItemImageSets

public ItemImageSets(java.lang.String merchantId,
                     ImageSet[] imageSet)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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


getImageSet

public ImageSet[] getImageSet()
Gets the imageSet value for this ItemImageSets.

Returns:
imageSet

getImageSet

public ImageSet getImageSet(int i)

getMerchantId

public java.lang.String getMerchantId()
Gets the merchantId value for this ItemImageSets.

Returns:
merchantId

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


getTypeDesc

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


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setImageSet

public void setImageSet(ImageSet[] imageSet)
Sets the imageSet value for this ItemImageSets.

Parameters:
imageSet -

setImageSet

public void setImageSet(int i,
                        ImageSet _value)

setMerchantId

public void setMerchantId(java.lang.String merchantId)
Sets the merchantId value for this ItemImageSets.

Parameters:
merchantId -

Project 4