Uses of Interface
net.opengis.waterml.x20.TimeseriesType
-
Packages that use TimeseriesType Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of TimeseriesType in net.opengis.waterml.x20
Subinterfaces of TimeseriesType in net.opengis.waterml.x20 Modifier and Type Interface Description interfaceCategoricalTimeseriesTypeAn XML CategoricalTimeseriesType(@http://www.opengis.net/waterml/2.0).interfaceMeasurementTimeseriesTypeAn XML MeasurementTimeseriesType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20 that return TimeseriesType Modifier and Type Method Description TimeseriesTypeTimeseriesDocument. addNewTimeseries()Appends and returns a new empty "Timeseries" elementTimeseriesTypeTimeseriesPropertyType. addNewTimeseries()Appends and returns a new empty "Timeseries" elementTimeseriesTypeTimeseriesDocument. getTimeseries()Gets the "Timeseries" elementTimeseriesTypeTimeseriesPropertyType. getTimeseries()Gets the "Timeseries" elementstatic TimeseriesTypeTimeseriesType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic TimeseriesTypeTimeseriesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic TimeseriesTypeTimeseriesType.Factory. parse(File file)static TimeseriesTypeTimeseriesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeseriesTypeTimeseriesType.Factory. parse(InputStream is)static TimeseriesTypeTimeseriesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeseriesTypeTimeseriesType.Factory. parse(Reader r)static TimeseriesTypeTimeseriesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeseriesTypeTimeseriesType.Factory. parse(String xmlAsString)static TimeseriesTypeTimeseriesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeseriesTypeTimeseriesType.Factory. parse(URL u)static TimeseriesTypeTimeseriesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeseriesTypeTimeseriesType.Factory. parse(XMLStreamReader sr)static TimeseriesTypeTimeseriesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeseriesTypeTimeseriesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeseriesTypeTimeseriesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeseriesTypeTimeseriesType.Factory. parse(Node node)static TimeseriesTypeTimeseriesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type TimeseriesType Modifier and Type Method Description voidTimeseriesDocument. setTimeseries(TimeseriesType timeseries)Sets the "Timeseries" elementvoidTimeseriesPropertyType. setTimeseries(TimeseriesType timeseries)Sets the "Timeseries" element -
Uses of TimeseriesType in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement TimeseriesType Modifier and Type Class Description classCategoricalTimeseriesTypeImplAn XML CategoricalTimeseriesType(@http://www.opengis.net/waterml/2.0).classMeasurementTimeseriesTypeImplAn XML MeasurementTimeseriesType(@http://www.opengis.net/waterml/2.0).classTimeseriesTypeImplAn XML TimeseriesType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return TimeseriesType Modifier and Type Method Description TimeseriesTypeTimeseriesDocumentImpl. addNewTimeseries()Appends and returns a new empty "Timeseries" elementTimeseriesTypeTimeseriesPropertyTypeImpl. addNewTimeseries()Appends and returns a new empty "Timeseries" elementTimeseriesTypeTimeseriesDocumentImpl. getTimeseries()Gets the "Timeseries" elementTimeseriesTypeTimeseriesPropertyTypeImpl. getTimeseries()Gets the "Timeseries" elementMethods in net.opengis.waterml.x20.impl with parameters of type TimeseriesType Modifier and Type Method Description voidTimeseriesDocumentImpl. setTimeseries(TimeseriesType timeseries)Sets the "Timeseries" elementvoidTimeseriesPropertyTypeImpl. setTimeseries(TimeseriesType timeseries)Sets the "Timeseries" element
-