|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.BrowseNode
public class BrowseNode
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 |
---|
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 Detail |
---|
public BrowseNode()
public BrowseNode(java.lang.String browseNodeId, java.lang.String name, BrowseNode[] children, BrowseNode[] ancestors, TopSellersTopSeller[] topSellers, NewReleasesNewRelease[] newReleases)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public BrowseNode[] getAncestors()
public java.lang.String getBrowseNodeId()
public BrowseNode[] getChildren()
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public java.lang.String getName()
public NewReleasesNewRelease[] getNewReleases()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public TopSellersTopSeller[] getTopSellers()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setAncestors(BrowseNode[] ancestors)
ancestors
- public void setBrowseNodeId(java.lang.String browseNodeId)
browseNodeId
- public void setChildren(BrowseNode[] children)
children
- public void setName(java.lang.String name)
name
- public void setNewReleases(NewReleasesNewRelease[] newReleases)
newReleases
- public void setTopSellers(TopSellersTopSeller[] topSellers)
topSellers
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |