Package org.openehr.schemas.v1
Interface HISTORY
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
HISTORYImpl
An XML HISTORY(@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 "duration" elementAppends and returns a new empty value (as xml) as the last "events" elementAppends and returns a new empty "origin" elementAppends and returns a new empty "period" elementAppends and returns a new empty "summary" elementGets the "duration" elementEVENT[]Gets array of all "events" elementsgetEventsArray(int i) Gets ith "events" elementGets the "origin" elementGets the "period" elementGets the "summary" elementinsertNewEvents(int i) Inserts and returns a new empty value (as xml) as the ith "events" elementbooleanTrue if has "duration" elementbooleanTrue if has "period" elementbooleanTrue 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" elementintReturns number of "events" elementvoidUnsets the "duration" elementvoidUnsets the "period" elementvoidUnsets the "summary" elementMethods 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, xsetArchetypeNodeIdMethods 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
-
getOrigin
DVDATETIME getOrigin()Gets the "origin" element -
setOrigin
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
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
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
Gets ith "events" element -
sizeOfEventsArray
int sizeOfEventsArray()Returns number of "events" element -
setEventsArray
Sets array of all "events" element -
setEventsArray
Sets ith "events" element -
insertNewEvents
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
Sets the "summary" element -
addNewSummary
ITEMSTRUCTURE addNewSummary()Appends and returns a new empty "summary" element -
unsetSummary
void unsetSummary()Unsets the "summary" element
-