Package org.openehr.schemas.v1
Interface INTERVALEVENT
-
- All Superinterfaces:
EVENT,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
INTERVALEVENTImpl
public interface INTERVALEVENT extends EVENT
An XML INTERVAL_EVENT(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classINTERVALEVENT.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 DVCODEDTEXTaddNewMathFunction()Appends and returns a new empty "math_function" elementDVDURATIONaddNewWidth()Appends and returns a new empty "width" elementDVCODEDTEXTgetMathFunction()Gets the "math_function" elementintgetSampleCount()Gets the "sample_count" elementDVDURATIONgetWidth()Gets the "width" elementbooleanisSetSampleCount()True if has "sample_count" elementvoidsetMathFunction(DVCODEDTEXT mathFunction)Sets the "math_function" elementvoidsetSampleCount(int sampleCount)Sets the "sample_count" elementvoidsetWidth(DVDURATION width)Sets the "width" elementvoidunsetSampleCount()Unsets the "sample_count" elementorg.apache.xmlbeans.XmlIntxgetSampleCount()Gets (as xml) the "sample_count" elementvoidxsetSampleCount(org.apache.xmlbeans.XmlInt sampleCount)Sets (as xml) the "sample_count" element-
Methods inherited from interface org.openehr.schemas.v1.EVENT
addNewData, addNewState, addNewTime, getData, getState, getTime, isSetState, setData, setState, setTime, unsetState
-
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
-
getWidth
DVDURATION getWidth()
Gets the "width" element
-
setWidth
void setWidth(DVDURATION width)
Sets the "width" element
-
addNewWidth
DVDURATION addNewWidth()
Appends and returns a new empty "width" element
-
getSampleCount
int getSampleCount()
Gets the "sample_count" element
-
xgetSampleCount
org.apache.xmlbeans.XmlInt xgetSampleCount()
Gets (as xml) the "sample_count" element
-
isSetSampleCount
boolean isSetSampleCount()
True if has "sample_count" element
-
setSampleCount
void setSampleCount(int sampleCount)
Sets the "sample_count" element
-
xsetSampleCount
void xsetSampleCount(org.apache.xmlbeans.XmlInt sampleCount)
Sets (as xml) the "sample_count" element
-
unsetSampleCount
void unsetSampleCount()
Unsets the "sample_count" element
-
getMathFunction
DVCODEDTEXT getMathFunction()
Gets the "math_function" element
-
setMathFunction
void setMathFunction(DVCODEDTEXT mathFunction)
Sets the "math_function" element
-
addNewMathFunction
DVCODEDTEXT addNewMathFunction()
Appends and returns a new empty "math_function" element
-
-