|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.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-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 |
---|
protected Image swatchImage
protected Image smallImage
protected Image mediumImage
protected Image largeImage
protected java.lang.String category
Constructor Detail |
---|
public ImageSet()
Method Detail |
---|
public Image getSwatchImage()
Image
public void setSwatchImage(Image value)
value
- allowed object is
Image
public Image getSmallImage()
Image
public void setSmallImage(Image value)
value
- allowed object is
Image
public Image getMediumImage()
Image
public void setMediumImage(Image value)
value
- allowed object is
Image
public Image getLargeImage()
Image
public void setLargeImage(Image value)
value
- allowed object is
Image
public java.lang.String getCategory()
String
public void setCategory(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |