| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
DataOutputType.addNewReference()
Appends and returns a new empty "Reference" element
|
ReferenceType |
DataInputType.addNewReference()
Appends and returns a new empty "Reference" element
|
ReferenceType |
ReferenceDocument.addNewReference()
Appends and returns a new empty "Reference" element
|
ReferenceType |
DataOutputType.getReference()
Gets the "Reference" element
|
ReferenceType |
DataInputType.getReference()
Gets the "Reference" element
|
ReferenceType |
ReferenceDocument.getReference()
Gets the "Reference" element
|
static ReferenceType |
ReferenceType.Factory.newInstance() |
static ReferenceType |
ReferenceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(File file) |
static ReferenceType |
ReferenceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(InputStream is) |
static ReferenceType |
ReferenceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(Node node) |
static ReferenceType |
ReferenceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(Reader r) |
static ReferenceType |
ReferenceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(String xmlAsString) |
static ReferenceType |
ReferenceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(URL u) |
static ReferenceType |
ReferenceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ReferenceType |
ReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ReferenceType |
ReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ReferenceType |
ReferenceType.Factory.parse(XMLStreamReader sr) |
static ReferenceType |
ReferenceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataOutputType.setReference(ReferenceType reference)
Sets the "Reference" element
|
void |
DataInputType.setReference(ReferenceType reference)
Sets the "Reference" element
|
void |
ReferenceDocument.setReference(ReferenceType reference)
Sets the "Reference" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceTypeImpl
An XML ReferenceType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
ReferenceDocumentImpl.addNewReference()
Appends and returns a new empty "Reference" element
|
ReferenceType |
DataOutputTypeImpl.addNewReference()
Appends and returns a new empty "Reference" element
|
ReferenceType |
DataInputTypeImpl.addNewReference()
Appends and returns a new empty "Reference" element
|
ReferenceType |
ReferenceDocumentImpl.getReference()
Gets the "Reference" element
|
ReferenceType |
DataOutputTypeImpl.getReference()
Gets the "Reference" element
|
ReferenceType |
DataInputTypeImpl.getReference()
Gets the "Reference" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceDocumentImpl.setReference(ReferenceType reference)
Sets the "Reference" element
|
void |
DataOutputTypeImpl.setReference(ReferenceType reference)
Sets the "Reference" element
|
void |
DataInputTypeImpl.setReference(ReferenceType reference)
Sets the "Reference" element
|
Copyright © 2015–2018 52north.org. All rights reserved.