public static interface SDKReferenceDocument.SDKReference extends SimpleItemType
| Modifier and Type | Interface and Description |
|---|---|
static class |
SDKReferenceDocument.SDKReference.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 |
addNewName()
Appends and returns a new empty value (as xml) as the last "Name" element
|
XmlObject[] |
getNameArray()
Deprecated.
|
XmlObject |
getNameArray(int i)
Gets ith "Name" element
|
List<XmlObject> |
getNameList()
Gets a List of "Name" elements
|
XmlObject |
insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "Name" element
|
void |
removeName(int i)
Removes the ith "Name" element
|
void |
setNameArray(int i,
XmlObject name)
Sets ith "Name" element
|
void |
setNameArray(XmlObject[] nameArray)
Sets array of all "Name" 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, xsetUpdatechangeType, compareTo, compareValue, copy, 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, xmlTextstatic 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)