Uses of Interface
org.openehr.schemas.v1.DVINTERVAL
-
Packages that use DVINTERVAL Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVINTERVAL in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVINTERVAL Modifier and Type Method Description DVINTERVALEXTRACTVERSIONSPEC. addNewCommitTimeInterval()Appends and returns a new empty "commit_time_interval" elementDVINTERVALDVORDERED. addNewNormalRange()Appends and returns a new empty "normal_range" elementDVINTERVALREFERENCERANGE. addNewRange()Appends and returns a new empty "range" elementDVINTERVALEXTRACTUPDATESPEC. addNewRepeatPeriod()Appends and returns a new empty "repeat_period" elementDVINTERVALPARTICIPATION. addNewTime()Appends and returns a new empty "time" elementDVINTERVALEXTRACTVERSIONSPEC. getCommitTimeInterval()Gets the "commit_time_interval" elementDVINTERVALDVORDERED. getNormalRange()Gets the "normal_range" elementDVINTERVALREFERENCERANGE. getRange()Gets the "range" elementDVINTERVALEXTRACTUPDATESPEC. getRepeatPeriod()Gets the "repeat_period" elementDVINTERVALPARTICIPATION. getTime()Gets the "time" elementstatic DVINTERVALDVINTERVAL.Factory. newInstance()static DVINTERVALDVINTERVAL.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(File file)static DVINTERVALDVINTERVAL.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(InputStream is)static DVINTERVALDVINTERVAL.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(Reader r)static DVINTERVALDVINTERVAL.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(String xmlAsString)static DVINTERVALDVINTERVAL.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(URL u)static DVINTERVALDVINTERVAL.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(XMLStreamReader sr)static DVINTERVALDVINTERVAL.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVINTERVALDVINTERVAL.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVINTERVALDVINTERVAL.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVINTERVALDVINTERVAL.Factory. parse(Node node)static DVINTERVALDVINTERVAL.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVINTERVAL Modifier and Type Method Description voidEXTRACTVERSIONSPEC. setCommitTimeInterval(DVINTERVAL commitTimeInterval)Sets the "commit_time_interval" elementvoidDVORDERED. setNormalRange(DVINTERVAL normalRange)Sets the "normal_range" elementvoidREFERENCERANGE. setRange(DVINTERVAL range)Sets the "range" elementvoidEXTRACTUPDATESPEC. setRepeatPeriod(DVINTERVAL repeatPeriod)Sets the "repeat_period" elementvoidPARTICIPATION. setTime(DVINTERVAL time)Sets the "time" element -
Uses of DVINTERVAL in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVINTERVAL Modifier and Type Class Description classDVINTERVALImplAn XML DV_INTERVAL(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVINTERVAL Modifier and Type Method Description DVINTERVALEXTRACTVERSIONSPECImpl. addNewCommitTimeInterval()Appends and returns a new empty "commit_time_interval" elementDVINTERVALDVORDEREDImpl. addNewNormalRange()Appends and returns a new empty "normal_range" elementDVINTERVALREFERENCERANGEImpl. addNewRange()Appends and returns a new empty "range" elementDVINTERVALEXTRACTUPDATESPECImpl. addNewRepeatPeriod()Appends and returns a new empty "repeat_period" elementDVINTERVALPARTICIPATIONImpl. addNewTime()Appends and returns a new empty "time" elementDVINTERVALEXTRACTVERSIONSPECImpl. getCommitTimeInterval()Gets the "commit_time_interval" elementDVINTERVALDVORDEREDImpl. getNormalRange()Gets the "normal_range" elementDVINTERVALREFERENCERANGEImpl. getRange()Gets the "range" elementDVINTERVALEXTRACTUPDATESPECImpl. getRepeatPeriod()Gets the "repeat_period" elementDVINTERVALPARTICIPATIONImpl. getTime()Gets the "time" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVINTERVAL Modifier and Type Method Description voidEXTRACTVERSIONSPECImpl. setCommitTimeInterval(DVINTERVAL commitTimeInterval)Sets the "commit_time_interval" elementvoidDVORDEREDImpl. setNormalRange(DVINTERVAL normalRange)Sets the "normal_range" elementvoidREFERENCERANGEImpl. setRange(DVINTERVAL range)Sets the "range" elementvoidEXTRACTUPDATESPECImpl. setRepeatPeriod(DVINTERVAL repeatPeriod)Sets the "repeat_period" elementvoidPARTICIPATIONImpl. setTime(DVINTERVAL time)Sets the "time" element
-