| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoricalTVPType
An XML CategoricalTVPType(@http://www.opengis.net/waterml/2.0).
|
interface |
MeasureTVPType
An XML MeasureTVPType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TimeValuePairType |
TimeValuePairDocument.addNewTimeValuePair()
Appends and returns a new empty "TimeValuePair" element
|
TimeValuePairType |
TimeValuePairDocument.getTimeValuePair()
Gets the "TimeValuePair" element
|
static TimeValuePairType |
TimeValuePairType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static TimeValuePairType |
TimeValuePairType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static TimeValuePairType |
TimeValuePairType.Factory.parse(File file) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(InputStream is) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(Node node) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(Reader r) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(String xmlAsString) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(URL u) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TimeValuePairType |
TimeValuePairType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TimeValuePairType |
TimeValuePairType.Factory.parse(XMLStreamReader sr) |
static TimeValuePairType |
TimeValuePairType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeValuePairDocument.setTimeValuePair(TimeValuePairType timeValuePair)
Sets the "TimeValuePair" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalTVPTypeImpl
An XML CategoricalTVPType(@http://www.opengis.net/waterml/2.0).
|
class |
MeasureTVPTypeImpl
An XML MeasureTVPType(@http://www.opengis.net/waterml/2.0).
|
class |
TimeValuePairTypeImpl
An XML TimeValuePairType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TimeValuePairType |
TimeValuePairDocumentImpl.addNewTimeValuePair()
Appends and returns a new empty "TimeValuePair" element
|
TimeValuePairType |
TimeValuePairDocumentImpl.getTimeValuePair()
Gets the "TimeValuePair" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeValuePairDocumentImpl.setTimeValuePair(TimeValuePairType timeValuePair)
Sets the "TimeValuePair" element
|
Copyright © 2017 52north.org. All rights reserved.