C# Class Amazon.ECS.Model.BrowseNode

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetAncestors ( ) : Boolean

Checks if Ancestors property is set

IsSetBrowseNodeId ( ) : Boolean

Checks if BrowseNodeId property is set

IsSetChildren ( ) : Boolean

Checks if Children property is set

IsSetIsCategoryRoot ( ) : Boolean

Checks if IsCategoryRoot property is set

IsSetName ( ) : Boolean

Checks if Name property is set

IsSetNewReleases ( ) : Boolean

Checks if NewReleases property is set

IsSetProperties ( ) : Boolean

Checks if Properties property is set

IsSetTopSellers ( ) : Boolean

Checks if TopSellers property is set

WithAncestors ( BrowseNodeAncestors ancestors ) : BrowseNode

Sets the Ancestors property

WithBrowseNodeId ( String browseNodeId ) : BrowseNode

Sets the BrowseNodeId property

WithChildren ( BrowseNodeChildren children ) : BrowseNode

Sets the Children property

WithIsCategoryRoot ( Boolean isCategoryRoot ) : BrowseNode

Sets the IsCategoryRoot property

WithName ( String name ) : BrowseNode

Sets the Name property

WithNewReleases ( NewReleases newReleases ) : BrowseNode

Sets the NewReleases property

WithProperties ( BrowseNodeProperties properties ) : BrowseNode

Sets the Properties property

WithTopSellers ( TopSellers topSellers ) : BrowseNode

Sets the TopSellers property

Protected Methods

Method Description
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAncestors() public method

Checks if Ancestors property is set
public IsSetAncestors ( ) : Boolean
return Boolean

IsSetBrowseNodeId() public method

Checks if BrowseNodeId property is set
public IsSetBrowseNodeId ( ) : Boolean
return Boolean

IsSetChildren() public method

Checks if Children property is set
public IsSetChildren ( ) : Boolean
return Boolean

IsSetIsCategoryRoot() public method

Checks if IsCategoryRoot property is set
public IsSetIsCategoryRoot ( ) : Boolean
return Boolean

IsSetName() public method

Checks if Name property is set
public IsSetName ( ) : Boolean
return Boolean

IsSetNewReleases() public method

Checks if NewReleases property is set
public IsSetNewReleases ( ) : Boolean
return Boolean

IsSetProperties() public method

Checks if Properties property is set
public IsSetProperties ( ) : Boolean
return Boolean

IsSetTopSellers() public method

Checks if TopSellers property is set
public IsSetTopSellers ( ) : Boolean
return Boolean

ToXMLFragment() protected method

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
return String

WithAncestors() public method

Sets the Ancestors property
public WithAncestors ( BrowseNodeAncestors ancestors ) : BrowseNode
ancestors BrowseNodeAncestors Ancestors property
return BrowseNode

WithBrowseNodeId() public method

Sets the BrowseNodeId property
public WithBrowseNodeId ( String browseNodeId ) : BrowseNode
browseNodeId String BrowseNodeId property
return BrowseNode

WithChildren() public method

Sets the Children property
public WithChildren ( BrowseNodeChildren children ) : BrowseNode
children BrowseNodeChildren Children property
return BrowseNode

WithIsCategoryRoot() public method

Sets the IsCategoryRoot property
public WithIsCategoryRoot ( Boolean isCategoryRoot ) : BrowseNode
isCategoryRoot Boolean IsCategoryRoot property
return BrowseNode

WithName() public method

Sets the Name property
public WithName ( String name ) : BrowseNode
name String Name property
return BrowseNode

WithNewReleases() public method

Sets the NewReleases property
public WithNewReleases ( NewReleases newReleases ) : BrowseNode
newReleases NewReleases NewReleases property
return BrowseNode

WithProperties() public method

Sets the Properties property
public WithProperties ( BrowseNodeProperties properties ) : BrowseNode
properties BrowseNodeProperties Properties property
return BrowseNode

WithTopSellers() public method

Sets the TopSellers property
public WithTopSellers ( TopSellers topSellers ) : BrowseNode
topSellers TopSellers TopSellers property
return BrowseNode