public interface NavigatorNodeInformationConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
NavigatorNodeInformationConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ExpandNodeInformationConfig |
addNewExpandNodeState()
Appends and returns a new empty value (as xml) as the last "expandNodeState" element
|
ExpandNodeInformationConfig[] |
getExpandNodeStateArray()
Deprecated.
|
ExpandNodeInformationConfig |
getExpandNodeStateArray(int i)
Gets ith "expandNodeState" element
|
List<ExpandNodeInformationConfig> |
getExpandNodeStateList()
Gets a List of "expandNodeState" elements
|
String |
getRootNodeLabel()
Gets the "rootNodeLabel" element
|
ExpandNodeInformationConfig |
insertNewExpandNodeState(int i)
Inserts and returns a new empty value (as xml) as the ith "expandNodeState" element
|
void |
removeExpandNodeState(int i)
Removes the ith "expandNodeState" element
|
void |
setExpandNodeStateArray(ExpandNodeInformationConfig[] expandNodeStateArray)
Sets array of all "expandNodeState" element
|
void |
setExpandNodeStateArray(int i,
ExpandNodeInformationConfig expandNodeState)
Sets ith "expandNodeState" element
|
void |
setRootNodeLabel(String rootNodeLabel)
Sets the "rootNodeLabel" element
|
int |
sizeOfExpandNodeStateArray()
Returns number of "expandNodeState" element
|
org.apache.xmlbeans.XmlString |
xgetRootNodeLabel()
Gets (as xml) the "rootNodeLabel" element
|
void |
xsetRootNodeLabel(org.apache.xmlbeans.XmlString rootNodeLabel)
Sets (as xml) the "rootNodeLabel" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getRootNodeLabel()
org.apache.xmlbeans.XmlString xgetRootNodeLabel()
void setRootNodeLabel(String rootNodeLabel)
void xsetRootNodeLabel(org.apache.xmlbeans.XmlString rootNodeLabel)
List<ExpandNodeInformationConfig> getExpandNodeStateList()
ExpandNodeInformationConfig[] getExpandNodeStateArray()
ExpandNodeInformationConfig getExpandNodeStateArray(int i)
int sizeOfExpandNodeStateArray()
void setExpandNodeStateArray(ExpandNodeInformationConfig[] expandNodeStateArray)
void setExpandNodeStateArray(int i,
ExpandNodeInformationConfig expandNodeState)
ExpandNodeInformationConfig insertNewExpandNodeState(int i)
ExpandNodeInformationConfig addNewExpandNodeState()
void removeExpandNodeState(int i)
Copyright © 2019. All rights reserved.