|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Image
public class Image
Java class for Image complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Image">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Height" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}DecimalWithUnits"/>
<element name="Width" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}DecimalWithUnits"/>
<element name="IsVerified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected DecimalWithUnits |
height
|
protected java.lang.String |
isVerified
|
protected java.lang.String |
url
|
protected DecimalWithUnits |
width
|
| Constructor Summary | |
|---|---|
Image()
|
|
| Method Summary | |
|---|---|
DecimalWithUnits |
getHeight()
Gets the value of the height property. |
java.lang.String |
getIsVerified()
Gets the value of the isVerified property. |
java.lang.String |
getURL()
Gets the value of the url property. |
DecimalWithUnits |
getWidth()
Gets the value of the width property. |
boolean |
isSetHeight()
|
boolean |
isSetIsVerified()
|
boolean |
isSetURL()
|
boolean |
isSetWidth()
|
void |
setHeight(DecimalWithUnits value)
Sets the value of the height property. |
void |
setIsVerified(java.lang.String value)
Sets the value of the isVerified property. |
void |
setURL(java.lang.String value)
Sets the value of the url property. |
void |
setWidth(DecimalWithUnits value)
Sets the value of the width property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Image |
withHeight(DecimalWithUnits value)
Sets the value of the Height property. |
Image |
withIsVerified(java.lang.String value)
Sets the value of the IsVerified property. |
Image |
withURL(java.lang.String value)
Sets the value of the URL property. |
Image |
withWidth(DecimalWithUnits value)
Sets the value of the Width property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String url
protected DecimalWithUnits height
protected DecimalWithUnits width
protected java.lang.String isVerified
| Constructor Detail |
|---|
public Image()
| Method Detail |
|---|
public java.lang.String getURL()
Stringpublic void setURL(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetURL()
public DecimalWithUnits getHeight()
DecimalWithUnitspublic void setHeight(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic boolean isSetHeight()
public DecimalWithUnits getWidth()
DecimalWithUnitspublic void setWidth(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic boolean isSetWidth()
public java.lang.String getIsVerified()
Stringpublic void setIsVerified(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetIsVerified()
public Image withURL(java.lang.String value)
value -
public Image withHeight(DecimalWithUnits value)
value -
public Image withWidth(DecimalWithUnits value)
value -
public Image withIsVerified(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 | ||||||||