| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
TVPDefaultMetadataPropertyType |
TimeseriesType.addNewDefaultPointMetadata()
Appends and returns a new empty value (as xml) as the last "defaultPointMetadata" element
|
TVPDefaultMetadataPropertyType[] |
TimeseriesType.getDefaultPointMetadataArray()
Gets array of all "defaultPointMetadata" elements
|
TVPDefaultMetadataPropertyType |
TimeseriesType.getDefaultPointMetadataArray(int i)
Gets ith "defaultPointMetadata" element
|
TVPDefaultMetadataPropertyType |
TimeseriesType.insertNewDefaultPointMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "defaultPointMetadata" element
|
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.newInstance() |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(File file) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(InputStream is) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Node node) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Reader r) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(String xmlAsString) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(URL u) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(XMLStreamReader sr) |
static TVPDefaultMetadataPropertyType |
TVPDefaultMetadataPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesType.setDefaultPointMetadataArray(int i,
TVPDefaultMetadataPropertyType defaultPointMetadata)
Sets ith "defaultPointMetadata" element
|
void |
TimeseriesType.setDefaultPointMetadataArray(TVPDefaultMetadataPropertyType[] defaultPointMetadataArray)
Sets array of all "defaultPointMetadata" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
TVPDefaultMetadataPropertyTypeImpl
An XML TVPDefaultMetadataPropertyType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TVPDefaultMetadataPropertyType |
TimeseriesTypeImpl.addNewDefaultPointMetadata()
Appends and returns a new empty value (as xml) as the last "defaultPointMetadata" element
|
TVPDefaultMetadataPropertyType[] |
TimeseriesTypeImpl.getDefaultPointMetadataArray()
Gets array of all "defaultPointMetadata" elements
|
TVPDefaultMetadataPropertyType |
TimeseriesTypeImpl.getDefaultPointMetadataArray(int i)
Gets ith "defaultPointMetadata" element
|
TVPDefaultMetadataPropertyType |
TimeseriesTypeImpl.insertNewDefaultPointMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "defaultPointMetadata" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesTypeImpl.setDefaultPointMetadataArray(int i,
TVPDefaultMetadataPropertyType defaultPointMetadata)
Sets ith "defaultPointMetadata" element
|
void |
TimeseriesTypeImpl.setDefaultPointMetadataArray(TVPDefaultMetadataPropertyType[] defaultPointMetadataArray)
Sets array of all "defaultPointMetadata" element
|
Copyright © 2017 52north.org. All rights reserved.