Package openEHR.v1.template
Interface SECTION
- All Superinterfaces:
Archetyped,ContentItem,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SECTIONImpl
An XML SECTION(@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 "Item" elementGets array of all "Item" elementsgetItemArray(int i) Gets ith "Item" elementinsertNewItem(int i) Inserts and returns a new empty value (as xml) as the ith "Item" elementvoidremoveItem(int i) Removes the ith "Item" elementvoidsetItemArray(int i, ContentItem item) Sets ith "Item" elementvoidsetItemArray(ContentItem[] itemArray) Sets array of all "Item" elementintReturns number of "Item" 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 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
-
getItemArray
ContentItem[] getItemArray()Gets array of all "Item" elements -
getItemArray
Gets ith "Item" element -
sizeOfItemArray
int sizeOfItemArray()Returns number of "Item" element -
setItemArray
Sets array of all "Item" element -
setItemArray
Sets ith "Item" element -
insertNewItem
Inserts and returns a new empty value (as xml) as the ith "Item" element -
addNewItem
ContentItem addNewItem()Appends and returns a new empty value (as xml) as the last "Item" element -
removeItem
void removeItem(int i) Removes the ith "Item" element
-