| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessDescriptionType |
ProcessOfferingDocument.ProcessOffering.addNewProcess()
Appends and returns a new empty "Process" element
|
ProcessDescriptionType |
ProcessDocument.addNewProcess()
Appends and returns a new empty "Process" element
|
ProcessDescriptionType |
ProcessOfferingDocument.ProcessOffering.getProcess()
Gets the "Process" element
|
ProcessDescriptionType |
ProcessDocument.getProcess()
Gets the "Process" element
|
static ProcessDescriptionType |
ProcessDescriptionType.Factory.newInstance() |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(File file) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(InputStream is) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(Node node) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(Reader r) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(String xmlAsString) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(URL u) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(XMLStreamReader sr) |
static ProcessDescriptionType |
ProcessDescriptionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessOfferingDocument.ProcessOffering.setProcess(ProcessDescriptionType process)
Sets the "Process" element
|
void |
ProcessDocument.setProcess(ProcessDescriptionType process)
Sets the "Process" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessDescriptionTypeImpl
An XML ProcessDescriptionType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ProcessDescriptionType |
ProcessDocumentImpl.addNewProcess()
Appends and returns a new empty "Process" element
|
ProcessDescriptionType |
ProcessOfferingDocumentImpl.ProcessOfferingImpl.addNewProcess()
Appends and returns a new empty "Process" element
|
ProcessDescriptionType |
ProcessDocumentImpl.getProcess()
Gets the "Process" element
|
ProcessDescriptionType |
ProcessOfferingDocumentImpl.ProcessOfferingImpl.getProcess()
Gets the "Process" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDocumentImpl.setProcess(ProcessDescriptionType process)
Sets the "Process" element
|
void |
ProcessOfferingDocumentImpl.ProcessOfferingImpl.setProcess(ProcessDescriptionType process)
Sets the "Process" element
|
Copyright © 2015–2018 52north.org. All rights reserved.