Interface Extensionconfig.Interface
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Implementing Classes:
ExtensionconfigImpl.InterfaceImpl
- Enclosing interface:
Extensionconfig
An XML interface(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory
<Extensionconfig.Interface> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the "name" attributeGets the "staticHandler" elementboolean
True if has "name" attributevoid
Sets the "name" attributevoid
setStaticHandler
(String staticHandler) Sets the "staticHandler" elementvoid
Unsets the "name" attributexgetName()
Gets (as xml) the "name" attributeGets (as xml) the "staticHandler" elementvoid
Sets (as xml) the "name" attributevoid
xsetStaticHandler
(XmlString staticHandler) Sets (as xml) the "staticHandler" 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
-
getStaticHandler
String getStaticHandler()Gets the "staticHandler" element -
xgetStaticHandler
XmlString xgetStaticHandler()Gets (as xml) the "staticHandler" element -
setStaticHandler
Sets the "staticHandler" element -
xsetStaticHandler
Sets (as xml) the "staticHandler" element -
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute
-