Interface ConfigDocument.Config
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
ConfigDocumentImpl.ConfigImpl
- Enclosing interface:
- ConfigDocument
public static interface ConfigDocument.Config extends XmlObject
An XML config(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigDocument.Config.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Extensionconfig
addNewExtension()
Appends and returns a new empty value (as xml) as the last "extension" elementNsconfig
addNewNamespace()
Appends and returns a new empty value (as xml) as the last "namespace" elementQnameconfig
addNewQname()
Appends and returns a new empty value (as xml) as the last "qname" elementUsertypeconfig
addNewUsertype()
Appends and returns a new empty value (as xml) as the last "usertype" elementExtensionconfig[]
getExtensionArray()
Gets array of all "extension" elementsExtensionconfig
getExtensionArray(int i)
Gets ith "extension" elementNsconfig[]
getNamespaceArray()
Gets array of all "namespace" elementsNsconfig
getNamespaceArray(int i)
Gets ith "namespace" elementQnameconfig[]
getQnameArray()
Gets array of all "qname" elementsQnameconfig
getQnameArray(int i)
Gets ith "qname" elementUsertypeconfig[]
getUsertypeArray()
Gets array of all "usertype" elementsUsertypeconfig
getUsertypeArray(int i)
Gets ith "usertype" elementExtensionconfig
insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "extension" elementNsconfig
insertNewNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "namespace" elementQnameconfig
insertNewQname(int i)
Inserts and returns a new empty value (as xml) as the ith "qname" elementUsertypeconfig
insertNewUsertype(int i)
Inserts and returns a new empty value (as xml) as the ith "usertype" elementvoid
removeExtension(int i)
Removes the ith "extension" elementvoid
removeNamespace(int i)
Removes the ith "namespace" elementvoid
removeQname(int i)
Removes the ith "qname" elementvoid
removeUsertype(int i)
Removes the ith "usertype" elementvoid
setExtensionArray(int i, Extensionconfig extension)
Sets ith "extension" elementvoid
setExtensionArray(Extensionconfig[] extensionArray)
Sets array of all "extension" elementvoid
setNamespaceArray(int i, Nsconfig namespace)
Sets ith "namespace" elementvoid
setNamespaceArray(Nsconfig[] namespaceArray)
Sets array of all "namespace" elementvoid
setQnameArray(int i, Qnameconfig qname)
Sets ith "qname" elementvoid
setQnameArray(Qnameconfig[] qnameArray)
Sets array of all "qname" elementvoid
setUsertypeArray(int i, Usertypeconfig usertype)
Sets ith "usertype" elementvoid
setUsertypeArray(Usertypeconfig[] usertypeArray)
Sets array of all "usertype" elementint
sizeOfExtensionArray()
Returns number of "extension" elementint
sizeOfNamespaceArray()
Returns number of "namespace" elementint
sizeOfQnameArray()
Returns number of "qname" elementint
sizeOfUsertypeArray()
Returns number of "usertype" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNamespaceArray
Nsconfig[] getNamespaceArray()
Gets array of all "namespace" elements
-
getNamespaceArray
Nsconfig getNamespaceArray(int i)
Gets ith "namespace" element
-
sizeOfNamespaceArray
int sizeOfNamespaceArray()
Returns number of "namespace" element
-
setNamespaceArray
void setNamespaceArray(Nsconfig[] namespaceArray)
Sets array of all "namespace" element
-
setNamespaceArray
void setNamespaceArray(int i, Nsconfig namespace)
Sets ith "namespace" element
-
insertNewNamespace
Nsconfig insertNewNamespace(int i)
Inserts and returns a new empty value (as xml) as the ith "namespace" element
-
addNewNamespace
Nsconfig addNewNamespace()
Appends and returns a new empty value (as xml) as the last "namespace" element
-
removeNamespace
void removeNamespace(int i)
Removes the ith "namespace" element
-
getQnameArray
Qnameconfig[] getQnameArray()
Gets array of all "qname" elements
-
getQnameArray
Qnameconfig getQnameArray(int i)
Gets ith "qname" element
-
sizeOfQnameArray
int sizeOfQnameArray()
Returns number of "qname" element
-
setQnameArray
void setQnameArray(Qnameconfig[] qnameArray)
Sets array of all "qname" element
-
setQnameArray
void setQnameArray(int i, Qnameconfig qname)
Sets ith "qname" element
-
insertNewQname
Qnameconfig insertNewQname(int i)
Inserts and returns a new empty value (as xml) as the ith "qname" element
-
addNewQname
Qnameconfig addNewQname()
Appends and returns a new empty value (as xml) as the last "qname" element
-
removeQname
void removeQname(int i)
Removes the ith "qname" element
-
getExtensionArray
Extensionconfig[] getExtensionArray()
Gets array of all "extension" elements
-
getExtensionArray
Extensionconfig getExtensionArray(int i)
Gets ith "extension" element
-
sizeOfExtensionArray
int sizeOfExtensionArray()
Returns number of "extension" element
-
setExtensionArray
void setExtensionArray(Extensionconfig[] extensionArray)
Sets array of all "extension" element
-
setExtensionArray
void setExtensionArray(int i, Extensionconfig extension)
Sets ith "extension" element
-
insertNewExtension
Extensionconfig insertNewExtension(int i)
Inserts and returns a new empty value (as xml) as the ith "extension" element
-
addNewExtension
Extensionconfig addNewExtension()
Appends and returns a new empty value (as xml) as the last "extension" element
-
removeExtension
void removeExtension(int i)
Removes the ith "extension" element
-
getUsertypeArray
Usertypeconfig[] getUsertypeArray()
Gets array of all "usertype" elements
-
getUsertypeArray
Usertypeconfig getUsertypeArray(int i)
Gets ith "usertype" element
-
sizeOfUsertypeArray
int sizeOfUsertypeArray()
Returns number of "usertype" element
-
setUsertypeArray
void setUsertypeArray(Usertypeconfig[] usertypeArray)
Sets array of all "usertype" element
-
setUsertypeArray
void setUsertypeArray(int i, Usertypeconfig usertype)
Sets ith "usertype" element
-
insertNewUsertype
Usertypeconfig insertNewUsertype(int i)
Inserts and returns a new empty value (as xml) as the ith "usertype" element
-
addNewUsertype
Usertypeconfig addNewUsertype()
Appends and returns a new empty value (as xml) as the last "usertype" element
-
removeUsertype
void removeUsertype(int i)
Removes the ith "usertype" element
-
-