|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extensionconfig
An XML extensionconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Extensionconfig.Factory
A factory class with static methods for creating instances of this type. |
static interface |
Extensionconfig.Interface
An XML interface(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). |
static interface |
Extensionconfig.PrePostSet
An XML prePostSet(@http://xml.apache.org/xmlbeans/2004/02/xbean/config). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
Extensionconfig.Interface |
addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element |
Extensionconfig.PrePostSet |
addNewPrePostSet()
Appends and returns a new empty "prePostSet" element |
java.lang.Object |
getFor()
Gets the "for" attribute |
Extensionconfig.Interface[] |
getInterfaceArray()
Gets array of all "interface" elements |
Extensionconfig.Interface |
getInterfaceArray(int i)
Gets ith "interface" element |
Extensionconfig.PrePostSet |
getPrePostSet()
Gets the "prePostSet" element |
Extensionconfig.Interface |
insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element |
boolean |
isSetFor()
True if has "for" attribute |
boolean |
isSetPrePostSet()
True if has "prePostSet" element |
void |
removeInterface(int i)
Removes the ith "interface" element |
void |
setFor(java.lang.Object xfor)
Sets the "for" attribute |
void |
setInterfaceArray(Extensionconfig.Interface[] xinterfaceArray)
Sets array of all "interface" element |
void |
setInterfaceArray(int i,
Extensionconfig.Interface xinterface)
Sets ith "interface" element |
void |
setPrePostSet(Extensionconfig.PrePostSet prePostSet)
Sets the "prePostSet" element |
int |
sizeOfInterfaceArray()
Returns number of "interface" element |
void |
unsetFor()
Unsets the "for" attribute |
void |
unsetPrePostSet()
Unsets the "prePostSet" element |
JavaNameList |
xgetFor()
Gets (as xml) the "for" attribute |
void |
xsetFor(JavaNameList xfor)
Sets (as xml) the "for" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
Extensionconfig.Interface[] getInterfaceArray()
Extensionconfig.Interface getInterfaceArray(int i)
int sizeOfInterfaceArray()
void setInterfaceArray(Extensionconfig.Interface[] xinterfaceArray)
void setInterfaceArray(int i, Extensionconfig.Interface xinterface)
Extensionconfig.Interface insertNewInterface(int i)
Extensionconfig.Interface addNewInterface()
void removeInterface(int i)
Extensionconfig.PrePostSet getPrePostSet()
boolean isSetPrePostSet()
void setPrePostSet(Extensionconfig.PrePostSet prePostSet)
Extensionconfig.PrePostSet addNewPrePostSet()
void unsetPrePostSet()
java.lang.Object getFor()
JavaNameList xgetFor()
boolean isSetFor()
void setFor(java.lang.Object xfor)
void xsetFor(JavaNameList xfor)
void unsetFor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |