| Package | Description |
|---|---|
| net.opengis.om.x10 | |
| net.opengis.om.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessPropertyType |
ObservationType.addNewProcedure()
Appends and returns a new empty "procedure" element
|
ProcessPropertyType |
ObservationType.getProcedure()
Gets the "procedure" element
|
static ProcessPropertyType |
ProcessPropertyType.Factory.newInstance() |
static ProcessPropertyType |
ProcessPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(File file) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(InputStream is) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(Node node) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(Reader r) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(String xmlAsString) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(URL u) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(XMLStreamReader sr) |
static ProcessPropertyType |
ProcessPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationType.setProcedure(ProcessPropertyType procedure)
Sets the "procedure" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessPropertyTypeImpl
An XML ProcessPropertyType(@http://www.opengis.net/om/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
ProcessPropertyType |
ObservationTypeImpl.addNewProcedure()
Appends and returns a new empty "procedure" element
|
ProcessPropertyType |
ObservationTypeImpl.getProcedure()
Gets the "procedure" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationTypeImpl.setProcedure(ProcessPropertyType procedure)
Sets the "procedure" element
|
Copyright © 2014 52north.org. All rights reserved.