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