Interface Extensionconfig
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
ExtensionconfigImpl
public interface Extensionconfig extends XmlObject
An XML extensionconfig(@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 classExtensionconfig.FactoryA factory class with static methods for creating instances of this type.static interfaceExtensionconfig.InterfaceAn XML interface(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).static interfaceExtensionconfig.PrePostSetAn XML prePostSet(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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.InterfaceaddNewInterface()Appends and returns a new empty value (as xml) as the last "interface" elementExtensionconfig.PrePostSetaddNewPrePostSet()Appends and returns a new empty "prePostSet" elementjava.lang.ObjectgetFor()Gets the "for" attributeExtensionconfig.Interface[]getInterfaceArray()Gets array of all "interface" elementsExtensionconfig.InterfacegetInterfaceArray(int i)Gets ith "interface" elementExtensionconfig.PrePostSetgetPrePostSet()Gets the "prePostSet" elementExtensionconfig.InterfaceinsertNewInterface(int i)Inserts and returns a new empty value (as xml) as the ith "interface" elementbooleanisSetFor()True if has "for" attributebooleanisSetPrePostSet()True if has "prePostSet" elementvoidremoveInterface(int i)Removes the ith "interface" elementvoidsetFor(java.lang.Object xfor)Sets the "for" attributevoidsetInterfaceArray(int i, Extensionconfig.Interface xinterface)Sets ith "interface" elementvoidsetInterfaceArray(Extensionconfig.Interface[] xinterfaceArray)Sets array of all "interface" elementvoidsetPrePostSet(Extensionconfig.PrePostSet prePostSet)Sets the "prePostSet" elementintsizeOfInterfaceArray()Returns number of "interface" elementvoidunsetFor()Unsets the "for" attributevoidunsetPrePostSet()Unsets the "prePostSet" elementJavaNameListxgetFor()Gets (as xml) the "for" attributevoidxsetFor(JavaNameList xfor)Sets (as xml) the "for" attribute-
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
-
getInterfaceArray
Extensionconfig.Interface[] getInterfaceArray()
Gets array of all "interface" elements
-
getInterfaceArray
Extensionconfig.Interface getInterfaceArray(int i)
Gets ith "interface" element
-
sizeOfInterfaceArray
int sizeOfInterfaceArray()
Returns number of "interface" element
-
setInterfaceArray
void setInterfaceArray(Extensionconfig.Interface[] xinterfaceArray)
Sets array of all "interface" element
-
setInterfaceArray
void setInterfaceArray(int i, Extensionconfig.Interface xinterface)Sets ith "interface" element
-
insertNewInterface
Extensionconfig.Interface insertNewInterface(int i)
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
void setPrePostSet(Extensionconfig.PrePostSet prePostSet)
Sets the "prePostSet" element
-
addNewPrePostSet
Extensionconfig.PrePostSet addNewPrePostSet()
Appends and returns a new empty "prePostSet" element
-
unsetPrePostSet
void unsetPrePostSet()
Unsets the "prePostSet" element
-
getFor
java.lang.Object getFor()
Gets the "for" attribute
-
xgetFor
JavaNameList xgetFor()
Gets (as xml) the "for" attribute
-
isSetFor
boolean isSetFor()
True if has "for" attribute
-
setFor
void setFor(java.lang.Object xfor)
Sets the "for" attribute
-
xsetFor
void xsetFor(JavaNameList xfor)
Sets (as xml) the "for" attribute
-
unsetFor
void unsetFor()
Unsets the "for" attribute
-
-