com.amazon.webservices.awsecommerceservice._2007_04_04
Class Image

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.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-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

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

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

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

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


Copyright © 2007 orange-cafe.de. All Rights Reserved.