Uses of Interface
net.opengis.waterml.x20.TimeValuePairType
-
Packages that use TimeValuePairType Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of TimeValuePairType in net.opengis.waterml.x20
Subinterfaces of TimeValuePairType in net.opengis.waterml.x20 Modifier and Type Interface Description interfaceCategoricalTVPTypeAn XML CategoricalTVPType(@http://www.opengis.net/waterml/2.0).interfaceMeasureTVPTypeAn XML MeasureTVPType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20 that return TimeValuePairType Modifier and Type Method Description TimeValuePairTypeTimeValuePairDocument. addNewTimeValuePair()Appends and returns a new empty "TimeValuePair" elementTimeValuePairTypeTimeValuePairDocument. getTimeValuePair()Gets the "TimeValuePair" elementstatic TimeValuePairTypeTimeValuePairType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic TimeValuePairTypeTimeValuePairType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic TimeValuePairTypeTimeValuePairType.Factory. parse(File file)static TimeValuePairTypeTimeValuePairType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeValuePairTypeTimeValuePairType.Factory. parse(InputStream is)static TimeValuePairTypeTimeValuePairType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeValuePairTypeTimeValuePairType.Factory. parse(Reader r)static TimeValuePairTypeTimeValuePairType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeValuePairTypeTimeValuePairType.Factory. parse(String xmlAsString)static TimeValuePairTypeTimeValuePairType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeValuePairTypeTimeValuePairType.Factory. parse(URL u)static TimeValuePairTypeTimeValuePairType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeValuePairTypeTimeValuePairType.Factory. parse(XMLStreamReader sr)static TimeValuePairTypeTimeValuePairType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeValuePairTypeTimeValuePairType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeValuePairTypeTimeValuePairType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeValuePairTypeTimeValuePairType.Factory. parse(Node node)static TimeValuePairTypeTimeValuePairType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type TimeValuePairType Modifier and Type Method Description voidTimeValuePairDocument. setTimeValuePair(TimeValuePairType timeValuePair)Sets the "TimeValuePair" element -
Uses of TimeValuePairType in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement TimeValuePairType Modifier and Type Class Description classCategoricalTVPTypeImplAn XML CategoricalTVPType(@http://www.opengis.net/waterml/2.0).classMeasureTVPTypeImplAn XML MeasureTVPType(@http://www.opengis.net/waterml/2.0).classTimeValuePairTypeImplAn XML TimeValuePairType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return TimeValuePairType Modifier and Type Method Description TimeValuePairTypeTimeValuePairDocumentImpl. addNewTimeValuePair()Appends and returns a new empty "TimeValuePair" elementTimeValuePairTypeTimeValuePairDocumentImpl. getTimeValuePair()Gets the "TimeValuePair" elementMethods in net.opengis.waterml.x20.impl with parameters of type TimeValuePairType Modifier and Type Method Description voidTimeValuePairDocumentImpl. setTimeValuePair(TimeValuePairType timeValuePair)Sets the "TimeValuePair" element
-