Project 4

com.amazon.soap.AWSECommerceService
Class OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String ASIN
           
private  java.lang.String title
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct()
           
OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct(java.lang.String ASIN, java.lang.String title)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getASIN()
          Gets the ASIN value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTitle()
          Gets the title value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setASIN(java.lang.String ASIN)
          Sets the ASIN value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.
 void setTitle(java.lang.String title)
          Sets the title value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.
 
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

ASIN

private java.lang.String ASIN

title

private java.lang.String title

typeDesc

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

OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct

public OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct()

OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct

public OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct(java.lang.String ASIN,
                                                                   java.lang.String title)
Method Detail

equals

public boolean equals(java.lang.Object obj)

getASIN

public java.lang.String getASIN()
Gets the ASIN value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.

Returns:
ASIN

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


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


getTitle

public java.lang.String getTitle()
Gets the title value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.

Returns:
title

getTypeDesc

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


hashCode

public int hashCode()

setASIN

public void setASIN(java.lang.String ASIN)
Sets the ASIN value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.

Parameters:
ASIN -

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this OtherCategoriesSimilarProductsOtherCategoriesSimilarProduct.

Parameters:
title -

Project 4