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.XmlObjectAn XML EVENT_CONTEXT(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEVENTCONTEXT.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" elementITEMSTRUCTUREaddNewOtherContext()Appends and returns a new empty "OtherContext" elementPARTICIPATIONaddNewParticipation()Appends and returns a new empty value (as xml) as the last "participation" elementStatementaddNewRule()Appends and returns a new empty value (as xml) as the last "Rule" elementStringgetAnnotation()Gets the "annotation" attributeITEM[]getItemsArray()Gets array of all "Items" elementsITEMgetItemsArray(int i)Gets ith "Items" elementITEMSTRUCTUREgetOtherContext()Gets the "OtherContext" elementPARTICIPATION[]getParticipationArray()Gets array of all "participation" elementsPARTICIPATIONgetParticipationArray(int i)Gets ith "participation" elementStatement[]getRuleArray()Gets array of all "Rule" elementsStatementgetRuleArray(int i)Gets ith "Rule" elementITEMinsertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "Items" elementPARTICIPATIONinsertNewParticipation(int i)Inserts and returns a new empty value (as xml) as the ith "participation" elementStatementinsertNewRule(int i)Inserts and returns a new empty value (as xml) as the ith "Rule" elementbooleanisSetAnnotation()True if has "annotation" attributebooleanisSetOtherContext()True 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" elementintsizeOfItemsArray()Returns number of "Items" elementintsizeOfParticipationArray()Returns number of "participation" elementintsizeOfRuleArray()Returns number of "Rule" elementvoidunsetAnnotation()Unsets the "annotation" attributevoidunsetOtherContext()Unsets the "OtherContext" elementorg.apache.xmlbeans.XmlStringxgetAnnotation()Gets (as xml) the "annotation" attributevoidxsetAnnotation(org.apache.xmlbeans.XmlString annotation)Sets (as xml) the "annotation" attribute-
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
-
getOtherContext
ITEMSTRUCTURE getOtherContext()
Gets the "OtherContext" element
-
isSetOtherContext
boolean isSetOtherContext()
True if has "OtherContext" element
-
setOtherContext
void setOtherContext(ITEMSTRUCTURE otherContext)
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
PARTICIPATION getParticipationArray(int i)
Gets ith "participation" element
-
sizeOfParticipationArray
int sizeOfParticipationArray()
Returns number of "participation" element
-
setParticipationArray
void setParticipationArray(PARTICIPATION[] participationArray)
Sets array of all "participation" element
-
setParticipationArray
void setParticipationArray(int i, PARTICIPATION participation)Sets ith "participation" element
-
insertNewParticipation
PARTICIPATION insertNewParticipation(int i)
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
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
-
getRuleArray
Statement[] getRuleArray()
Gets array of all "Rule" elements
-
getRuleArray
Statement getRuleArray(int i)
Gets ith "Rule" element
-
sizeOfRuleArray
int sizeOfRuleArray()
Returns number of "Rule" element
-
setRuleArray
void setRuleArray(Statement[] ruleArray)
Sets array of all "Rule" element
-
setRuleArray
void setRuleArray(int i, Statement rule)Sets ith "Rule" element
-
insertNewRule
Statement insertNewRule(int i)
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
void setAnnotation(String annotation)
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
-
-