com.amazon.webservices.awsecommerceservice._2007_04_04
Class ImageSet

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.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-04-04}Image" minOccurs="0"/>
         <element name="SmallImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Image" minOccurs="0"/>
         <element name="MediumImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Image" minOccurs="0"/>
         <element name="LargeImage" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Image" minOccurs="0"/>
       </sequence>
       <attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String category
           
protected  Image largeImage
           
protected  Image mediumImage
           
protected  Image smallImage
           
protected  Image swatchImage
           
 
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.
 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.
 
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

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

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

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

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

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


Copyright © 2007 orange-cafe.de. All Rights Reserved.