Package openEHR.v1.template
Interface ENTRY
- All Superinterfaces:
Archetyped,ContentItem,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
ACTION,ADMINENTRY,EVALUATION,INSTRUCTION,OBSERVATION
- All Known Implementing Classes:
ACTIONImpl,ADMINENTRYImpl,ENTRYImpl,EVALUATIONImpl,INSTRUCTIONImpl,OBSERVATIONImpl
An XML ENTRY(@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 "Items" elementAppends and returns a new empty value (as xml) as the last "other_participation" elementAppends and returns a new empty "SubjectOfCare" elementITEM[]Gets array of all "Items" elementsgetItemsArray(int i) Gets ith "Items" elementGets array of all "other_participation" elementsgetOtherParticipationArray(int i) Gets ith "other_participation" elementGets the "SubjectOfCare" elementinsertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "Items" elementinsertNewOtherParticipation(int i) Inserts and returns a new empty value (as xml) as the ith "other_participation" elementbooleanTrue if has "SubjectOfCare" elementvoidremoveItems(int i) Removes the ith "Items" elementvoidremoveOtherParticipation(int i) Removes the ith "other_participation" elementvoidsetItemsArray(int i, ITEM items) Sets ith "Items" elementvoidsetItemsArray(ITEM[] itemsArray) Sets array of all "Items" elementvoidsetOtherParticipationArray(int i, PARTICIPATION otherParticipation) Sets ith "other_participation" elementvoidsetOtherParticipationArray(PARTICIPATION[] otherParticipationArray) Sets array of all "other_participation" elementvoidsetSubjectOfCare(TextConstraint subjectOfCare) Sets the "SubjectOfCare" elementintReturns number of "Items" elementintReturns number of "other_participation" elementvoidUnsets the "SubjectOfCare" 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
-
getSubjectOfCare
TextConstraint getSubjectOfCare()Gets the "SubjectOfCare" element -
isSetSubjectOfCare
boolean isSetSubjectOfCare()True if has "SubjectOfCare" element -
setSubjectOfCare
Sets the "SubjectOfCare" element -
addNewSubjectOfCare
TextConstraint addNewSubjectOfCare()Appends and returns a new empty "SubjectOfCare" element -
unsetSubjectOfCare
void unsetSubjectOfCare()Unsets the "SubjectOfCare" element -
getOtherParticipationArray
PARTICIPATION[] getOtherParticipationArray()Gets array of all "other_participation" elements -
getOtherParticipationArray
Gets ith "other_participation" element -
sizeOfOtherParticipationArray
int sizeOfOtherParticipationArray()Returns number of "other_participation" element -
setOtherParticipationArray
Sets array of all "other_participation" element -
setOtherParticipationArray
Sets ith "other_participation" element -
insertNewOtherParticipation
Inserts and returns a new empty value (as xml) as the ith "other_participation" element -
addNewOtherParticipation
PARTICIPATION addNewOtherParticipation()Appends and returns a new empty value (as xml) as the last "other_participation" element -
removeOtherParticipation
void removeOtherParticipation(int i) Removes the ith "other_participation" element -
getItemsArray
ITEM[] getItemsArray()Gets array of all "Items" elements -
getItemsArray
Gets ith "Items" element -
sizeOfItemsArray
int sizeOfItemsArray()Returns number of "Items" element -
setItemsArray
Sets array of all "Items" element -
setItemsArray
Sets ith "Items" element -
insertNewItems
Inserts and returns a new empty value (as xml) as the ith "Items" element -
addNewItems
ITEM addNewItems()Appends and returns a new empty value (as xml) as the last "Items" element -
removeItems
void removeItems(int i) Removes the ith "Items" element
-