Package openEHR.v1.template
Interface INSTRUCTION
- All Superinterfaces:
Archetyped,ContentItem,ENTRY,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
INSTRUCTIONImpl
An XML INSTRUCTION(@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 value (as xml) as the last "activityDescription" elementGets array of all "activityDescription" elementsgetActivityDescriptionArray(int i) Gets ith "activityDescription" elementinsertNewActivityDescription(int i) Inserts and returns a new empty value (as xml) as the ith "activityDescription" elementvoidremoveActivityDescription(int i) Removes the ith "activityDescription" elementvoidsetActivityDescriptionArray(int i, ITEMSTRUCTURE activityDescription) Sets ith "activityDescription" elementvoidsetActivityDescriptionArray(ITEMSTRUCTURE[] activityDescriptionArray) Sets array of all "activityDescription" elementintReturns number of "activityDescription" 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
-
getActivityDescriptionArray
ITEMSTRUCTURE[] getActivityDescriptionArray()Gets array of all "activityDescription" elements -
getActivityDescriptionArray
Gets ith "activityDescription" element -
sizeOfActivityDescriptionArray
int sizeOfActivityDescriptionArray()Returns number of "activityDescription" element -
setActivityDescriptionArray
Sets array of all "activityDescription" element -
setActivityDescriptionArray
Sets ith "activityDescription" element -
insertNewActivityDescription
Inserts and returns a new empty value (as xml) as the ith "activityDescription" element -
addNewActivityDescription
ITEMSTRUCTURE addNewActivityDescription()Appends and returns a new empty value (as xml) as the last "activityDescription" element -
removeActivityDescription
void removeActivityDescription(int i) Removes the ith "activityDescription" element
-