Uses of Interface
org.openehr.schemas.v1.Iso8601Date
-
Packages that use Iso8601Date Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of Iso8601Date in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return Iso8601Date Modifier and Type Method Description static Iso8601DateIso8601Date.Factory. newInstance()static Iso8601DateIso8601Date.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. newValue(Object obj)static Iso8601DateIso8601Date.Factory. parse(File file)static Iso8601DateIso8601Date.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. parse(InputStream is)static Iso8601DateIso8601Date.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. parse(Reader r)static Iso8601DateIso8601Date.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. parse(String xmlAsString)static Iso8601DateIso8601Date.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. parse(URL u)static Iso8601DateIso8601Date.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. parse(XMLStreamReader sr)static Iso8601DateIso8601Date.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static Iso8601DateIso8601Date.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic Iso8601DateIso8601Date.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic Iso8601DateIso8601Date.Factory. parse(Node node)static Iso8601DateIso8601Date.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Iso8601DateCDATE. xgetAssumedValue()Gets (as xml) the "assumed_value" elementIso8601DateIntervalOfDate. xgetLower()Gets (as xml) the "lower" elementIso8601DateIntervalOfDate. xgetUpper()Gets (as xml) the "upper" elementIso8601DateDVDATE. xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1 with parameters of type Iso8601Date Modifier and Type Method Description voidCDATE. xsetAssumedValue(Iso8601Date assumedValue)Sets (as xml) the "assumed_value" elementvoidIntervalOfDate. xsetLower(Iso8601Date lower)Sets (as xml) the "lower" elementvoidIntervalOfDate. xsetUpper(Iso8601Date upper)Sets (as xml) the "upper" elementvoidDVDATE. xsetValue(Iso8601Date value)Sets (as xml) the "value" element -
Uses of Iso8601Date in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement Iso8601Date Modifier and Type Class Description classIso8601DateImplAn XML Iso8601Date(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return Iso8601Date Modifier and Type Method Description Iso8601DateCDATEImpl. xgetAssumedValue()Gets (as xml) the "assumed_value" elementIso8601DateIntervalOfDateImpl. xgetLower()Gets (as xml) the "lower" elementIso8601DateIntervalOfDateImpl. xgetUpper()Gets (as xml) the "upper" elementIso8601DateDVDATEImpl. xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1.impl with parameters of type Iso8601Date Modifier and Type Method Description voidCDATEImpl. xsetAssumedValue(Iso8601Date assumedValue)Sets (as xml) the "assumed_value" elementvoidIntervalOfDateImpl. xsetLower(Iso8601Date lower)Sets (as xml) the "lower" elementvoidIntervalOfDateImpl. xsetUpper(Iso8601Date upper)Sets (as xml) the "upper" elementvoidDVDATEImpl. xsetValue(Iso8601Date value)Sets (as xml) the "value" element
-