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.XmlObjectAn XML EVENT_CONTEXT(@http://schemas.openehr.org/v1). 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 DVDATETIMEaddNewEndTime()Appends and returns a new empty "end_time" elementPARTYIDENTIFIEDaddNewHealthCareFacility()Appends and returns a new empty "health_care_facility" elementITEMSTRUCTUREaddNewOtherContext()Appends and returns a new empty "other_context" elementPARTICIPATIONaddNewParticipations()Appends and returns a new empty value (as xml) as the last "participations" elementDVCODEDTEXTaddNewSetting()Appends and returns a new empty "setting" elementDVDATETIMEaddNewStartTime()Appends and returns a new empty "start_time" elementDVDATETIMEgetEndTime()Gets the "end_time" elementPARTYIDENTIFIEDgetHealthCareFacility()Gets the "health_care_facility" elementStringgetLocation()Gets the "location" elementITEMSTRUCTUREgetOtherContext()Gets the "other_context" elementPARTICIPATION[]getParticipationsArray()Gets array of all "participations" elementsPARTICIPATIONgetParticipationsArray(int i)Gets ith "participations" elementDVCODEDTEXTgetSetting()Gets the "setting" elementDVDATETIMEgetStartTime()Gets the "start_time" elementPARTICIPATIONinsertNewParticipations(int i)Inserts and returns a new empty value (as xml) as the ith "participations" elementbooleanisSetEndTime()True if has "end_time" elementbooleanisSetHealthCareFacility()True if has "health_care_facility" elementbooleanisSetLocation()True if has "location" elementbooleanisSetOtherContext()True 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" elementintsizeOfParticipationsArray()Returns number of "participations" elementvoidunsetEndTime()Unsets the "end_time" elementvoidunsetHealthCareFacility()Unsets the "health_care_facility" elementvoidunsetLocation()Unsets the "location" elementvoidunsetOtherContext()Unsets the "other_context" elementorg.apache.xmlbeans.XmlStringxgetLocation()Gets (as xml) the "location" elementvoidxsetLocation(org.apache.xmlbeans.XmlString location)Sets (as xml) the "location" element-
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
-
getStartTime
DVDATETIME getStartTime()
Gets the "start_time" element
-
setStartTime
void setStartTime(DVDATETIME startTime)
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
void setEndTime(DVDATETIME endTime)
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
void setLocation(String location)
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
void setSetting(DVCODEDTEXT setting)
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
void setOtherContext(ITEMSTRUCTURE otherContext)
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
void setHealthCareFacility(PARTYIDENTIFIED healthCareFacility)
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
PARTICIPATION getParticipationsArray(int i)
Gets ith "participations" element
-
sizeOfParticipationsArray
int sizeOfParticipationsArray()
Returns number of "participations" element
-
setParticipationsArray
void setParticipationsArray(PARTICIPATION[] participationsArray)
Sets array of all "participations" element
-
setParticipationsArray
void setParticipationsArray(int i, PARTICIPATION participations)Sets ith "participations" element
-
insertNewParticipations
PARTICIPATION insertNewParticipations(int i)
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
-
-