| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessSummaryType |
ContentsDocument.Contents.addNewProcessSummary()
Appends and returns a new empty value (as xml) as the last "ProcessSummary" element
|
ProcessSummaryType[] |
ContentsDocument.Contents.getProcessSummaryArray()
Gets array of all "ProcessSummary" elements
|
ProcessSummaryType |
ContentsDocument.Contents.getProcessSummaryArray(int i)
Gets ith "ProcessSummary" element
|
ProcessSummaryType |
ContentsDocument.Contents.insertNewProcessSummary(int i)
Inserts and returns a new empty value (as xml) as the ith "ProcessSummary" element
|
static ProcessSummaryType |
ProcessSummaryType.Factory.newInstance() |
static ProcessSummaryType |
ProcessSummaryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(File file) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(InputStream is) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(Node node) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(Reader r) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(String xmlAsString) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(URL u) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(XMLStreamReader sr) |
static ProcessSummaryType |
ProcessSummaryType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentsDocument.Contents.setProcessSummaryArray(int i,
ProcessSummaryType processSummary)
Sets ith "ProcessSummary" element
|
void |
ContentsDocument.Contents.setProcessSummaryArray(ProcessSummaryType[] processSummaryArray)
Sets array of all "ProcessSummary" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessSummaryTypeImpl
An XML ProcessSummaryType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ProcessSummaryType |
ContentsDocumentImpl.ContentsImpl.addNewProcessSummary()
Appends and returns a new empty value (as xml) as the last "ProcessSummary" element
|
ProcessSummaryType[] |
ContentsDocumentImpl.ContentsImpl.getProcessSummaryArray()
Gets array of all "ProcessSummary" elements
|
ProcessSummaryType |
ContentsDocumentImpl.ContentsImpl.getProcessSummaryArray(int i)
Gets ith "ProcessSummary" element
|
ProcessSummaryType |
ContentsDocumentImpl.ContentsImpl.insertNewProcessSummary(int i)
Inserts and returns a new empty value (as xml) as the ith "ProcessSummary" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentsDocumentImpl.ContentsImpl.setProcessSummaryArray(int i,
ProcessSummaryType processSummary)
Sets ith "ProcessSummary" element
|
void |
ContentsDocumentImpl.ContentsImpl.setProcessSummaryArray(ProcessSummaryType[] processSummaryArray)
Sets array of all "ProcessSummary" element
|
Copyright © 2015–2018 52north.org. All rights reserved.