|
||||||||||
| 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.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-04-04}DecimalWithUnits"/>
<element name="Width" type="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}DecimalWithUnits"/>
<element name="IsVerified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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. |
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. |
| 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 DecimalWithUnits getHeight()
DecimalWithUnitspublic void setHeight(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic DecimalWithUnits getWidth()
DecimalWithUnitspublic void setWidth(DecimalWithUnits value)
value - allowed object is
DecimalWithUnitspublic java.lang.String getIsVerified()
Stringpublic void setIsVerified(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 | |||||||||