public static interface NativeReferenceDocument.NativeReference extends SimpleItemType
Modifier and Type | Interface and Description |
---|---|
static class |
NativeReferenceDocument.NativeReference.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlObject |
addNewHintPath()
Appends and returns a new empty value (as xml) as the last "HintPath" element
|
XmlObject |
addNewName()
Appends and returns a new empty value (as xml) as the last "Name" element
|
XmlObject[] |
getHintPathArray()
Deprecated.
|
XmlObject |
getHintPathArray(int i)
Gets ith "HintPath" element
|
List<XmlObject> |
getHintPathList()
Gets a List of "HintPath" elements
|
XmlObject[] |
getNameArray()
Deprecated.
|
XmlObject |
getNameArray(int i)
Gets ith "Name" element
|
List<XmlObject> |
getNameList()
Gets a List of "Name" elements
|
XmlObject |
insertNewHintPath(int i)
Inserts and returns a new empty value (as xml) as the ith "HintPath" element
|
XmlObject |
insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "Name" element
|
void |
removeHintPath(int i)
Removes the ith "HintPath" element
|
void |
removeName(int i)
Removes the ith "Name" element
|
void |
setHintPathArray(int i,
XmlObject hintPath)
Sets ith "HintPath" element
|
void |
setHintPathArray(XmlObject[] hintPathArray)
Sets array of all "HintPath" element
|
void |
setNameArray(int i,
XmlObject name)
Sets ith "Name" element
|
void |
setNameArray(XmlObject[] nameArray)
Sets array of all "Name" element
|
int |
sizeOfHintPathArray()
Returns number of "HintPath" element
|
int |
sizeOfNameArray()
Returns number of "Name" element
|
getCondition, getExclude, getInclude, getLabel, getRemove, getUpdate, isSetCondition, isSetExclude, isSetInclude, isSetLabel, isSetRemove, isSetUpdate, setCondition, setExclude, setInclude, setLabel, setRemove, setUpdate, unsetCondition, unsetExclude, unsetInclude, unsetLabel, unsetRemove, unsetUpdate, xgetCondition, xgetExclude, xgetInclude, xgetLabel, xgetRemove, xgetUpdate, xsetCondition, xsetExclude, xsetInclude, xsetLabel, xsetRemove, xsetUpdate
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
@Deprecated XmlObject[] getNameArray()
XmlObject getNameArray(int i)
int sizeOfNameArray()
void setNameArray(XmlObject[] nameArray)
void setNameArray(int i, XmlObject name)
XmlObject insertNewName(int i)
XmlObject addNewName()
void removeName(int i)
@Deprecated XmlObject[] getHintPathArray()
XmlObject getHintPathArray(int i)
int sizeOfHintPathArray()
void setHintPathArray(XmlObject[] hintPathArray)
void setHintPathArray(int i, XmlObject hintPath)
XmlObject insertNewHintPath(int i)
XmlObject addNewHintPath()
void removeHintPath(int i)