| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
CollectionType |
CollectionDocument.addNewCollection()
Appends and returns a new empty "Collection" element
|
CollectionType |
CollectionPropertyType.addNewCollection()
Appends and returns a new empty "Collection" element
|
CollectionType |
CollectionDocument.getCollection()
Gets the "Collection" element
|
CollectionType |
CollectionPropertyType.getCollection()
Gets the "Collection" element
|
static CollectionType |
CollectionType.Factory.newInstance() |
static CollectionType |
CollectionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(File file) |
static CollectionType |
CollectionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(InputStream is) |
static CollectionType |
CollectionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(Node node) |
static CollectionType |
CollectionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(Reader r) |
static CollectionType |
CollectionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(String xmlAsString) |
static CollectionType |
CollectionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(URL u) |
static CollectionType |
CollectionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CollectionType |
CollectionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CollectionType |
CollectionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CollectionType |
CollectionType.Factory.parse(XMLStreamReader sr) |
static CollectionType |
CollectionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionDocument.setCollection(CollectionType collection)
Sets the "Collection" element
|
void |
CollectionPropertyType.setCollection(CollectionType collection)
Sets the "Collection" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTypeImpl
An XML CollectionType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
CollectionType |
CollectionDocumentImpl.addNewCollection()
Appends and returns a new empty "Collection" element
|
CollectionType |
CollectionPropertyTypeImpl.addNewCollection()
Appends and returns a new empty "Collection" element
|
CollectionType |
CollectionDocumentImpl.getCollection()
Gets the "Collection" element
|
CollectionType |
CollectionPropertyTypeImpl.getCollection()
Gets the "Collection" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionDocumentImpl.setCollection(CollectionType collection)
Sets the "Collection" element
|
void |
CollectionPropertyTypeImpl.setCollection(CollectionType collection)
Sets the "Collection" element
|
Copyright © 2017 52north.org. All rights reserved.