Package openEHR.v1.template
Interface EVENTCONTEXT
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EVENTCONTEXTImpl
public interface EVENTCONTEXT
extends org.apache.xmlbeans.XmlObject
An XML EVENT_CONTEXT(@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 "OtherContext" elementAppends and returns a new empty value (as xml) as the last "participation" elementAppends and returns a new empty value (as xml) as the last "Rule" elementGets the "annotation" attributeITEM[]Gets array of all "Items" elementsgetItemsArray(int i) Gets ith "Items" elementGets the "OtherContext" elementGets array of all "participation" elementsgetParticipationArray(int i) Gets ith "participation" elementGets array of all "Rule" elementsgetRuleArray(int i) Gets ith "Rule" elementinsertNewItems(int i) Inserts and returns a new empty value (as xml) as the ith "Items" elementinsertNewParticipation(int i) Inserts and returns a new empty value (as xml) as the ith "participation" elementinsertNewRule(int i) Inserts and returns a new empty value (as xml) as the ith "Rule" elementbooleanTrue if has "annotation" attributebooleanTrue if has "OtherContext" elementvoidremoveItems(int i) Removes the ith "Items" elementvoidremoveParticipation(int i) Removes the ith "participation" elementvoidremoveRule(int i) Removes the ith "Rule" elementvoidsetAnnotation(String annotation) Sets the "annotation" attributevoidsetItemsArray(int i, ITEM items) Sets ith "Items" elementvoidsetItemsArray(ITEM[] itemsArray) Sets array of all "Items" elementvoidsetOtherContext(ITEMSTRUCTURE otherContext) Sets the "OtherContext" elementvoidsetParticipationArray(int i, PARTICIPATION participation) Sets ith "participation" elementvoidsetParticipationArray(PARTICIPATION[] participationArray) Sets array of all "participation" elementvoidsetRuleArray(int i, Statement rule) Sets ith "Rule" elementvoidsetRuleArray(Statement[] ruleArray) Sets array of all "Rule" elementintReturns number of "Items" elementintReturns number of "participation" elementintReturns number of "Rule" elementvoidUnsets the "annotation" attributevoidUnsets the "OtherContext" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "annotation" attributevoidxsetAnnotation(org.apache.xmlbeans.XmlString annotation) Sets (as xml) the "annotation" attributeMethods 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
-
getOtherContext
ITEMSTRUCTURE getOtherContext()Gets the "OtherContext" element -
isSetOtherContext
boolean isSetOtherContext()True if has "OtherContext" element -
setOtherContext
Sets the "OtherContext" element -
addNewOtherContext
ITEMSTRUCTURE addNewOtherContext()Appends and returns a new empty "OtherContext" element -
unsetOtherContext
void unsetOtherContext()Unsets the "OtherContext" element -
getParticipationArray
PARTICIPATION[] getParticipationArray()Gets array of all "participation" elements -
getParticipationArray
Gets ith "participation" element -
sizeOfParticipationArray
int sizeOfParticipationArray()Returns number of "participation" element -
setParticipationArray
Sets array of all "participation" element -
setParticipationArray
Sets ith "participation" element -
insertNewParticipation
Inserts and returns a new empty value (as xml) as the ith "participation" element -
addNewParticipation
PARTICIPATION addNewParticipation()Appends and returns a new empty value (as xml) as the last "participation" element -
removeParticipation
void removeParticipation(int i) Removes the ith "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 -
getRuleArray
Statement[] getRuleArray()Gets array of all "Rule" elements -
getRuleArray
Gets ith "Rule" element -
sizeOfRuleArray
int sizeOfRuleArray()Returns number of "Rule" element -
setRuleArray
Sets array of all "Rule" element -
setRuleArray
Sets ith "Rule" element -
insertNewRule
Inserts and returns a new empty value (as xml) as the ith "Rule" element -
addNewRule
Statement addNewRule()Appends and returns a new empty value (as xml) as the last "Rule" element -
removeRule
void removeRule(int i) Removes the ith "Rule" element -
getAnnotation
String getAnnotation()Gets the "annotation" attribute -
xgetAnnotation
org.apache.xmlbeans.XmlString xgetAnnotation()Gets (as xml) the "annotation" attribute -
isSetAnnotation
boolean isSetAnnotation()True if has "annotation" attribute -
setAnnotation
Sets the "annotation" attribute -
xsetAnnotation
void xsetAnnotation(org.apache.xmlbeans.XmlString annotation) Sets (as xml) the "annotation" attribute -
unsetAnnotation
void unsetAnnotation()Unsets the "annotation" attribute
-