Uses of Interface
org.openehr.schemas.v1.Iso8601Date
Packages that use Iso8601Date
-
Uses of Iso8601Date in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return Iso8601DateModifier and TypeMethodDescriptionstatic Iso8601DateIso8601Date.Factory.newInstance()static Iso8601DateIso8601Date.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static Iso8601Datestatic Iso8601Datestatic Iso8601Datestatic Iso8601DateIso8601Date.Factory.parse(InputStream is) static Iso8601DateIso8601Date.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static Iso8601Datestatic Iso8601Datestatic Iso8601Datestatic Iso8601Datestatic Iso8601Datestatic Iso8601Datestatic 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.static Iso8601DateIso8601Date.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic Iso8601Datestatic Iso8601DateCDATE.xgetAssumedValue()Gets (as xml) the "assumed_value" elementIntervalOfDate.xgetLower()Gets (as xml) the "lower" elementIntervalOfDate.xgetUpper()Gets (as xml) the "upper" elementDVDATE.xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1 with parameters of type Iso8601DateModifier and TypeMethodDescriptionvoidCDATE.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 Iso8601DateModifier and TypeClassDescriptionclassAn XML Iso8601Date(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return Iso8601DateModifier and TypeMethodDescriptionCDATEImpl.xgetAssumedValue()Gets (as xml) the "assumed_value" elementIntervalOfDateImpl.xgetLower()Gets (as xml) the "lower" elementIntervalOfDateImpl.xgetUpper()Gets (as xml) the "upper" elementDVDATEImpl.xgetValue()Gets (as xml) the "value" elementMethods in org.openehr.schemas.v1.impl with parameters of type Iso8601DateModifier and TypeMethodDescriptionvoidCDATEImpl.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
XMLInputStream