Project 4

com.amazon.soap.AWSECommerceService
Class ImageSet

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String category
           
private  Image largeImage
           
private  Image mediumImage
           
private  Image smallImage
           
private  Image swatchImage
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ImageSet()
           
ImageSet(Image swatchImage, Image smallImage, Image mediumImage, Image largeImage, java.lang.String category)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCategory()
          Gets the category value for this ImageSet.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Image getLargeImage()
          Gets the largeImage value for this ImageSet.
 Image getMediumImage()
          Gets the mediumImage value for this ImageSet.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Image getSmallImage()
          Gets the smallImage value for this ImageSet.
 Image getSwatchImage()
          Gets the swatchImage value for this ImageSet.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategory(java.lang.String category)
          Sets the category value for this ImageSet.
 void setLargeImage(Image largeImage)
          Sets the largeImage value for this ImageSet.
 void setMediumImage(Image mediumImage)
          Sets the mediumImage value for this ImageSet.
 void setSmallImage(Image smallImage)
          Sets the smallImage value for this ImageSet.
 void setSwatchImage(Image swatchImage)
          Sets the swatchImage value for this ImageSet.
 
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

category

private java.lang.String category

largeImage

private Image largeImage

mediumImage

private Image mediumImage

smallImage

private Image smallImage

swatchImage

private Image swatchImage

typeDesc

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

ImageSet

public ImageSet()

ImageSet

public ImageSet(Image swatchImage,
                Image smallImage,
                Image mediumImage,
                Image largeImage,
                java.lang.String category)
Method Detail

equals

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

getCategory

public java.lang.String getCategory()
Gets the category value for this ImageSet.

Returns:
category

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


getLargeImage

public Image getLargeImage()
Gets the largeImage value for this ImageSet.

Returns:
largeImage

getMediumImage

public Image getMediumImage()
Gets the mediumImage value for this ImageSet.

Returns:
mediumImage

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


getSmallImage

public Image getSmallImage()
Gets the smallImage value for this ImageSet.

Returns:
smallImage

getSwatchImage

public Image getSwatchImage()
Gets the swatchImage value for this ImageSet.

Returns:
swatchImage

getTypeDesc

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


hashCode

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

setCategory

public void setCategory(java.lang.String category)
Sets the category value for this ImageSet.

Parameters:
category -

setLargeImage

public void setLargeImage(Image largeImage)
Sets the largeImage value for this ImageSet.

Parameters:
largeImage -

setMediumImage

public void setMediumImage(Image mediumImage)
Sets the mediumImage value for this ImageSet.

Parameters:
mediumImage -

setSmallImage

public void setSmallImage(Image smallImage)
Sets the smallImage value for this ImageSet.

Parameters:
smallImage -

setSwatchImage

public void setSwatchImage(Image swatchImage)
Sets the swatchImage value for this ImageSet.

Parameters:
swatchImage -

Project 4