Package openEHR.v1.template
Interface ACTION
-
- All Superinterfaces:
Archetyped,ContentItem,ENTRY,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ACTIONImpl
public interface ACTION extends ENTRY
An XML ACTION(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classACTION.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 ITEMSTRUCTUREaddNewDescription()Appends and returns a new empty "description" elementITEMSTRUCTUREgetDescription()Gets the "description" elementbooleanisSetDescription()True if has "description" elementvoidsetDescription(ITEMSTRUCTURE description)Sets the "description" elementvoidunsetDescription()Unsets the "description" 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.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, xsetPath
-
Methods 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, unsetSubjectOfCare
-
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
-
getDescription
ITEMSTRUCTURE getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(ITEMSTRUCTURE description)
Sets the "description" element
-
addNewDescription
ITEMSTRUCTURE addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
-