Interface ConfigDocument.Config
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
ConfigDocumentImpl.ConfigImpl
- Enclosing interface:
ConfigDocument
An XML config(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory
<ConfigDocument.Config> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "extension" elementAppends and returns a new empty value (as xml) as the last "namespace" elementAppends and returns a new empty value (as xml) as the last "qname" elementAppends and returns a new empty value (as xml) as the last "usertype" elementGets array of all "extension" elementsgetExtensionArray
(int i) Gets ith "extension" elementGets a List of "extension" elementsNsconfig[]
Gets array of all "namespace" elementsgetNamespaceArray
(int i) Gets ith "namespace" elementGets a List of "namespace" elementsGets array of all "qname" elementsgetQnameArray
(int i) Gets ith "qname" elementGets a List of "qname" elementsGets array of all "usertype" elementsgetUsertypeArray
(int i) Gets ith "usertype" elementGets a List of "usertype" elementsinsertNewExtension
(int i) Inserts and returns a new empty value (as xml) as the ith "extension" elementinsertNewNamespace
(int i) Inserts and returns a new empty value (as xml) as the ith "namespace" elementinsertNewQname
(int i) Inserts and returns a new empty value (as xml) as the ith "qname" elementinsertNewUsertype
(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
Returns number of "extension" elementint
Returns number of "namespace" elementint
Returns number of "qname" elementint
Returns number of "usertype" elementMethods 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getNamespaceList
Gets a List of "namespace" elements -
getNamespaceArray
Nsconfig[] getNamespaceArray()Gets array of all "namespace" elements -
getNamespaceArray
Gets ith "namespace" element -
sizeOfNamespaceArray
int sizeOfNamespaceArray()Returns number of "namespace" element -
setNamespaceArray
Sets array of all "namespace" element -
setNamespaceArray
Sets ith "namespace" element -
insertNewNamespace
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 -
getQnameList
List<Qnameconfig> getQnameList()Gets a List of "qname" elements -
getQnameArray
Qnameconfig[] getQnameArray()Gets array of all "qname" elements -
getQnameArray
Gets ith "qname" element -
sizeOfQnameArray
int sizeOfQnameArray()Returns number of "qname" element -
setQnameArray
Sets array of all "qname" element -
setQnameArray
Sets ith "qname" element -
insertNewQname
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 -
getExtensionList
List<Extensionconfig> getExtensionList()Gets a List of "extension" elements -
getExtensionArray
Extensionconfig[] getExtensionArray()Gets array of all "extension" elements -
getExtensionArray
Gets ith "extension" element -
sizeOfExtensionArray
int sizeOfExtensionArray()Returns number of "extension" element -
setExtensionArray
Sets array of all "extension" element -
setExtensionArray
Sets ith "extension" element -
insertNewExtension
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 -
getUsertypeList
List<Usertypeconfig> getUsertypeList()Gets a List of "usertype" elements -
getUsertypeArray
Usertypeconfig[] getUsertypeArray()Gets array of all "usertype" elements -
getUsertypeArray
Gets ith "usertype" element -
sizeOfUsertypeArray
int sizeOfUsertypeArray()Returns number of "usertype" element -
setUsertypeArray
Sets array of all "usertype" element -
setUsertypeArray
Sets ith "usertype" element -
insertNewUsertype
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
-