public class BrowseNode extends Object implements Serializable
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="Properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Property" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Children" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}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/2011-08-01}BrowseNode" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}TopSellers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}NewReleases" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}TopItemSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BrowseNode.Ancestors
Java class for anonymous complex type.
|
static class |
BrowseNode.Children
Java class for anonymous complex type.
|
static class |
BrowseNode.Properties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BrowseNode.Ancestors |
ancestors |
protected String |
browseNodeId |
protected BrowseNode.Children |
children |
protected Boolean |
isCategoryRoot |
protected String |
name |
protected NewReleases |
newReleases |
protected BrowseNode.Properties |
properties |
protected List<TopItemSet> |
topItemSet |
protected TopSellers |
topSellers |
| Constructor and Description |
|---|
BrowseNode() |
| Modifier and Type | Method and Description |
|---|---|
BrowseNode.Ancestors |
getAncestors()
Gets the value of the ancestors property.
|
String |
getBrowseNodeId()
Gets the value of the browseNodeId property.
|
BrowseNode.Children |
getChildren()
Gets the value of the children property.
|
String |
getName()
Gets the value of the name property.
|
NewReleases |
getNewReleases()
Gets the value of the newReleases property.
|
BrowseNode.Properties |
getProperties()
Gets the value of the properties property.
|
List<TopItemSet> |
getTopItemSet()
Gets the value of the topItemSet property.
|
TopSellers |
getTopSellers()
Gets the value of the topSellers property.
|
Boolean |
isIsCategoryRoot()
Gets the value of the isCategoryRoot property.
|
void |
setAncestors(BrowseNode.Ancestors value)
Sets the value of the ancestors property.
|
void |
setBrowseNodeId(String value)
Sets the value of the browseNodeId property.
|
void |
setChildren(BrowseNode.Children value)
Sets the value of the children property.
|
void |
setIsCategoryRoot(Boolean value)
Sets the value of the isCategoryRoot property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNewReleases(NewReleases value)
Sets the value of the newReleases property.
|
void |
setProperties(BrowseNode.Properties value)
Sets the value of the properties property.
|
void |
setTopSellers(TopSellers value)
Sets the value of the topSellers property.
|
protected String browseNodeId
protected String name
protected Boolean isCategoryRoot
protected BrowseNode.Properties properties
protected BrowseNode.Children children
protected BrowseNode.Ancestors ancestors
protected TopSellers topSellers
protected NewReleases newReleases
protected List<TopItemSet> topItemSet
public String getBrowseNodeId()
Stringpublic void setBrowseNodeId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isIsCategoryRoot()
Booleanpublic void setIsCategoryRoot(Boolean value)
value - allowed object is
Booleanpublic BrowseNode.Properties getProperties()
BrowseNode.Propertiespublic void setProperties(BrowseNode.Properties value)
value - allowed object is
BrowseNode.Propertiespublic BrowseNode.Children getChildren()
BrowseNode.Childrenpublic void setChildren(BrowseNode.Children value)
value - allowed object is
BrowseNode.Childrenpublic BrowseNode.Ancestors getAncestors()
BrowseNode.Ancestorspublic void setAncestors(BrowseNode.Ancestors value)
value - allowed object is
BrowseNode.Ancestorspublic TopSellers getTopSellers()
TopSellerspublic void setTopSellers(TopSellers value)
value - allowed object is
TopSellerspublic NewReleases getNewReleases()
NewReleasespublic void setNewReleases(NewReleases value)
value - allowed object is
NewReleasespublic List<TopItemSet> getTopItemSet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the topItemSet property.
For example, to add a new item, do as follows:
getTopItemSet().add(newItem);
Objects of the following type(s) are allowed in the list
TopItemSet
Copyright © 2013. All Rights Reserved.