| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
OutputDefinitionType |
OutputDefinitionType.addNewOutput()
Appends and returns a new empty "Output" element
|
OutputDefinitionType |
ExecuteRequestType.addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
OutputDefinitionType |
OutputDefinitionType.getOutput()
Gets the "Output" element
|
OutputDefinitionType[] |
ExecuteRequestType.getOutputArray()
Gets array of all "Output" elements
|
OutputDefinitionType |
ExecuteRequestType.getOutputArray(int i)
Gets ith "Output" element
|
OutputDefinitionType |
ExecuteRequestType.insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
static OutputDefinitionType |
OutputDefinitionType.Factory.newInstance() |
static OutputDefinitionType |
OutputDefinitionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(File file) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(InputStream is) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(Node node) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(Reader r) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(String xmlAsString) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(URL u) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(XMLStreamReader sr) |
static OutputDefinitionType |
OutputDefinitionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDefinitionType.setOutput(OutputDefinitionType output)
Sets the "Output" element
|
void |
ExecuteRequestType.setOutputArray(int i,
OutputDefinitionType output)
Sets ith "Output" element
|
void |
ExecuteRequestType.setOutputArray(OutputDefinitionType[] outputArray)
Sets array of all "Output" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutputDefinitionTypeImpl
An XML OutputDefinitionType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
OutputDefinitionType |
OutputDefinitionTypeImpl.addNewOutput()
Appends and returns a new empty "Output" element
|
OutputDefinitionType |
ExecuteRequestTypeImpl.addNewOutput()
Appends and returns a new empty value (as xml) as the last "Output" element
|
OutputDefinitionType |
OutputDefinitionTypeImpl.getOutput()
Gets the "Output" element
|
OutputDefinitionType[] |
ExecuteRequestTypeImpl.getOutputArray()
Gets array of all "Output" elements
|
OutputDefinitionType |
ExecuteRequestTypeImpl.getOutputArray(int i)
Gets ith "Output" element
|
OutputDefinitionType |
ExecuteRequestTypeImpl.insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "Output" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDefinitionTypeImpl.setOutput(OutputDefinitionType output)
Sets the "Output" element
|
void |
ExecuteRequestTypeImpl.setOutputArray(int i,
OutputDefinitionType output)
Sets ith "Output" element
|
void |
ExecuteRequestTypeImpl.setOutputArray(OutputDefinitionType[] outputArray)
Sets array of all "Output" element
|
Copyright © 2015–2018 52north.org. All rights reserved.