com.amazonaws.a2s.model
Class ImageSet

java.lang.Object
  extended by com.amazonaws.a2s.model.ImageSet

public class ImageSet
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="SwatchImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
         <element name="SmallImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
         <element name="ThumbnailImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
         <element name="TinyImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
         <element name="MediumImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
         <element name="LargeImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}Image" minOccurs="0"/>
       </sequence>
       <attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
Generated by AWS Code Generator

Thu Jan 10 05:27:59 PST 2008


Field Summary
protected  java.lang.String category
           
protected  Image largeImage
           
protected  Image mediumImage
           
protected  Image smallImage
           
protected  Image swatchImage
           
protected  Image thumbnailImage
           
protected  Image tinyImage
           
 
Constructor Summary
ImageSet()
           
 
Method Summary
 java.lang.String getCategory()
          Gets the value of the category property.
 Image getLargeImage()
          Gets the value of the largeImage property.
 Image getMediumImage()
          Gets the value of the mediumImage property.
 Image getSmallImage()
          Gets the value of the smallImage property.
 Image getSwatchImage()
          Gets the value of the swatchImage property.
 Image getThumbnailImage()
          Gets the value of the thumbnailImage property.
 Image getTinyImage()
          Gets the value of the tinyImage property.
 boolean isSetCategory()
           
 boolean isSetLargeImage()
           
 boolean isSetMediumImage()
           
 boolean isSetSmallImage()
           
 boolean isSetSwatchImage()
           
 boolean isSetThumbnailImage()
           
 boolean isSetTinyImage()
           
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setLargeImage(Image value)
          Sets the value of the largeImage property.
 void setMediumImage(Image value)
          Sets the value of the mediumImage property.
 void setSmallImage(Image value)
          Sets the value of the smallImage property.
 void setSwatchImage(Image value)
          Sets the value of the swatchImage property.
 void setThumbnailImage(Image value)
          Sets the value of the thumbnailImage property.
 void setTinyImage(Image value)
          Sets the value of the tinyImage property.
protected  java.lang.String toXMLFragment()
          XML fragment representation of this object
 ImageSet withCategory(java.lang.String value)
          Sets the value of the Category property.
 ImageSet withLargeImage(Image value)
          Sets the value of the LargeImage property.
 ImageSet withMediumImage(Image value)
          Sets the value of the MediumImage property.
 ImageSet withSmallImage(Image value)
          Sets the value of the SmallImage property.
 ImageSet withSwatchImage(Image value)
          Sets the value of the SwatchImage property.
 ImageSet withThumbnailImage(Image value)
          Sets the value of the ThumbnailImage property.
 ImageSet withTinyImage(Image value)
          Sets the value of the TinyImage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swatchImage

protected Image swatchImage

smallImage

protected Image smallImage

thumbnailImage

protected Image thumbnailImage

tinyImage

protected Image tinyImage

mediumImage

protected Image mediumImage

largeImage

protected Image largeImage

category

protected java.lang.String category
Constructor Detail

ImageSet

public ImageSet()
Method Detail

getSwatchImage

public Image getSwatchImage()
Gets the value of the swatchImage property.

Returns:
possible object is Image

setSwatchImage

public void setSwatchImage(Image value)
Sets the value of the swatchImage property.

Parameters:
value - allowed object is Image

isSetSwatchImage

public boolean isSetSwatchImage()

getSmallImage

public Image getSmallImage()
Gets the value of the smallImage property.

Returns:
possible object is Image

setSmallImage

public void setSmallImage(Image value)
Sets the value of the smallImage property.

Parameters:
value - allowed object is Image

isSetSmallImage

public boolean isSetSmallImage()

getThumbnailImage

public Image getThumbnailImage()
Gets the value of the thumbnailImage property.

Returns:
possible object is Image

setThumbnailImage

public void setThumbnailImage(Image value)
Sets the value of the thumbnailImage property.

Parameters:
value - allowed object is Image

isSetThumbnailImage

public boolean isSetThumbnailImage()

getTinyImage

public Image getTinyImage()
Gets the value of the tinyImage property.

Returns:
possible object is Image

setTinyImage

public void setTinyImage(Image value)
Sets the value of the tinyImage property.

Parameters:
value - allowed object is Image

isSetTinyImage

public boolean isSetTinyImage()

getMediumImage

public Image getMediumImage()
Gets the value of the mediumImage property.

Returns:
possible object is Image

setMediumImage

public void setMediumImage(Image value)
Sets the value of the mediumImage property.

Parameters:
value - allowed object is Image

isSetMediumImage

public boolean isSetMediumImage()

getLargeImage

public Image getLargeImage()
Gets the value of the largeImage property.

Returns:
possible object is Image

setLargeImage

public void setLargeImage(Image value)
Sets the value of the largeImage property.

Parameters:
value - allowed object is Image

isSetLargeImage

public boolean isSetLargeImage()

getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

isSetCategory

public boolean isSetCategory()

withSwatchImage

public ImageSet withSwatchImage(Image value)
Sets the value of the SwatchImage property.

Parameters:
value -
Returns:
this instance

withSmallImage

public ImageSet withSmallImage(Image value)
Sets the value of the SmallImage property.

Parameters:
value -
Returns:
this instance

withThumbnailImage

public ImageSet withThumbnailImage(Image value)
Sets the value of the ThumbnailImage property.

Parameters:
value -
Returns:
this instance

withTinyImage

public ImageSet withTinyImage(Image value)
Sets the value of the TinyImage property.

Parameters:
value -
Returns:
this instance

withMediumImage

public ImageSet withMediumImage(Image value)
Sets the value of the MediumImage property.

Parameters:
value -
Returns:
this instance

withLargeImage

public ImageSet withLargeImage(Image value)
Sets the value of the LargeImage property.

Parameters:
value -
Returns:
this instance

withCategory

public ImageSet withCategory(java.lang.String value)
Sets the value of the Category property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only