Interface Qnameconfig
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
QnameconfigImpl
An XML qnameconfig(@http://xml.apache.org/xmlbeans/2004/02/xbean/config).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<Qnameconfig> 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 "target" attributebooleanTrue if has "javaname" attributebooleanTrue if has "name" attributebooleanTrue if has "target" attributevoidsetJavaname(String javaname) Sets the "javaname" attributevoidSets the "name" attributevoidSets the "target" attributevoidUnsets the "javaname" attributevoidUnsets the "name" attributevoidUnsets the "target" attributeGets (as xml) the "javaname" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "target" attributevoidxsetJavaname(XmlString javaname) Sets (as xml) the "javaname" attributevoidSets (as xml) the "name" attributevoidxsetTarget(Qnametargetlist target) Sets (as xml) the "target" 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, 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
-
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 -
getTarget
List getTarget()Gets the "target" attribute -
xgetTarget
Qnametargetlist xgetTarget()Gets (as xml) the "target" attribute -
isSetTarget
boolean isSetTarget()True if has "target" attribute -
setTarget
Sets the "target" attribute -
xsetTarget
Sets (as xml) the "target" attribute -
unsetTarget
void unsetTarget()Unsets the "target" attribute
-