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