Uses of Interface
org.openehr.schemas.v1.Iso8601DateTime
-
Packages that use Iso8601DateTime Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of Iso8601DateTime in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return Iso8601DateTime Modifier and Type Method Description static Iso8601DateTimeIso8601DateTime.Factory. newInstance()static Iso8601DateTimeIso8601DateTime.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. newValue(Object obj)static Iso8601DateTimeIso8601DateTime.Factory. parse(File file)static Iso8601DateTimeIso8601DateTime.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. parse(InputStream is)static Iso8601DateTimeIso8601DateTime.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. parse(Reader r)static Iso8601DateTimeIso8601DateTime.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. parse(String xmlAsString)static Iso8601DateTimeIso8601DateTime.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. parse(URL u)static Iso8601DateTimeIso8601DateTime.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. parse(XMLStreamReader sr)static Iso8601DateTimeIso8601DateTime.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static Iso8601DateTimeIso8601DateTime.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic Iso8601DateTimeIso8601DateTime.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic Iso8601DateTimeIso8601DateTime.Factory. parse(Node node)static Iso8601DateTimeIso8601DateTime.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Iso8601DateTimeCDATETIME. xgetAssumedValue()Gets (as xml) the "assumed_value" elementIso8601DateTimeIntervalOfDateTime. xgetLower()Gets (as xml) the "lower" elementIso8601DateTimeIntervalOfDateTime. xgetUpper()Gets (as xml) the "upper" elementIso8601DateTimeDVDATETIME. xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1 with parameters of type Iso8601DateTime Modifier and Type Method Description voidCDATETIME. xsetAssumedValue(Iso8601DateTime assumedValue)Sets (as xml) the "assumed_value" elementvoidIntervalOfDateTime. xsetLower(Iso8601DateTime lower)Sets (as xml) the "lower" elementvoidIntervalOfDateTime. xsetUpper(Iso8601DateTime upper)Sets (as xml) the "upper" elementvoidDVDATETIME. xsetValue(Iso8601DateTime value)Sets (as xml) the "value" element -
Uses of Iso8601DateTime in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement Iso8601DateTime Modifier and Type Class Description classIso8601DateTimeImplAn XML Iso8601DateTime(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return Iso8601DateTime Modifier and Type Method Description Iso8601DateTimeCDATETIMEImpl. xgetAssumedValue()Gets (as xml) the "assumed_value" elementIso8601DateTimeIntervalOfDateTimeImpl. xgetLower()Gets (as xml) the "lower" elementIso8601DateTimeIntervalOfDateTimeImpl. xgetUpper()Gets (as xml) the "upper" elementIso8601DateTimeDVDATETIMEImpl. xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1.impl with parameters of type Iso8601DateTime Modifier and Type Method Description voidCDATETIMEImpl. xsetAssumedValue(Iso8601DateTime assumedValue)Sets (as xml) the "assumed_value" elementvoidIntervalOfDateTimeImpl. xsetLower(Iso8601DateTime lower)Sets (as xml) the "lower" elementvoidIntervalOfDateTimeImpl. xsetUpper(Iso8601DateTime upper)Sets (as xml) the "upper" elementvoidDVDATETIMEImpl. xsetValue(Iso8601DateTime value)Sets (as xml) the "value" element
-