public class BrowseNodes 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 ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Request" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}BrowseNode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BrowseNode> |
browseNode |
protected Request |
request |
| Constructor and Description |
|---|
BrowseNodes() |
| Modifier and Type | Method and Description |
|---|---|
List<BrowseNode> |
getBrowseNode()
Gets the value of the browseNode property.
|
Request |
getRequest()
Gets the value of the request property.
|
void |
setRequest(Request value)
Sets the value of the request property.
|
protected Request request
protected List<BrowseNode> browseNode
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic List<BrowseNode> getBrowseNode()
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 browseNode property.
For example, to add a new item, do as follows:
getBrowseNode().add(newItem);
Objects of the following type(s) are allowed in the list
BrowseNode
Copyright © 2013. All Rights Reserved.