Package openEHR.v1.template
Interface ELEMENT
-
- All Superinterfaces:
Archetyped,ITEM,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ELEMENTImpl
public interface ELEMENT extends ITEM
An XML ELEMENT(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classELEMENT.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueConstraintaddNewDatavalueConstraint()Appends and returns a new empty "datavalueConstraint" elementTextConstraintaddNewNullFlavorConstraint()Appends and returns a new empty "nullFlavorConstraint" elementValueConstraintgetDatavalueConstraint()Gets the "datavalueConstraint" elementTextConstraintgetNullFlavorConstraint()Gets the "nullFlavorConstraint" elementbooleanisSetDatavalueConstraint()True if has "datavalueConstraint" elementbooleanisSetNullFlavorConstraint()True if has "nullFlavorConstraint" elementvoidsetDatavalueConstraint(ValueConstraint datavalueConstraint)Sets the "datavalueConstraint" elementvoidsetNullFlavorConstraint(TextConstraint nullFlavorConstraint)Sets the "nullFlavorConstraint" elementvoidunsetDatavalueConstraint()Unsets the "datavalueConstraint" elementvoidunsetNullFlavorConstraint()Unsets the "nullFlavorConstraint" element-
Methods inherited from interface openEHR.v1.template.Archetyped
getArchetypeId, getFromTemplate, getTemplateId, isSetFromTemplate, isSetTemplateId, setArchetypeId, setFromTemplate, setTemplateId, unsetFromTemplate, unsetTemplateId, xgetArchetypeId, xgetFromTemplate, xgetTemplateId, xsetArchetypeId, xsetFromTemplate, xsetTemplateId
-
Methods inherited from interface openEHR.v1.template.ITEM
addNewConditional, addNewNameConstraint, addNewRule, getAnnotation, getConditional, getHideOnForm, getMax, getMin, getName, getNameConstraint, getPath, getRuleArray, getRuleArray, insertNewRule, isSetAnnotation, isSetConditional, isSetHideOnForm, isSetMax, isSetMin, isSetName, isSetNameConstraint, isSetPath, removeRule, setAnnotation, setConditional, setHideOnForm, setMax, setMin, setName, setNameConstraint, setPath, setRuleArray, setRuleArray, sizeOfRuleArray, unsetAnnotation, unsetConditional, unsetHideOnForm, unsetMax, unsetMin, unsetName, unsetNameConstraint, unsetPath, xgetAnnotation, xgetHideOnForm, xgetMax, xgetMin, xgetName, xgetPath, xsetAnnotation, xsetHideOnForm, xsetMax, xsetMin, xsetName, xsetPath
-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDatavalueConstraint
ValueConstraint getDatavalueConstraint()
Gets the "datavalueConstraint" element
-
isSetDatavalueConstraint
boolean isSetDatavalueConstraint()
True if has "datavalueConstraint" element
-
setDatavalueConstraint
void setDatavalueConstraint(ValueConstraint datavalueConstraint)
Sets the "datavalueConstraint" element
-
addNewDatavalueConstraint
ValueConstraint addNewDatavalueConstraint()
Appends and returns a new empty "datavalueConstraint" element
-
unsetDatavalueConstraint
void unsetDatavalueConstraint()
Unsets the "datavalueConstraint" element
-
getNullFlavorConstraint
TextConstraint getNullFlavorConstraint()
Gets the "nullFlavorConstraint" element
-
isSetNullFlavorConstraint
boolean isSetNullFlavorConstraint()
True if has "nullFlavorConstraint" element
-
setNullFlavorConstraint
void setNullFlavorConstraint(TextConstraint nullFlavorConstraint)
Sets the "nullFlavorConstraint" element
-
addNewNullFlavorConstraint
TextConstraint addNewNullFlavorConstraint()
Appends and returns a new empty "nullFlavorConstraint" element
-
unsetNullFlavorConstraint
void unsetNullFlavorConstraint()
Unsets the "nullFlavorConstraint" element
-
-