Package org.openehr.schemas.v1
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(@http://schemas.openehr.org/v1).
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 "end_time" elementAppends and returns a new empty "health_care_facility" elementAppends and returns a new empty "other_context" elementAppends and returns a new empty value (as xml) as the last "participations" elementAppends and returns a new empty "setting" elementAppends and returns a new empty "start_time" elementGets the "end_time" elementGets the "health_care_facility" elementGets the "location" elementGets the "other_context" elementGets array of all "participations" elementsgetParticipationsArray(int i) Gets ith "participations" elementGets the "setting" elementGets the "start_time" elementinsertNewParticipations(int i) Inserts and returns a new empty value (as xml) as the ith "participations" elementbooleanTrue if has "end_time" elementbooleanTrue if has "health_care_facility" elementbooleanTrue if has "location" elementbooleanTrue if has "other_context" elementvoidremoveParticipations(int i) Removes the ith "participations" elementvoidsetEndTime(DVDATETIME endTime) Sets the "end_time" elementvoidsetHealthCareFacility(PARTYIDENTIFIED healthCareFacility) Sets the "health_care_facility" elementvoidsetLocation(String location) Sets the "location" elementvoidsetOtherContext(ITEMSTRUCTURE otherContext) Sets the "other_context" elementvoidsetParticipationsArray(int i, PARTICIPATION participations) Sets ith "participations" elementvoidsetParticipationsArray(PARTICIPATION[] participationsArray) Sets array of all "participations" elementvoidsetSetting(DVCODEDTEXT setting) Sets the "setting" elementvoidsetStartTime(DVDATETIME startTime) Sets the "start_time" elementintReturns number of "participations" elementvoidUnsets the "end_time" elementvoidUnsets the "health_care_facility" elementvoidUnsets the "location" elementvoidUnsets the "other_context" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "location" elementvoidxsetLocation(org.apache.xmlbeans.XmlString location) Sets (as xml) the "location" elementMethods 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
-
getStartTime
DVDATETIME getStartTime()Gets the "start_time" element -
setStartTime
Sets the "start_time" element -
addNewStartTime
DVDATETIME addNewStartTime()Appends and returns a new empty "start_time" element -
getEndTime
DVDATETIME getEndTime()Gets the "end_time" element -
isSetEndTime
boolean isSetEndTime()True if has "end_time" element -
setEndTime
Sets the "end_time" element -
addNewEndTime
DVDATETIME addNewEndTime()Appends and returns a new empty "end_time" element -
unsetEndTime
void unsetEndTime()Unsets the "end_time" element -
getLocation
String getLocation()Gets the "location" element -
xgetLocation
org.apache.xmlbeans.XmlString xgetLocation()Gets (as xml) the "location" element -
isSetLocation
boolean isSetLocation()True if has "location" element -
setLocation
Sets the "location" element -
xsetLocation
void xsetLocation(org.apache.xmlbeans.XmlString location) Sets (as xml) the "location" element -
unsetLocation
void unsetLocation()Unsets the "location" element -
getSetting
DVCODEDTEXT getSetting()Gets the "setting" element -
setSetting
Sets the "setting" element -
addNewSetting
DVCODEDTEXT addNewSetting()Appends and returns a new empty "setting" element -
getOtherContext
ITEMSTRUCTURE getOtherContext()Gets the "other_context" element -
isSetOtherContext
boolean isSetOtherContext()True if has "other_context" element -
setOtherContext
Sets the "other_context" element -
addNewOtherContext
ITEMSTRUCTURE addNewOtherContext()Appends and returns a new empty "other_context" element -
unsetOtherContext
void unsetOtherContext()Unsets the "other_context" element -
getHealthCareFacility
PARTYIDENTIFIED getHealthCareFacility()Gets the "health_care_facility" element -
isSetHealthCareFacility
boolean isSetHealthCareFacility()True if has "health_care_facility" element -
setHealthCareFacility
Sets the "health_care_facility" element -
addNewHealthCareFacility
PARTYIDENTIFIED addNewHealthCareFacility()Appends and returns a new empty "health_care_facility" element -
unsetHealthCareFacility
void unsetHealthCareFacility()Unsets the "health_care_facility" element -
getParticipationsArray
PARTICIPATION[] getParticipationsArray()Gets array of all "participations" elements -
getParticipationsArray
Gets ith "participations" element -
sizeOfParticipationsArray
int sizeOfParticipationsArray()Returns number of "participations" element -
setParticipationsArray
Sets array of all "participations" element -
setParticipationsArray
Sets ith "participations" element -
insertNewParticipations
Inserts and returns a new empty value (as xml) as the ith "participations" element -
addNewParticipations
PARTICIPATION addNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" element -
removeParticipations
void removeParticipations(int i) Removes the ith "participations" element
-