Package org.openehr.schemas.v1
Interface EVENT
- All Superinterfaces:
LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
INTERVALEVENT,POINTEVENT
- All Known Implementing Classes:
EVENTImpl,INTERVALEVENTImpl,POINTEVENTImpl
An XML EVENT(@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 "data" elementAppends and returns a new empty "state" elementAppends and returns a new empty "time" elementgetData()Gets the "data" elementgetState()Gets the "state" elementgetTime()Gets the "time" elementbooleanTrue if has "state" elementvoidsetData(ITEMSTRUCTURE data) Sets the "data" elementvoidsetState(ITEMSTRUCTURE state) Sets the "state" elementvoidsetTime(DVDATETIME time) Sets the "time" elementvoidUnsets the "state" 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
-
getTime
DVDATETIME getTime()Gets the "time" element -
setTime
Sets the "time" element -
addNewTime
DVDATETIME addNewTime()Appends and returns a new empty "time" element -
getData
ITEMSTRUCTURE getData()Gets the "data" element -
setData
Sets the "data" element -
addNewData
ITEMSTRUCTURE addNewData()Appends and returns a new empty "data" element -
getState
ITEMSTRUCTURE getState()Gets the "state" element -
isSetState
boolean isSetState()True if has "state" element -
setState
Sets the "state" element -
addNewState
ITEMSTRUCTURE addNewState()Appends and returns a new empty "state" element -
unsetState
void unsetState()Unsets the "state" element
-