|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.BrowseNode
public class BrowseNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BrowseNodeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IsCategoryRoot" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Children" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}BrowseNode" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Ancestors" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}BrowseNode" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}TopSellers" minOccurs="0"/> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}NewReleases" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
BrowseNode.Ancestors
Java class for anonymous complex type. |
static class |
BrowseNode.Children
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected BrowseNode.Ancestors |
ancestors
|
protected java.lang.String |
browseNodeId
|
protected BrowseNode.Children |
children
|
protected java.lang.Boolean |
isCategoryRoot
|
protected java.lang.String |
name
|
protected NewReleases |
newReleases
|
protected TopSellers |
topSellers
|
Constructor Summary | |
---|---|
BrowseNode()
|
Method Summary | |
---|---|
BrowseNode.Ancestors |
getAncestors()
Gets the value of the ancestors property. |
java.lang.String |
getBrowseNodeId()
Gets the value of the browseNodeId property. |
BrowseNode.Children |
getChildren()
Gets the value of the children property. |
java.lang.String |
getName()
Gets the value of the name property. |
NewReleases |
getNewReleases()
Gets the value of the newReleases property. |
TopSellers |
getTopSellers()
Gets the value of the topSellers property. |
java.lang.Boolean |
isIsCategoryRoot()
Gets the value of the isCategoryRoot property. |
void |
setAncestors(BrowseNode.Ancestors value)
Sets the value of the ancestors property. |
void |
setBrowseNodeId(java.lang.String value)
Sets the value of the browseNodeId property. |
void |
setChildren(BrowseNode.Children value)
Sets the value of the children property. |
void |
setIsCategoryRoot(java.lang.Boolean value)
Sets the value of the isCategoryRoot property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNewReleases(NewReleases value)
Sets the value of the newReleases property. |
void |
setTopSellers(TopSellers value)
Sets the value of the topSellers property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String browseNodeId
protected java.lang.String name
protected java.lang.Boolean isCategoryRoot
protected BrowseNode.Children children
protected BrowseNode.Ancestors ancestors
protected TopSellers topSellers
protected NewReleases newReleases
Constructor Detail |
---|
public BrowseNode()
Method Detail |
---|
public java.lang.String getBrowseNodeId()
String
public void setBrowseNodeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsCategoryRoot()
Boolean
public void setIsCategoryRoot(java.lang.Boolean value)
value
- allowed object is
Boolean
public BrowseNode.Children getChildren()
BrowseNode.Children
public void setChildren(BrowseNode.Children value)
value
- allowed object is
BrowseNode.Children
public BrowseNode.Ancestors getAncestors()
BrowseNode.Ancestors
public void setAncestors(BrowseNode.Ancestors value)
value
- allowed object is
BrowseNode.Ancestors
public TopSellers getTopSellers()
TopSellers
public void setTopSellers(TopSellers value)
value
- allowed object is
TopSellers
public NewReleases getNewReleases()
NewReleases
public void setNewReleases(NewReleases value)
value
- allowed object is
NewReleases
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |