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
public interface EVENT extends LOCATABLE
An XML EVENT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEVENT.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 ITEMSTRUCTUREaddNewData()Appends and returns a new empty "data" elementITEMSTRUCTUREaddNewState()Appends and returns a new empty "state" elementDVDATETIMEaddNewTime()Appends and returns a new empty "time" elementITEMSTRUCTUREgetData()Gets the "data" elementITEMSTRUCTUREgetState()Gets the "state" elementDVDATETIMEgetTime()Gets the "time" elementbooleanisSetState()True if has "state" elementvoidsetData(ITEMSTRUCTURE data)Sets the "data" elementvoidsetState(ITEMSTRUCTURE state)Sets the "state" elementvoidsetTime(DVDATETIME time)Sets the "time" elementvoidunsetState()Unsets the "state" 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
-
getTime
DVDATETIME getTime()
Gets the "time" element
-
setTime
void setTime(DVDATETIME time)
Sets the "time" element
-
addNewTime
DVDATETIME addNewTime()
Appends and returns a new empty "time" element
-
getData
ITEMSTRUCTURE getData()
Gets the "data" element
-
setData
void setData(ITEMSTRUCTURE data)
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
void setState(ITEMSTRUCTURE state)
Sets the "state" element
-
addNewState
ITEMSTRUCTURE addNewState()
Appends and returns a new empty "state" element
-
unsetState
void unsetState()
Unsets the "state" element
-
-