Package openEHR.v1.template
Interface ACTION
- All Superinterfaces:
Archetyped,ContentItem,ENTRY,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ACTIONImpl
An XML ACTION(@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 "description" elementGets the "description" elementbooleanTrue if has "description" elementvoidsetDescription(ITEMSTRUCTURE description) Sets the "description" elementvoidUnsets the "description" 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.ContentItem
addNewConditional, addNewRule, getAnnotation, getConditional, getHideOnForm, getMax, getMin, getName, getPath, getRuleArray, getRuleArray, insertNewRule, isSetAnnotation, isSetConditional, isSetHideOnForm, isSetMax, isSetMin, isSetName, isSetPath, removeRule, setAnnotation, setConditional, setHideOnForm, setMax, setMin, setName, setPath, setRuleArray, setRuleArray, sizeOfRuleArray, unsetAnnotation, unsetConditional, unsetHideOnForm, unsetMax, unsetMin, unsetName, unsetPath, xgetAnnotation, xgetHideOnForm, xgetMax, xgetMin, xgetName, xgetPath, xsetAnnotation, xsetHideOnForm, xsetMax, xsetMin, xsetName, xsetPathMethods inherited from interface openEHR.v1.template.ENTRY
addNewItems, addNewOtherParticipation, addNewSubjectOfCare, getItemsArray, getItemsArray, getOtherParticipationArray, getOtherParticipationArray, getSubjectOfCare, insertNewItems, insertNewOtherParticipation, isSetSubjectOfCare, removeItems, removeOtherParticipation, setItemsArray, setItemsArray, setOtherParticipationArray, setOtherParticipationArray, setSubjectOfCare, sizeOfItemsArray, sizeOfOtherParticipationArray, unsetSubjectOfCareMethods 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
-
getDescription
ITEMSTRUCTURE getDescription()Gets the "description" element -
isSetDescription
boolean isSetDescription()True if has "description" element -
setDescription
Sets the "description" element -
addNewDescription
ITEMSTRUCTURE addNewDescription()Appends and returns a new empty "description" element -
unsetDescription
void unsetDescription()Unsets the "description" element
-