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