Project 4

com.amazon.soap.AWSECommerceService
Class Image

java.lang.Object
  extended bycom.amazon.soap.AWSECommerceService.Image
All Implemented Interfaces:
java.io.Serializable

public class Image
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  DecimalWithUnits height
           
private  java.lang.String isVerified
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String URL
           
private  DecimalWithUnits width
           
 
Constructor Summary
Image()
           
Image(java.lang.String URL, DecimalWithUnits height, DecimalWithUnits width, java.lang.String isVerified)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 DecimalWithUnits getHeight()
          Gets the height value for this Image.
 java.lang.String getIsVerified()
          Gets the isVerified value for this Image.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getURL()
          Gets the URL value for this Image.
 DecimalWithUnits getWidth()
          Gets the width value for this Image.
 int hashCode()
           
 void setHeight(DecimalWithUnits height)
          Sets the height value for this Image.
 void setIsVerified(java.lang.String isVerified)
          Sets the isVerified value for this Image.
 void setURL(java.lang.String URL)
          Sets the URL value for this Image.
 void setWidth(DecimalWithUnits width)
          Sets the width value for this Image.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

height

private DecimalWithUnits height

isVerified

private java.lang.String isVerified

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc

URL

private java.lang.String URL

width

private DecimalWithUnits width
Constructor Detail

Image

public Image()

Image

public Image(java.lang.String URL,
             DecimalWithUnits height,
             DecimalWithUnits width,
             java.lang.String isVerified)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


getHeight

public DecimalWithUnits getHeight()
Gets the height value for this Image.

Returns:
height

getIsVerified

public java.lang.String getIsVerified()
Gets the isVerified value for this Image.

Returns:
isVerified

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getURL

public java.lang.String getURL()
Gets the URL value for this Image.

Returns:
URL

getWidth

public DecimalWithUnits getWidth()
Gets the width value for this Image.

Returns:
width

hashCode

public int hashCode()

setHeight

public void setHeight(DecimalWithUnits height)
Sets the height value for this Image.

Parameters:
height -

setIsVerified

public void setIsVerified(java.lang.String isVerified)
Sets the isVerified value for this Image.

Parameters:
isVerified -

setURL

public void setURL(java.lang.String URL)
Sets the URL value for this Image.

Parameters:
URL -

setWidth

public void setWidth(DecimalWithUnits width)
Sets the width value for this Image.

Parameters:
width -

Project 4