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 SchemaTypeFields 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" elementvoidremoveExtension(int i) Removes the ith "extension" elementvoidremoveNamespace(int i) Removes the ith "namespace" elementvoidremoveQname(int i) Removes the ith "qname" elementvoidremoveUsertype(int i) Removes the ith "usertype" elementvoidsetExtensionArray(int i, Extensionconfig extension) Sets ith "extension" elementvoidsetExtensionArray(Extensionconfig[] extensionArray) Sets array of all "extension" elementvoidsetNamespaceArray(int i, Nsconfig namespace) Sets ith "namespace" elementvoidsetNamespaceArray(Nsconfig[] namespaceArray) Sets array of all "namespace" elementvoidsetQnameArray(int i, Qnameconfig qname) Sets ith "qname" elementvoidsetQnameArray(Qnameconfig[] qnameArray) Sets array of all "qname" elementvoidsetUsertypeArray(int i, Usertypeconfig usertype) Sets ith "usertype" elementvoidsetUsertypeArray(Usertypeconfig[] usertypeArray) Sets array of all "usertype" elementintReturns number of "extension" elementintReturns number of "namespace" elementintReturns number of "qname" elementintReturns 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, valueHashCodeMethods 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
-