public class Image extends Object implements Serializable
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/2011-08-01}DecimalWithUnits"/>
<element name="Width" type="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}DecimalWithUnits"/>
<element name="IsVerified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DecimalWithUnits |
height |
protected String |
isVerified |
protected String |
url |
protected DecimalWithUnits |
width |
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
DecimalWithUnits |
getHeight()
Gets the value of the height property.
|
String |
getIsVerified()
Gets the value of the isVerified property.
|
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(String value)
Sets the value of the isVerified property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setWidth(DecimalWithUnits value)
Sets the value of the width property.
|
protected String url
protected DecimalWithUnits height
protected DecimalWithUnits width
protected String isVerified
public void setURL(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 String getIsVerified()
StringCopyright © 2013. All Rights Reserved.