| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ExecuteRequestType |
ExecuteDocument.addNewExecute()
Appends and returns a new empty "Execute" element
|
ExecuteRequestType |
ExecuteDocument.getExecute()
Gets the "Execute" element
|
static ExecuteRequestType |
ExecuteRequestType.Factory.newInstance() |
static ExecuteRequestType |
ExecuteRequestType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(File file) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(InputStream is) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(Node node) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(Reader r) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(String xmlAsString) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(URL u) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(XMLStreamReader sr) |
static ExecuteRequestType |
ExecuteRequestType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteDocument.setExecute(ExecuteRequestType execute)
Sets the "Execute" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecuteRequestTypeImpl
An XML ExecuteRequestType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteRequestType |
ExecuteDocumentImpl.addNewExecute()
Appends and returns a new empty "Execute" element
|
ExecuteRequestType |
ExecuteDocumentImpl.getExecute()
Gets the "Execute" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteDocumentImpl.setExecute(ExecuteRequestType execute)
Sets the "Execute" element
|
Copyright © 2015–2018 52north.org. All rights reserved.