|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.ImageSet
public class ImageSet
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 |
|---|
protected Image swatchImage
protected Image smallImage
protected Image thumbnailImage
protected Image tinyImage
protected Image mediumImage
protected Image largeImage
protected java.lang.String category
| Constructor Detail |
|---|
public ImageSet()
| Method Detail |
|---|
public Image getSwatchImage()
Imagepublic void setSwatchImage(Image value)
value - allowed object is
Imagepublic boolean isSetSwatchImage()
public Image getSmallImage()
Imagepublic void setSmallImage(Image value)
value - allowed object is
Imagepublic boolean isSetSmallImage()
public Image getThumbnailImage()
Imagepublic void setThumbnailImage(Image value)
value - allowed object is
Imagepublic boolean isSetThumbnailImage()
public Image getTinyImage()
Imagepublic void setTinyImage(Image value)
value - allowed object is
Imagepublic boolean isSetTinyImage()
public Image getMediumImage()
Imagepublic void setMediumImage(Image value)
value - allowed object is
Imagepublic boolean isSetMediumImage()
public Image getLargeImage()
Imagepublic void setLargeImage(Image value)
value - allowed object is
Imagepublic boolean isSetLargeImage()
public java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCategory()
public ImageSet withSwatchImage(Image value)
value -
public ImageSet withSmallImage(Image value)
value -
public ImageSet withThumbnailImage(Image value)
value -
public ImageSet withTinyImage(Image value)
value -
public ImageSet withMediumImage(Image value)
value -
public ImageSet withLargeImage(Image value)
value -
public ImageSet withCategory(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||