public static interface ConfigDocument.Config extends XmlObject
Modifier and Type | Field and Description |
---|---|
static ElementFactory<ConfigDocument.Config> |
Factory |
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
Extensionconfig |
addNewExtension()
Appends and returns a new empty value (as xml) as the last "extension" element
|
Nsconfig |
addNewNamespace()
Appends and returns a new empty value (as xml) as the last "namespace" element
|
Qnameconfig |
addNewQname()
Appends and returns a new empty value (as xml) as the last "qname" element
|
Usertypeconfig |
addNewUsertype()
Appends and returns a new empty value (as xml) as the last "usertype" element
|
Extensionconfig[] |
getExtensionArray()
Gets array of all "extension" elements
|
Extensionconfig |
getExtensionArray(int i)
Gets ith "extension" element
|
List<Extensionconfig> |
getExtensionList()
Gets a List of "extension" elements
|
Nsconfig[] |
getNamespaceArray()
Gets array of all "namespace" elements
|
Nsconfig |
getNamespaceArray(int i)
Gets ith "namespace" element
|
List<Nsconfig> |
getNamespaceList()
Gets a List of "namespace" elements
|
Qnameconfig[] |
getQnameArray()
Gets array of all "qname" elements
|
Qnameconfig |
getQnameArray(int i)
Gets ith "qname" element
|
List<Qnameconfig> |
getQnameList()
Gets a List of "qname" elements
|
Usertypeconfig[] |
getUsertypeArray()
Gets array of all "usertype" elements
|
Usertypeconfig |
getUsertypeArray(int i)
Gets ith "usertype" element
|
List<Usertypeconfig> |
getUsertypeList()
Gets a List of "usertype" elements
|
Extensionconfig |
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "extension" element
|
Nsconfig |
insertNewNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "namespace" element
|
Qnameconfig |
insertNewQname(int i)
Inserts and returns a new empty value (as xml) as the ith "qname" element
|
Usertypeconfig |
insertNewUsertype(int i)
Inserts and returns a new empty value (as xml) as the ith "usertype" element
|
void |
removeExtension(int i)
Removes the ith "extension" element
|
void |
removeNamespace(int i)
Removes the ith "namespace" element
|
void |
removeQname(int i)
Removes the ith "qname" element
|
void |
removeUsertype(int i)
Removes the ith "usertype" element
|
void |
setExtensionArray(Extensionconfig[] extensionArray)
Sets array of all "extension" element
|
void |
setExtensionArray(int i,
Extensionconfig extension)
Sets ith "extension" element
|
void |
setNamespaceArray(int i,
Nsconfig namespace)
Sets ith "namespace" element
|
void |
setNamespaceArray(Nsconfig[] namespaceArray)
Sets array of all "namespace" element
|
void |
setQnameArray(int i,
Qnameconfig qname)
Sets ith "qname" element
|
void |
setQnameArray(Qnameconfig[] qnameArray)
Sets array of all "qname" element
|
void |
setUsertypeArray(int i,
Usertypeconfig usertype)
Sets ith "usertype" element
|
void |
setUsertypeArray(Usertypeconfig[] usertypeArray)
Sets array of all "usertype" element
|
int |
sizeOfExtensionArray()
Returns number of "extension" element
|
int |
sizeOfNamespaceArray()
Returns number of "namespace" element
|
int |
sizeOfQnameArray()
Returns number of "qname" element
|
int |
sizeOfUsertypeArray()
Returns number of "usertype" element
|
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final ElementFactory<ConfigDocument.Config> Factory
static final SchemaType type
Nsconfig[] getNamespaceArray()
Nsconfig getNamespaceArray(int i)
int sizeOfNamespaceArray()
void setNamespaceArray(Nsconfig[] namespaceArray)
void setNamespaceArray(int i, Nsconfig namespace)
Nsconfig insertNewNamespace(int i)
Nsconfig addNewNamespace()
void removeNamespace(int i)
List<Qnameconfig> getQnameList()
Qnameconfig[] getQnameArray()
Qnameconfig getQnameArray(int i)
int sizeOfQnameArray()
void setQnameArray(Qnameconfig[] qnameArray)
void setQnameArray(int i, Qnameconfig qname)
Qnameconfig insertNewQname(int i)
Qnameconfig addNewQname()
void removeQname(int i)
List<Extensionconfig> getExtensionList()
Extensionconfig[] getExtensionArray()
Extensionconfig getExtensionArray(int i)
int sizeOfExtensionArray()
void setExtensionArray(Extensionconfig[] extensionArray)
void setExtensionArray(int i, Extensionconfig extension)
Extensionconfig insertNewExtension(int i)
Extensionconfig addNewExtension()
void removeExtension(int i)
List<Usertypeconfig> getUsertypeList()
Usertypeconfig[] getUsertypeArray()
Usertypeconfig getUsertypeArray(int i)
int sizeOfUsertypeArray()
void setUsertypeArray(Usertypeconfig[] usertypeArray)
void setUsertypeArray(int i, Usertypeconfig usertype)
Usertypeconfig insertNewUsertype(int i)
Usertypeconfig addNewUsertype()
void removeUsertype(int i)