Uses of Interface
org.openehr.schemas.v1.IntervalOfReal
-
Packages that use IntervalOfReal Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of IntervalOfReal in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return IntervalOfReal Modifier and Type Method Description IntervalOfRealCQUANTITYITEM. addNewMagnitude()Appends and returns a new empty "magnitude" elementIntervalOfRealCREAL. addNewRange()Appends and returns a new empty "range" elementIntervalOfRealCQUANTITYITEM. getMagnitude()Gets the "magnitude" elementIntervalOfRealCREAL. getRange()Gets the "range" elementstatic IntervalOfRealIntervalOfReal.Factory. newInstance()static IntervalOfRealIntervalOfReal.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(File file)static IntervalOfRealIntervalOfReal.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(InputStream is)static IntervalOfRealIntervalOfReal.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(Reader r)static IntervalOfRealIntervalOfReal.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(String xmlAsString)static IntervalOfRealIntervalOfReal.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(URL u)static IntervalOfRealIntervalOfReal.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(XMLStreamReader sr)static IntervalOfRealIntervalOfReal.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IntervalOfRealIntervalOfReal.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IntervalOfRealIntervalOfReal.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IntervalOfRealIntervalOfReal.Factory. parse(Node node)static IntervalOfRealIntervalOfReal.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type IntervalOfReal Modifier and Type Method Description voidCQUANTITYITEM. setMagnitude(IntervalOfReal magnitude)Sets the "magnitude" elementvoidCREAL. setRange(IntervalOfReal range)Sets the "range" element -
Uses of IntervalOfReal in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement IntervalOfReal Modifier and Type Class Description classIntervalOfRealImplAn XML IntervalOfReal(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return IntervalOfReal Modifier and Type Method Description IntervalOfRealCQUANTITYITEMImpl. addNewMagnitude()Appends and returns a new empty "magnitude" elementIntervalOfRealCREALImpl. addNewRange()Appends and returns a new empty "range" elementIntervalOfRealCQUANTITYITEMImpl. getMagnitude()Gets the "magnitude" elementIntervalOfRealCREALImpl. getRange()Gets the "range" elementMethods in org.openehr.schemas.v1.impl with parameters of type IntervalOfReal Modifier and Type Method Description voidCQUANTITYITEMImpl. setMagnitude(IntervalOfReal magnitude)Sets the "magnitude" elementvoidCREALImpl. setRange(IntervalOfReal range)Sets the "range" element
-