public class ImageSet extends Object implements Serializable
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/2011-08-01}Image" minOccurs="0"/>
<element name="SmallImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="ThumbnailImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="TinyImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="MediumImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
<element name="LargeImage" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Image" minOccurs="0"/>
</sequence>
<attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Image |
largeImage |
protected Image |
mediumImage |
protected Image |
smallImage |
protected Image |
swatchImage |
protected Image |
thumbnailImage |
protected Image |
tinyImage |
| Constructor and Description |
|---|
ImageSet() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setCategory(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 Image swatchImage
protected Image smallImage
protected Image thumbnailImage
protected Image tinyImage
protected Image mediumImage
protected Image largeImage
protected String category
public Image getSwatchImage()
Imagepublic void setSwatchImage(Image value)
value - allowed object is
Imagepublic Image getSmallImage()
Imagepublic void setSmallImage(Image value)
value - allowed object is
Imagepublic Image getThumbnailImage()
Imagepublic void setThumbnailImage(Image value)
value - allowed object is
Imagepublic Image getTinyImage()
Imagepublic void setTinyImage(Image value)
value - allowed object is
Imagepublic Image getMediumImage()
Imagepublic void setMediumImage(Image value)
value - allowed object is
Imagepublic Image getLargeImage()
Imagepublic void setLargeImage(Image value)
value - allowed object is
Imagepublic String getCategory()
StringCopyright © 2013. All Rights Reserved.