Package org.openehr.schemas.v1
Interface HISTORY
-
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
HISTORYImpl
public interface HISTORY extends LOCATABLE
An XML HISTORY(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHISTORY.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 DVDURATIONaddNewDuration()Appends and returns a new empty "duration" elementEVENTaddNewEvents()Appends and returns a new empty value (as xml) as the last "events" elementDVDATETIMEaddNewOrigin()Appends and returns a new empty "origin" elementDVDURATIONaddNewPeriod()Appends and returns a new empty "period" elementITEMSTRUCTUREaddNewSummary()Appends and returns a new empty "summary" elementDVDURATIONgetDuration()Gets the "duration" elementEVENT[]getEventsArray()Gets array of all "events" elementsEVENTgetEventsArray(int i)Gets ith "events" elementDVDATETIMEgetOrigin()Gets the "origin" elementDVDURATIONgetPeriod()Gets the "period" elementITEMSTRUCTUREgetSummary()Gets the "summary" elementEVENTinsertNewEvents(int i)Inserts and returns a new empty value (as xml) as the ith "events" elementbooleanisSetDuration()True if has "duration" elementbooleanisSetPeriod()True if has "period" elementbooleanisSetSummary()True if has "summary" elementvoidremoveEvents(int i)Removes the ith "events" elementvoidsetDuration(DVDURATION duration)Sets the "duration" elementvoidsetEventsArray(int i, EVENT events)Sets ith "events" elementvoidsetEventsArray(EVENT[] eventsArray)Sets array of all "events" elementvoidsetOrigin(DVDATETIME origin)Sets the "origin" elementvoidsetPeriod(DVDURATION period)Sets the "period" elementvoidsetSummary(ITEMSTRUCTURE summary)Sets the "summary" elementintsizeOfEventsArray()Returns number of "events" elementvoidunsetDuration()Unsets the "duration" elementvoidunsetPeriod()Unsets the "period" elementvoidunsetSummary()Unsets the "summary" element-
Methods inherited from interface org.openehr.schemas.v1.LOCATABLE
addNewArchetypeDetails, addNewFeederAudit, addNewLinks, addNewName, addNewUid, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinksArray, getLinksArray, getName, getUid, insertNewLinks, isSetArchetypeDetails, isSetFeederAudit, isSetUid, removeLinks, setArchetypeDetails, setArchetypeNodeId, setFeederAudit, setLinksArray, setLinksArray, setName, setUid, sizeOfLinksArray, unsetArchetypeDetails, unsetFeederAudit, unsetUid, xgetArchetypeNodeId, xsetArchetypeNodeId
-
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
-
getOrigin
DVDATETIME getOrigin()
Gets the "origin" element
-
setOrigin
void setOrigin(DVDATETIME origin)
Sets the "origin" element
-
addNewOrigin
DVDATETIME addNewOrigin()
Appends and returns a new empty "origin" element
-
getPeriod
DVDURATION getPeriod()
Gets the "period" element
-
isSetPeriod
boolean isSetPeriod()
True if has "period" element
-
setPeriod
void setPeriod(DVDURATION period)
Sets the "period" element
-
addNewPeriod
DVDURATION addNewPeriod()
Appends and returns a new empty "period" element
-
unsetPeriod
void unsetPeriod()
Unsets the "period" element
-
getDuration
DVDURATION getDuration()
Gets the "duration" element
-
isSetDuration
boolean isSetDuration()
True if has "duration" element
-
setDuration
void setDuration(DVDURATION duration)
Sets the "duration" element
-
addNewDuration
DVDURATION addNewDuration()
Appends and returns a new empty "duration" element
-
unsetDuration
void unsetDuration()
Unsets the "duration" element
-
getEventsArray
EVENT[] getEventsArray()
Gets array of all "events" elements
-
getEventsArray
EVENT getEventsArray(int i)
Gets ith "events" element
-
sizeOfEventsArray
int sizeOfEventsArray()
Returns number of "events" element
-
setEventsArray
void setEventsArray(EVENT[] eventsArray)
Sets array of all "events" element
-
setEventsArray
void setEventsArray(int i, EVENT events)Sets ith "events" element
-
insertNewEvents
EVENT insertNewEvents(int i)
Inserts and returns a new empty value (as xml) as the ith "events" element
-
addNewEvents
EVENT addNewEvents()
Appends and returns a new empty value (as xml) as the last "events" element
-
removeEvents
void removeEvents(int i)
Removes the ith "events" element
-
getSummary
ITEMSTRUCTURE getSummary()
Gets the "summary" element
-
isSetSummary
boolean isSetSummary()
True if has "summary" element
-
setSummary
void setSummary(ITEMSTRUCTURE summary)
Sets the "summary" element
-
addNewSummary
ITEMSTRUCTURE addNewSummary()
Appends and returns a new empty "summary" element
-
unsetSummary
void unsetSummary()
Unsets the "summary" element
-
-