Project 4

com.amazon.soap.AWSECommerceService
Class CollectionsCollection

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  CollectionsCollectionCollectionItem[] collectionItem
           
private  CollectionsCollectionCollectionParent collectionParent
           
private  CollectionsCollectionCollectionSummary collectionSummary
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CollectionsCollection()
           
CollectionsCollection(CollectionsCollectionCollectionSummary collectionSummary, CollectionsCollectionCollectionParent collectionParent, CollectionsCollectionCollectionItem[] collectionItem)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CollectionsCollectionCollectionItem[] getCollectionItem()
          Gets the collectionItem value for this CollectionsCollection.
 CollectionsCollectionCollectionItem getCollectionItem(int i)
           
 CollectionsCollectionCollectionParent getCollectionParent()
          Gets the collectionParent value for this CollectionsCollection.
 CollectionsCollectionCollectionSummary getCollectionSummary()
          Gets the collectionSummary value for this CollectionsCollection.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCollectionItem(CollectionsCollectionCollectionItem[] collectionItem)
          Sets the collectionItem value for this CollectionsCollection.
 void setCollectionItem(int i, CollectionsCollectionCollectionItem _value)
           
 void setCollectionParent(CollectionsCollectionCollectionParent collectionParent)
          Sets the collectionParent value for this CollectionsCollection.
 void setCollectionSummary(CollectionsCollectionCollectionSummary collectionSummary)
          Sets the collectionSummary value for this CollectionsCollection.
 
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

collectionItem

private CollectionsCollectionCollectionItem[] collectionItem

collectionParent

private CollectionsCollectionCollectionParent collectionParent

collectionSummary

private CollectionsCollectionCollectionSummary collectionSummary

typeDesc

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

CollectionsCollection

public CollectionsCollection()

CollectionsCollection

public CollectionsCollection(CollectionsCollectionCollectionSummary collectionSummary,
                             CollectionsCollectionCollectionParent collectionParent,
                             CollectionsCollectionCollectionItem[] collectionItem)
Method Detail

equals

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

getCollectionItem

public CollectionsCollectionCollectionItem[] getCollectionItem()
Gets the collectionItem value for this CollectionsCollection.

Returns:
collectionItem

getCollectionItem

public CollectionsCollectionCollectionItem getCollectionItem(int i)

getCollectionParent

public CollectionsCollectionCollectionParent getCollectionParent()
Gets the collectionParent value for this CollectionsCollection.

Returns:
collectionParent

getCollectionSummary

public CollectionsCollectionCollectionSummary getCollectionSummary()
Gets the collectionSummary value for this CollectionsCollection.

Returns:
collectionSummary

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


getTypeDesc

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


hashCode

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

setCollectionItem

public void setCollectionItem(CollectionsCollectionCollectionItem[] collectionItem)
Sets the collectionItem value for this CollectionsCollection.

Parameters:
collectionItem -

setCollectionItem

public void setCollectionItem(int i,
                              CollectionsCollectionCollectionItem _value)

setCollectionParent

public void setCollectionParent(CollectionsCollectionCollectionParent collectionParent)
Sets the collectionParent value for this CollectionsCollection.

Parameters:
collectionParent -

setCollectionSummary

public void setCollectionSummary(CollectionsCollectionCollectionSummary collectionSummary)
Sets the collectionSummary value for this CollectionsCollection.

Parameters:
collectionSummary -

Project 4