Package openEHR.v1.template
Interface INSTRUCTION
-
- All Superinterfaces:
Archetyped,ContentItem,ENTRY,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
INSTRUCTIONImpl
public interface INSTRUCTION extends ENTRY
An XML INSTRUCTION(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classINSTRUCTION.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 ITEMSTRUCTUREaddNewActivityDescription()Appends and returns a new empty value (as xml) as the last "activityDescription" elementITEMSTRUCTURE[]getActivityDescriptionArray()Gets array of all "activityDescription" elementsITEMSTRUCTUREgetActivityDescriptionArray(int i)Gets ith "activityDescription" elementITEMSTRUCTUREinsertNewActivityDescription(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" elementintsizeOfActivityDescriptionArray()Returns number of "activityDescription" 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
-
getActivityDescriptionArray
ITEMSTRUCTURE[] getActivityDescriptionArray()
Gets array of all "activityDescription" elements
-
getActivityDescriptionArray
ITEMSTRUCTURE getActivityDescriptionArray(int i)
Gets ith "activityDescription" element
-
sizeOfActivityDescriptionArray
int sizeOfActivityDescriptionArray()
Returns number of "activityDescription" element
-
setActivityDescriptionArray
void setActivityDescriptionArray(ITEMSTRUCTURE[] activityDescriptionArray)
Sets array of all "activityDescription" element
-
setActivityDescriptionArray
void setActivityDescriptionArray(int i, ITEMSTRUCTURE activityDescription)Sets ith "activityDescription" element
-
insertNewActivityDescription
ITEMSTRUCTURE insertNewActivityDescription(int i)
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
-
-