Package org.openehr.schemas.v1
Interface INTERVALEVENT
- All Superinterfaces:
EVENT,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
INTERVALEVENTImpl
An XML INTERVAL_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 "math_function" elementAppends and returns a new empty "width" elementGets the "math_function" elementintGets the "sample_count" elementgetWidth()Gets the "width" elementbooleanTrue if has "sample_count" elementvoidsetMathFunction(DVCODEDTEXT mathFunction) Sets the "math_function" elementvoidsetSampleCount(int sampleCount) Sets the "sample_count" elementvoidsetWidth(DVDURATION width) Sets the "width" elementvoidUnsets the "sample_count" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "sample_count" elementvoidxsetSampleCount(org.apache.xmlbeans.XmlInt sampleCount) Sets (as xml) the "sample_count" elementMethods inherited from interface org.openehr.schemas.v1.EVENT
addNewData, addNewState, addNewTime, getData, getState, getTime, isSetState, setData, setState, setTime, unsetStateMethods 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
-
getWidth
DVDURATION getWidth()Gets the "width" element -
setWidth
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
Sets the "math_function" element -
addNewMathFunction
DVCODEDTEXT addNewMathFunction()Appends and returns a new empty "math_function" element
-