com.amazon.webservices.awsecommerceservice._2007_04_04
Class BrowseNode

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.BrowseNode

public class BrowseNode
extends java.lang.Object

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

browseNodeId

protected java.lang.String browseNodeId

name

protected java.lang.String name

isCategoryRoot

protected java.lang.Boolean isCategoryRoot

children

protected BrowseNode.Children children

ancestors

protected BrowseNode.Ancestors ancestors

topSellers

protected TopSellers topSellers

newReleases

protected NewReleases newReleases
Constructor Detail

BrowseNode

public BrowseNode()
Method Detail

getBrowseNodeId

public java.lang.String getBrowseNodeId()
Gets the value of the browseNodeId property.

Returns:
possible object is String

setBrowseNodeId

public void setBrowseNodeId(java.lang.String value)
Sets the value of the browseNodeId property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isIsCategoryRoot

public java.lang.Boolean isIsCategoryRoot()
Gets the value of the isCategoryRoot property.

Returns:
possible object is Boolean

setIsCategoryRoot

public void setIsCategoryRoot(java.lang.Boolean value)
Sets the value of the isCategoryRoot property.

Parameters:
value - allowed object is Boolean

getChildren

public BrowseNode.Children getChildren()
Gets the value of the children property.

Returns:
possible object is BrowseNode.Children

setChildren

public void setChildren(BrowseNode.Children value)
Sets the value of the children property.

Parameters:
value - allowed object is BrowseNode.Children

getAncestors

public BrowseNode.Ancestors getAncestors()
Gets the value of the ancestors property.

Returns:
possible object is BrowseNode.Ancestors

setAncestors

public void setAncestors(BrowseNode.Ancestors value)
Sets the value of the ancestors property.

Parameters:
value - allowed object is BrowseNode.Ancestors

getTopSellers

public TopSellers getTopSellers()
Gets the value of the topSellers property.

Returns:
possible object is TopSellers

setTopSellers

public void setTopSellers(TopSellers value)
Sets the value of the topSellers property.

Parameters:
value - allowed object is TopSellers

getNewReleases

public NewReleases getNewReleases()
Gets the value of the newReleases property.

Returns:
possible object is NewReleases

setNewReleases

public void setNewReleases(NewReleases value)
Sets the value of the newReleases property.

Parameters:
value - allowed object is NewReleases


Copyright © 2007 orange-cafe.de. All Rights Reserved.