Uses of Interface
net.opengis.swe.x20.TimeRangeType
-
Packages that use TimeRangeType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of TimeRangeType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return TimeRangeType Modifier and Type Method Description TimeRangeTypeAnyRangePropertyType. addNewTimeRange()Appends and returns a new empty "TimeRange" elementTimeRangeTypeTimeRangeDocument. addNewTimeRange()Appends and returns a new empty "TimeRange" elementTimeRangeTypeTimeRangePropertyType. addNewTimeRange()Appends and returns a new empty "TimeRange" elementTimeRangeTypeAnyRangePropertyType. getTimeRange()Gets the "TimeRange" elementTimeRangeTypeTimeRangeDocument. getTimeRange()Gets the "TimeRange" elementTimeRangeTypeTimeRangePropertyType. getTimeRange()Gets the "TimeRange" elementstatic TimeRangeTypeTimeRangeType.Factory. newInstance()static TimeRangeTypeTimeRangeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(File file)static TimeRangeTypeTimeRangeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(InputStream is)static TimeRangeTypeTimeRangeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(Reader r)static TimeRangeTypeTimeRangeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(String xmlAsString)static TimeRangeTypeTimeRangeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(URL u)static TimeRangeTypeTimeRangeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(XMLStreamReader sr)static TimeRangeTypeTimeRangeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeRangeTypeTimeRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeRangeTypeTimeRangeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeRangeTypeTimeRangeType.Factory. parse(Node node)static TimeRangeTypeTimeRangeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type TimeRangeType Modifier and Type Method Description voidAnyRangePropertyType. setTimeRange(TimeRangeType timeRange)Sets the "TimeRange" elementvoidTimeRangeDocument. setTimeRange(TimeRangeType timeRange)Sets the "TimeRange" elementvoidTimeRangePropertyType. setTimeRange(TimeRangeType timeRange)Sets the "TimeRange" element -
Uses of TimeRangeType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement TimeRangeType Modifier and Type Class Description classTimeRangeTypeImplAn XML TimeRangeType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return TimeRangeType Modifier and Type Method Description TimeRangeTypeAnyRangePropertyTypeImpl. addNewTimeRange()Appends and returns a new empty "TimeRange" elementTimeRangeTypeTimeRangeDocumentImpl. addNewTimeRange()Appends and returns a new empty "TimeRange" elementTimeRangeTypeTimeRangePropertyTypeImpl. addNewTimeRange()Appends and returns a new empty "TimeRange" elementTimeRangeTypeAnyRangePropertyTypeImpl. getTimeRange()Gets the "TimeRange" elementTimeRangeTypeTimeRangeDocumentImpl. getTimeRange()Gets the "TimeRange" elementTimeRangeTypeTimeRangePropertyTypeImpl. getTimeRange()Gets the "TimeRange" elementMethods in net.opengis.swe.x20.impl with parameters of type TimeRangeType Modifier and Type Method Description voidAnyRangePropertyTypeImpl. setTimeRange(TimeRangeType timeRange)Sets the "TimeRange" elementvoidTimeRangeDocumentImpl. setTimeRange(TimeRangeType timeRange)Sets the "TimeRange" elementvoidTimeRangePropertyTypeImpl. setTimeRange(TimeRangeType timeRange)Sets the "TimeRange" element
-