|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Image
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 |
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 Detail |
public Image()
public Image(java.lang.String URL, DecimalWithUnits height, DecimalWithUnits width, java.lang.String isVerified)
Method Detail |
public boolean equals(java.lang.Object obj)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public DecimalWithUnits getHeight()
public java.lang.String getIsVerified()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public java.lang.String getURL()
public DecimalWithUnits getWidth()
public int hashCode()
public void setHeight(DecimalWithUnits height)
height
- public void setIsVerified(java.lang.String isVerified)
isVerified
- public void setURL(java.lang.String URL)
URL
- public void setWidth(DecimalWithUnits width)
width
-
|
Project 4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |