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