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