Interface Extensionconfig
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
ExtensionconfigImpl
An XML extensionconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An XML interface(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).static interface
An XML prePostSet(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<Extensionconfig> 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 "interface" elementAppends and returns a new empty "prePostSet" elementgetFor()
Gets the "for" attributeGets array of all "interface" elementsgetInterfaceArray
(int i) Gets ith "interface" elementGets a List of "interface" elementsGets the "prePostSet" elementinsertNewInterface
(int i) Inserts and returns a new empty value (as xml) as the ith "interface" elementboolean
isSetFor()
True if has "for" attributeboolean
True if has "prePostSet" elementvoid
removeInterface
(int i) Removes the ith "interface" elementvoid
Sets the "for" attributevoid
setInterfaceArray
(int i, Extensionconfig.Interface xinterface) Sets ith "interface" elementvoid
setInterfaceArray
(Extensionconfig.Interface[] xinterfaceArray) Sets array of all "interface" elementvoid
setPrePostSet
(Extensionconfig.PrePostSet prePostSet) Sets the "prePostSet" elementint
Returns number of "interface" elementvoid
unsetFor()
Unsets the "for" attributevoid
Unsets the "prePostSet" elementxgetFor()
Gets (as xml) the "for" attributevoid
xsetFor
(JavaNameList xfor) Sets (as xml) the "for" attributeMethods 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
-
getInterfaceList
List<Extensionconfig.Interface> getInterfaceList()Gets a List of "interface" elements -
getInterfaceArray
Extensionconfig.Interface[] getInterfaceArray()Gets array of all "interface" elements -
getInterfaceArray
Gets ith "interface" element -
sizeOfInterfaceArray
int sizeOfInterfaceArray()Returns number of "interface" element -
setInterfaceArray
Sets array of all "interface" element -
setInterfaceArray
Sets ith "interface" element -
insertNewInterface
Inserts and returns a new empty value (as xml) as the ith "interface" element -
addNewInterface
Extensionconfig.Interface addNewInterface()Appends and returns a new empty value (as xml) as the last "interface" element -
removeInterface
void removeInterface(int i) Removes the ith "interface" element -
getPrePostSet
Extensionconfig.PrePostSet getPrePostSet()Gets the "prePostSet" element -
isSetPrePostSet
boolean isSetPrePostSet()True if has "prePostSet" element -
setPrePostSet
Sets the "prePostSet" element -
addNewPrePostSet
Extensionconfig.PrePostSet addNewPrePostSet()Appends and returns a new empty "prePostSet" element -
unsetPrePostSet
void unsetPrePostSet()Unsets the "prePostSet" element -
getFor
Object getFor()Gets the "for" attribute -
xgetFor
JavaNameList xgetFor()Gets (as xml) the "for" attribute -
isSetFor
boolean isSetFor()True if has "for" attribute -
setFor
Sets the "for" attribute -
xsetFor
Sets (as xml) the "for" attribute -
unsetFor
void unsetFor()Unsets the "for" attribute
-