Uses of Interface
net.opengis.swe.x101.TimeIso8601
-
Packages that use TimeIso8601 Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TimeIso8601 in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TimeIso8601 Modifier and Type Method Description static TimeIso8601TimeIso8601.Factory. newInstance()static TimeIso8601TimeIso8601.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. newValue(Object obj)static TimeIso8601TimeIso8601.Factory. parse(File file)static TimeIso8601TimeIso8601.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. parse(InputStream is)static TimeIso8601TimeIso8601.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. parse(Reader r)static TimeIso8601TimeIso8601.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. parse(String xmlAsString)static TimeIso8601TimeIso8601.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. parse(URL u)static TimeIso8601TimeIso8601.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. parse(XMLStreamReader sr)static TimeIso8601TimeIso8601.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeIso8601TimeIso8601.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeIso8601TimeIso8601.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeIso8601TimeIso8601.Factory. parse(Node node)static TimeIso8601TimeIso8601.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TimeIso8601TimeDocument.Time. xgetReferenceTime()Gets (as xml) the "referenceTime" attributeTimeIso8601TimeRangeDocument.TimeRange. xgetReferenceTime()Gets (as xml) the "referenceTime" attributeMethods in net.opengis.swe.x101 with parameters of type TimeIso8601 Modifier and Type Method Description voidTimeDocument.Time. xsetReferenceTime(TimeIso8601 referenceTime)Sets (as xml) the "referenceTime" attributevoidTimeRangeDocument.TimeRange. xsetReferenceTime(TimeIso8601 referenceTime)Sets (as xml) the "referenceTime" attribute -
Uses of TimeIso8601 in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TimeIso8601 Modifier and Type Class Description classTimeIso8601ImplAn XML timeIso8601(@http://www.opengis.net/swe/1.0.1).classTimePositionTypeImplAn XML timePositionType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TimeIso8601 Modifier and Type Method Description TimeIso8601TimeDocumentImpl.TimeImpl. xgetReferenceTime()Gets (as xml) the "referenceTime" attributeTimeIso8601TimeRangeDocumentImpl.TimeRangeImpl. xgetReferenceTime()Gets (as xml) the "referenceTime" attributeMethods in net.opengis.swe.x101.impl with parameters of type TimeIso8601 Modifier and Type Method Description voidTimeDocumentImpl.TimeImpl. xsetReferenceTime(TimeIso8601 referenceTime)Sets (as xml) the "referenceTime" attributevoidTimeRangeDocumentImpl.TimeRangeImpl. xsetReferenceTime(TimeIso8601 referenceTime)Sets (as xml) the "referenceTime" attribute
-