Package org.openehr.schemas.v1
Interface ELEMENT
- All Superinterfaces:
ITEM,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ELEMENTImpl
An XML ELEMENT(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "null_flavour" elementAppends and returns a new empty "value" elementGets the "null_flavour" elementgetValue()Gets the "value" elementbooleanTrue if has "null_flavour" elementbooleanTrue if has "value" elementvoidsetNullFlavour(DVCODEDTEXT nullFlavour) Sets the "null_flavour" elementvoidSets the "value" elementvoidUnsets the "null_flavour" elementvoidUnsets the "value" elementMethods inherited from interface org.openehr.schemas.v1.LOCATABLE
addNewArchetypeDetails, addNewFeederAudit, addNewLinks, addNewName, addNewUid, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinksArray, getLinksArray, getName, getUid, insertNewLinks, isSetArchetypeDetails, isSetFeederAudit, isSetUid, removeLinks, setArchetypeDetails, setArchetypeNodeId, setFeederAudit, setLinksArray, setLinksArray, setName, setUid, sizeOfLinksArray, unsetArchetypeDetails, unsetFeederAudit, unsetUid, xgetArchetypeNodeId, xsetArchetypeNodeIdMethods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getValue
DATAVALUE getValue()Gets the "value" element -
isSetValue
boolean isSetValue()True if has "value" element -
setValue
Sets the "value" element -
addNewValue
DATAVALUE addNewValue()Appends and returns a new empty "value" element -
unsetValue
void unsetValue()Unsets the "value" element -
getNullFlavour
DVCODEDTEXT getNullFlavour()Gets the "null_flavour" element -
isSetNullFlavour
boolean isSetNullFlavour()True if has "null_flavour" element -
setNullFlavour
Sets the "null_flavour" element -
addNewNullFlavour
DVCODEDTEXT addNewNullFlavour()Appends and returns a new empty "null_flavour" element -
unsetNullFlavour
void unsetNullFlavour()Unsets the "null_flavour" element
-