Interface Usertypeconfig
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
UsertypeconfigImpl
An XML usertypeconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<Usertypeconfig> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "javaname" attributegetName()Gets the "name" attributeGets the "staticHandler" elementbooleanTrue if has "javaname" attributebooleanTrue if has "name" attributevoidsetJavaname(String javaname) Sets the "javaname" attributevoidSets the "name" attributevoidsetStaticHandler(String staticHandler) Sets the "staticHandler" elementvoidUnsets the "javaname" attributevoidUnsets the "name" attributeGets (as xml) the "javaname" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "staticHandler" elementvoidxsetJavaname(XmlString javaname) Sets (as xml) the "javaname" attributevoidSets (as xml) the "name" attributevoidxsetStaticHandler(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, 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
-
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
QName getName()Gets the "name" attribute -
xgetName
XmlQName 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 -
getJavaname
String getJavaname()Gets the "javaname" attribute -
xgetJavaname
XmlString xgetJavaname()Gets (as xml) the "javaname" attribute -
isSetJavaname
boolean isSetJavaname()True if has "javaname" attribute -
setJavaname
Sets the "javaname" attribute -
xsetJavaname
Sets (as xml) the "javaname" attribute -
unsetJavaname
void unsetJavaname()Unsets the "javaname" attribute
-