Project 4

com.amazon.soap.AWSECommerceService
Class BrowseNode

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  BrowseNode[] ancestors
           
private  java.lang.String browseNodeId
           
private  BrowseNode[] children
           
private  java.lang.String name
           
private  NewReleasesNewRelease[] newReleases
           
private  TopSellersTopSeller[] topSellers
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
BrowseNode()
           
BrowseNode(java.lang.String browseNodeId, java.lang.String name, BrowseNode[] children, BrowseNode[] ancestors, TopSellersTopSeller[] topSellers, NewReleasesNewRelease[] newReleases)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BrowseNode[] getAncestors()
          Gets the ancestors value for this BrowseNode.
 java.lang.String getBrowseNodeId()
          Gets the browseNodeId value for this BrowseNode.
 BrowseNode[] getChildren()
          Gets the children value for this BrowseNode.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this BrowseNode.
 NewReleasesNewRelease[] getNewReleases()
          Gets the newReleases value for this BrowseNode.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TopSellersTopSeller[] getTopSellers()
          Gets the topSellers value for this BrowseNode.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAncestors(BrowseNode[] ancestors)
          Sets the ancestors value for this BrowseNode.
 void setBrowseNodeId(java.lang.String browseNodeId)
          Sets the browseNodeId value for this BrowseNode.
 void setChildren(BrowseNode[] children)
          Sets the children value for this BrowseNode.
 void setName(java.lang.String name)
          Sets the name value for this BrowseNode.
 void setNewReleases(NewReleasesNewRelease[] newReleases)
          Sets the newReleases value for this BrowseNode.
 void setTopSellers(TopSellersTopSeller[] topSellers)
          Sets the topSellers value for this BrowseNode.
 
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

ancestors

private BrowseNode[] ancestors

browseNodeId

private java.lang.String browseNodeId

children

private BrowseNode[] children

name

private java.lang.String name

newReleases

private NewReleasesNewRelease[] newReleases

topSellers

private TopSellersTopSeller[] topSellers

typeDesc

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

BrowseNode

public BrowseNode()

BrowseNode

public BrowseNode(java.lang.String browseNodeId,
                  java.lang.String name,
                  BrowseNode[] children,
                  BrowseNode[] ancestors,
                  TopSellersTopSeller[] topSellers,
                  NewReleasesNewRelease[] newReleases)
Method Detail

equals

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

getAncestors

public BrowseNode[] getAncestors()
Gets the ancestors value for this BrowseNode.

Returns:
ancestors

getBrowseNodeId

public java.lang.String getBrowseNodeId()
Gets the browseNodeId value for this BrowseNode.

Returns:
browseNodeId

getChildren

public BrowseNode[] getChildren()
Gets the children value for this BrowseNode.

Returns:
children

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


getName

public java.lang.String getName()
Gets the name value for this BrowseNode.

Returns:
name

getNewReleases

public NewReleasesNewRelease[] getNewReleases()
Gets the newReleases value for this BrowseNode.

Returns:
newReleases

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


getTopSellers

public TopSellersTopSeller[] getTopSellers()
Gets the topSellers value for this BrowseNode.

Returns:
topSellers

getTypeDesc

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


hashCode

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

setAncestors

public void setAncestors(BrowseNode[] ancestors)
Sets the ancestors value for this BrowseNode.

Parameters:
ancestors -

setBrowseNodeId

public void setBrowseNodeId(java.lang.String browseNodeId)
Sets the browseNodeId value for this BrowseNode.

Parameters:
browseNodeId -

setChildren

public void setChildren(BrowseNode[] children)
Sets the children value for this BrowseNode.

Parameters:
children -

setName

public void setName(java.lang.String name)
Sets the name value for this BrowseNode.

Parameters:
name -

setNewReleases

public void setNewReleases(NewReleasesNewRelease[] newReleases)
Sets the newReleases value for this BrowseNode.

Parameters:
newReleases -

setTopSellers

public void setTopSellers(TopSellersTopSeller[] topSellers)
Sets the topSellers value for this BrowseNode.

Parameters:
topSellers -

Project 4