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
public interface ENTRY extends ContentItem
An XML ENTRY(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classENTRY.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 ITEMaddNewItems()Appends and returns a new empty value (as xml) as the last "Items" elementPARTICIPATIONaddNewOtherParticipation()Appends and returns a new empty value (as xml) as the last "other_participation" elementTextConstraintaddNewSubjectOfCare()Appends and returns a new empty "SubjectOfCare" elementITEM[]getItemsArray()Gets array of all "Items" elementsITEMgetItemsArray(int i)Gets ith "Items" elementPARTICIPATION[]getOtherParticipationArray()Gets array of all "other_participation" elementsPARTICIPATIONgetOtherParticipationArray(int i)Gets ith "other_participation" elementTextConstraintgetSubjectOfCare()Gets the "SubjectOfCare" elementITEMinsertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementPARTICIPATIONinsertNewOtherParticipation(int i)Inserts and returns a new empty value (as xml) as the ith "other_participation" elementbooleanisSetSubjectOfCare()True 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" elementintsizeOfItemsArray()Returns number of "Items" elementintsizeOfOtherParticipationArray()Returns number of "other_participation" elementvoidunsetSubjectOfCare()Unsets the "SubjectOfCare" 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 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
-
getSubjectOfCare
TextConstraint getSubjectOfCare()
Gets the "SubjectOfCare" element
-
isSetSubjectOfCare
boolean isSetSubjectOfCare()
True if has "SubjectOfCare" element
-
setSubjectOfCare
void setSubjectOfCare(TextConstraint subjectOfCare)
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
PARTICIPATION getOtherParticipationArray(int i)
Gets ith "other_participation" element
-
sizeOfOtherParticipationArray
int sizeOfOtherParticipationArray()
Returns number of "other_participation" element
-
setOtherParticipationArray
void setOtherParticipationArray(PARTICIPATION[] otherParticipationArray)
Sets array of all "other_participation" element
-
setOtherParticipationArray
void setOtherParticipationArray(int i, PARTICIPATION otherParticipation)Sets ith "other_participation" element
-
insertNewOtherParticipation
PARTICIPATION insertNewOtherParticipation(int i)
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
ITEM getItemsArray(int i)
Gets ith "Items" element
-
sizeOfItemsArray
int sizeOfItemsArray()
Returns number of "Items" element
-
setItemsArray
void setItemsArray(ITEM[] itemsArray)
Sets array of all "Items" element
-
setItemsArray
void setItemsArray(int i, ITEM items)Sets ith "Items" element
-
insertNewItems
ITEM insertNewItems(int i)
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
-
-