| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ComplexDataType |
ComplexDataDocument.addNewComplexData()
Appends and returns a new empty "ComplexData" element
|
ComplexDataType |
ComplexDataDocument.getComplexData()
Gets the "ComplexData" element
|
static ComplexDataType |
ComplexDataType.Factory.newInstance() |
static ComplexDataType |
ComplexDataType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(File file) |
static ComplexDataType |
ComplexDataType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(InputStream is) |
static ComplexDataType |
ComplexDataType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(Node node) |
static ComplexDataType |
ComplexDataType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(Reader r) |
static ComplexDataType |
ComplexDataType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(String xmlAsString) |
static ComplexDataType |
ComplexDataType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(URL u) |
static ComplexDataType |
ComplexDataType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ComplexDataType |
ComplexDataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ComplexDataType |
ComplexDataType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ComplexDataType |
ComplexDataType.Factory.parse(XMLStreamReader sr) |
static ComplexDataType |
ComplexDataType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexDataDocument.setComplexData(ComplexDataType complexData)
Sets the "ComplexData" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexDataTypeImpl
An XML ComplexDataType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ComplexDataType |
ComplexDataDocumentImpl.addNewComplexData()
Appends and returns a new empty "ComplexData" element
|
ComplexDataType |
ComplexDataDocumentImpl.getComplexData()
Gets the "ComplexData" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexDataDocumentImpl.setComplexData(ComplexDataType complexData)
Sets the "ComplexData" element
|
Copyright © 2015–2018 52north.org. All rights reserved.