|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.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="Properties" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}BrowseNodeProperties" minOccurs="0"/>
<element name="Children" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}BrowseNodeChildren" minOccurs="0"/>
<element name="Ancestors" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}BrowseNodeAncestors" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}TopSellers" minOccurs="0"/>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}NewReleases" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected BrowseNodeAncestors |
ancestors
|
protected java.lang.String |
browseNodeId
|
protected BrowseNodeChildren |
children
|
protected java.lang.Boolean |
isCategoryRoot
|
protected java.lang.String |
name
|
protected NewReleases |
newReleases
|
protected BrowseNodeProperties |
properties
|
protected TopSellers |
topSellers
|
| Constructor Summary | |
|---|---|
BrowseNode()
|
|
| Method Summary | |
|---|---|
BrowseNodeAncestors |
getAncestors()
Gets the value of the ancestors property. |
java.lang.String |
getBrowseNodeId()
Gets the value of the browseNodeId property. |
BrowseNodeChildren |
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. |
BrowseNodeProperties |
getProperties()
Gets the value of the properties property. |
TopSellers |
getTopSellers()
Gets the value of the topSellers property. |
java.lang.Boolean |
isIsCategoryRoot()
Gets the value of the isCategoryRoot property. |
boolean |
isSetAncestors()
|
boolean |
isSetBrowseNodeId()
|
boolean |
isSetChildren()
|
boolean |
isSetIsCategoryRoot()
|
boolean |
isSetName()
|
boolean |
isSetNewReleases()
|
boolean |
isSetProperties()
|
boolean |
isSetTopSellers()
|
void |
setAncestors(BrowseNodeAncestors value)
Sets the value of the ancestors property. |
void |
setBrowseNodeId(java.lang.String value)
Sets the value of the browseNodeId property. |
void |
setChildren(BrowseNodeChildren 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 |
setProperties(BrowseNodeProperties value)
Sets the value of the properties property. |
void |
setTopSellers(TopSellers value)
Sets the value of the topSellers property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
BrowseNode |
withAncestors(BrowseNodeAncestors value)
Sets the value of the Ancestors property. |
BrowseNode |
withBrowseNodeId(java.lang.String value)
Sets the value of the BrowseNodeId property. |
BrowseNode |
withChildren(BrowseNodeChildren value)
Sets the value of the Children property. |
BrowseNode |
withIsCategoryRoot(java.lang.Boolean value)
Sets the value of the IsCategoryRoot property. |
BrowseNode |
withName(java.lang.String value)
Sets the value of the Name property. |
BrowseNode |
withNewReleases(NewReleases value)
Sets the value of the NewReleases property. |
BrowseNode |
withProperties(BrowseNodeProperties value)
Sets the value of the Properties property. |
BrowseNode |
withTopSellers(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 BrowseNodeProperties properties
protected BrowseNodeChildren children
protected BrowseNodeAncestors ancestors
protected TopSellers topSellers
protected NewReleases newReleases
| Constructor Detail |
|---|
public BrowseNode()
| Method Detail |
|---|
public java.lang.String getBrowseNodeId()
Stringpublic void setBrowseNodeId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBrowseNodeId()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.Boolean isIsCategoryRoot()
Booleanpublic void setIsCategoryRoot(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSetIsCategoryRoot()
public BrowseNodeProperties getProperties()
BrowseNodePropertiespublic void setProperties(BrowseNodeProperties value)
value - allowed object is
BrowseNodePropertiespublic boolean isSetProperties()
public BrowseNodeChildren getChildren()
BrowseNodeChildrenpublic void setChildren(BrowseNodeChildren value)
value - allowed object is
BrowseNodeChildrenpublic boolean isSetChildren()
public BrowseNodeAncestors getAncestors()
BrowseNodeAncestorspublic void setAncestors(BrowseNodeAncestors value)
value - allowed object is
BrowseNodeAncestorspublic boolean isSetAncestors()
public TopSellers getTopSellers()
TopSellerspublic void setTopSellers(TopSellers value)
value - allowed object is
TopSellerspublic boolean isSetTopSellers()
public NewReleases getNewReleases()
NewReleasespublic void setNewReleases(NewReleases value)
value - allowed object is
NewReleasespublic boolean isSetNewReleases()
public BrowseNode withBrowseNodeId(java.lang.String value)
value -
public BrowseNode withName(java.lang.String value)
value -
public BrowseNode withIsCategoryRoot(java.lang.Boolean value)
value -
public BrowseNode withProperties(BrowseNodeProperties value)
value -
public BrowseNode withChildren(BrowseNodeChildren value)
value -
public BrowseNode withAncestors(BrowseNodeAncestors value)
value -
public BrowseNode withTopSellers(TopSellers value)
value -
public BrowseNode withNewReleases(NewReleases value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||