Project 4

com.amazon.soap.AWSECommerceService
Class CollectionsCollectionCollectionParent

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.CollectionsCollectionCollectionParent
All Implemented Interfaces:
java.io.Serializable

public class CollectionsCollectionCollectionParent
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
CollectionsCollectionCollectionParent()
           
CollectionsCollectionCollectionParent(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 CollectionsCollectionCollectionParent.
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 CollectionsCollectionCollectionParent.
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 CollectionsCollectionCollectionParent.
 void setTitle(java.lang.String title)
          Sets the title value for this CollectionsCollectionCollectionParent.
 
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

CollectionsCollectionCollectionParent

public CollectionsCollectionCollectionParent()

CollectionsCollectionCollectionParent

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getASIN

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

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 CollectionsCollectionCollectionParent.

Returns:
title

getTypeDesc

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


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

setASIN

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

Parameters:
ASIN -

setTitle

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

Parameters:
title -

Project 4