Package openEHR.v1.template
Interface ELEMENT
- All Superinterfaces:
Archetyped,ITEM,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ELEMENTImpl
An XML ELEMENT(@openEHR/v1/Template).
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 "datavalueConstraint" elementAppends and returns a new empty "nullFlavorConstraint" elementGets the "datavalueConstraint" elementGets the "nullFlavorConstraint" elementbooleanTrue if has "datavalueConstraint" elementbooleanTrue if has "nullFlavorConstraint" elementvoidsetDatavalueConstraint(ValueConstraint datavalueConstraint) Sets the "datavalueConstraint" elementvoidsetNullFlavorConstraint(TextConstraint nullFlavorConstraint) Sets the "nullFlavorConstraint" elementvoidUnsets the "datavalueConstraint" elementvoidUnsets the "nullFlavorConstraint" elementMethods inherited from interface openEHR.v1.template.Archetyped
getArchetypeId, getFromTemplate, getTemplateId, isSetFromTemplate, isSetTemplateId, setArchetypeId, setFromTemplate, setTemplateId, unsetFromTemplate, unsetTemplateId, xgetArchetypeId, xgetFromTemplate, xgetTemplateId, xsetArchetypeId, xsetFromTemplate, xsetTemplateIdMethods 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, xsetPathMethods 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
-
getDatavalueConstraint
ValueConstraint getDatavalueConstraint()Gets the "datavalueConstraint" element -
isSetDatavalueConstraint
boolean isSetDatavalueConstraint()True if has "datavalueConstraint" element -
setDatavalueConstraint
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
Sets the "nullFlavorConstraint" element -
addNewNullFlavorConstraint
TextConstraint addNewNullFlavorConstraint()Appends and returns a new empty "nullFlavorConstraint" element -
unsetNullFlavorConstraint
void unsetNullFlavorConstraint()Unsets the "nullFlavorConstraint" element
-