@Exported public class Navigation extends Object
Java class for navigation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="navigation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="node" type="{http://www.fatwire.com/schema/rest/1.0}navigationNode" minOccurs="0"/>
<element name="nodePath" type="{http://www.fatwire.com/schema/rest/1.0}navigationNodePath" minOccurs="0"/>
<element name="placedChildren" type="{http://www.fatwire.com/schema/rest/1.0}navigationNodeChildren" minOccurs="0"/>
<element name="unPlacedChildren" type="{http://www.fatwire.com/schema/rest/1.0}navigationNodeChildren" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected NavigationNode |
node |
protected NavigationNodePath |
nodePath |
protected NavigationNodeChildren |
placedChildren |
protected NavigationNodeChildren |
unPlacedChildren |
| Constructor and Description |
|---|
Navigation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
NavigationNode |
getNode()
Gets the value of the node property.
|
NavigationNodePath |
getNodePath()
Gets the value of the nodePath property.
|
NavigationNodeChildren |
getPlacedChildren()
Gets the value of the placedChildren property.
|
NavigationNodeChildren |
getUnPlacedChildren()
Gets the value of the unPlacedChildren property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNode(NavigationNode value)
Sets the value of the node property.
|
void |
setNodePath(NavigationNodePath value)
Sets the value of the nodePath property.
|
void |
setPlacedChildren(NavigationNodeChildren value)
Sets the value of the placedChildren property.
|
void |
setUnPlacedChildren(NavigationNodeChildren value)
Sets the value of the unPlacedChildren property.
|
protected Long id
protected String name
protected NavigationNode node
protected NavigationNodePath nodePath
protected NavigationNodeChildren placedChildren
protected NavigationNodeChildren unPlacedChildren
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic NavigationNode getNode()
NavigationNodepublic void setNode(NavigationNode value)
value - allowed object is
NavigationNodepublic NavigationNodePath getNodePath()
NavigationNodePathpublic void setNodePath(NavigationNodePath value)
value - allowed object is
NavigationNodePathpublic NavigationNodeChildren getPlacedChildren()
NavigationNodeChildrenpublic void setPlacedChildren(NavigationNodeChildren value)
value - allowed object is
NavigationNodeChildrenpublic NavigationNodeChildren getUnPlacedChildren()
NavigationNodeChildrenpublic void setUnPlacedChildren(NavigationNodeChildren value)
value - allowed object is
NavigationNodeChildren