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