public interface ElementType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElementType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
MetadataType |
addNewMetadata()
Appends and returns a new empty "Metadata" element
|
ValueListType |
addNewValueList()
Appends and returns a new empty "ValueList" element
|
MetadataType |
getMetadata()
Gets the "Metadata" element
|
String |
getName()
Gets the "name" attribute
|
QName |
getType()
Gets the "type" attribute
|
ValueListType |
getValueList()
Gets the "ValueList" element
|
void |
setMetadata(MetadataType metadata)
Sets the "Metadata" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setType(QName type)
Sets the "type" attribute
|
void |
setValueList(ValueListType valueList)
Sets the "ValueList" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextMetadataType getMetadata()
void setMetadata(MetadataType metadata)
MetadataType addNewMetadata()
ValueListType getValueList()
void setValueList(ValueListType valueList)
ValueListType addNewValueList()
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
QName getType()
org.apache.xmlbeans.XmlQName xgetType()
void setType(QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
Copyright © 2016 52north.org. All rights reserved.