com.amazonaws.a2s.model
Class Image

java.lang.Object
  extended by com.amazonaws.a2s.model.Image

public class Image
extends java.lang.Object

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

url

protected java.lang.String url

height

protected DecimalWithUnits height

width

protected DecimalWithUnits width

isVerified

protected java.lang.String isVerified
Constructor Detail

Image

public Image()
Method Detail

getURL

public java.lang.String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

isSetURL

public boolean isSetURL()

getHeight

public DecimalWithUnits getHeight()
Gets the value of the height property.

Returns:
possible object is DecimalWithUnits

setHeight

public void setHeight(DecimalWithUnits value)
Sets the value of the height property.

Parameters:
value - allowed object is DecimalWithUnits

isSetHeight

public boolean isSetHeight()

getWidth

public DecimalWithUnits getWidth()
Gets the value of the width property.

Returns:
possible object is DecimalWithUnits

setWidth

public void setWidth(DecimalWithUnits value)
Sets the value of the width property.

Parameters:
value - allowed object is DecimalWithUnits

isSetWidth

public boolean isSetWidth()

getIsVerified

public java.lang.String getIsVerified()
Gets the value of the isVerified property.

Returns:
possible object is String

setIsVerified

public void setIsVerified(java.lang.String value)
Sets the value of the isVerified property.

Parameters:
value - allowed object is String

isSetIsVerified

public boolean isSetIsVerified()

withURL

public Image withURL(java.lang.String value)
Sets the value of the URL property.

Parameters:
value -
Returns:
this instance

withHeight

public Image withHeight(DecimalWithUnits value)
Sets the value of the Height property.

Parameters:
value -
Returns:
this instance

withWidth

public Image withWidth(DecimalWithUnits value)
Sets the value of the Width property.

Parameters:
value -
Returns:
this instance

withIsVerified

public Image withIsVerified(java.lang.String value)
Sets the value of the IsVerified property.

Parameters:
value -
Returns:
this instance

toXMLFragment

protected java.lang.String toXMLFragment()
XML fragment representation of this object

Returns:
XML fragment for this object. Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only