@Exported public class NavigationNode extends Object
Java class for navigationNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="navigationNode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nodeobject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
nodeobject |
| Constructor and Description |
|---|
NavigationNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
String |
getNodeobject()
Gets the value of the nodeobject property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setNodeobject(String value)
Sets the value of the nodeobject property.
|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getNodeobject()
String