Uses of Interface
org.openehr.schemas.v1.Iso8601Duration
-
Packages that use Iso8601Duration Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of Iso8601Duration in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return Iso8601Duration Modifier and Type Method Description static Iso8601DurationIso8601Duration.Factory. newInstance()static Iso8601DurationIso8601Duration.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. newValue(Object obj)static Iso8601DurationIso8601Duration.Factory. parse(File file)static Iso8601DurationIso8601Duration.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. parse(InputStream is)static Iso8601DurationIso8601Duration.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. parse(Reader r)static Iso8601DurationIso8601Duration.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. parse(String xmlAsString)static Iso8601DurationIso8601Duration.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. parse(URL u)static Iso8601DurationIso8601Duration.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. parse(XMLStreamReader sr)static Iso8601DurationIso8601Duration.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static Iso8601DurationIso8601Duration.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic Iso8601DurationIso8601Duration.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic Iso8601DurationIso8601Duration.Factory. parse(Node node)static Iso8601DurationIso8601Duration.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Iso8601DurationCDURATION. xgetAssumedValue()Gets (as xml) the "assumed_value" elementIso8601DurationIntervalOfDuration. xgetLower()Gets (as xml) the "lower" elementIso8601DurationIntervalOfDuration. xgetUpper()Gets (as xml) the "upper" elementIso8601DurationDVDURATION. xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1 with parameters of type Iso8601Duration Modifier and Type Method Description voidCDURATION. xsetAssumedValue(Iso8601Duration assumedValue)Sets (as xml) the "assumed_value" elementvoidIntervalOfDuration. xsetLower(Iso8601Duration lower)Sets (as xml) the "lower" elementvoidIntervalOfDuration. xsetUpper(Iso8601Duration upper)Sets (as xml) the "upper" elementvoidDVDURATION. xsetValue(Iso8601Duration value)Sets (as xml) the "value" element -
Uses of Iso8601Duration in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement Iso8601Duration Modifier and Type Class Description classIso8601DurationImplAn XML Iso8601Duration(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return Iso8601Duration Modifier and Type Method Description Iso8601DurationCDURATIONImpl. xgetAssumedValue()Gets (as xml) the "assumed_value" elementIso8601DurationIntervalOfDurationImpl. xgetLower()Gets (as xml) the "lower" elementIso8601DurationIntervalOfDurationImpl. xgetUpper()Gets (as xml) the "upper" elementIso8601DurationDVDURATIONImpl. xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1.impl with parameters of type Iso8601Duration Modifier and Type Method Description voidCDURATIONImpl. xsetAssumedValue(Iso8601Duration assumedValue)Sets (as xml) the "assumed_value" elementvoidIntervalOfDurationImpl. xsetLower(Iso8601Duration lower)Sets (as xml) the "lower" elementvoidIntervalOfDurationImpl. xsetUpper(Iso8601Duration upper)Sets (as xml) the "upper" elementvoidDVDURATIONImpl. xsetValue(Iso8601Duration value)Sets (as xml) the "value" element
-