| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ParameterExpressionType |
StoredQueryDescriptionType.addNewParameter()
Appends and returns a new empty value (as xml) as the last "Parameter" element
|
ParameterExpressionType[] |
StoredQueryDescriptionType.getParameterArray()
Gets array of all "Parameter" elements
|
ParameterExpressionType |
StoredQueryDescriptionType.getParameterArray(int i)
Gets ith "Parameter" element
|
ParameterExpressionType |
StoredQueryDescriptionType.insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "Parameter" element
|
static ParameterExpressionType |
ParameterExpressionType.Factory.newInstance() |
static ParameterExpressionType |
ParameterExpressionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(File file) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(InputStream is) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(Node node) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(Reader r) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(String xmlAsString) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(URL u) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(XMLStreamReader sr) |
static ParameterExpressionType |
ParameterExpressionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoredQueryDescriptionType.setParameterArray(int i,
ParameterExpressionType parameter)
Sets ith "Parameter" element
|
void |
StoredQueryDescriptionType.setParameterArray(ParameterExpressionType[] parameterArray)
Sets array of all "Parameter" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterExpressionTypeImpl
An XML ParameterExpressionType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ParameterExpressionType |
StoredQueryDescriptionTypeImpl.addNewParameter()
Appends and returns a new empty value (as xml) as the last "Parameter" element
|
ParameterExpressionType[] |
StoredQueryDescriptionTypeImpl.getParameterArray()
Gets array of all "Parameter" elements
|
ParameterExpressionType |
StoredQueryDescriptionTypeImpl.getParameterArray(int i)
Gets ith "Parameter" element
|
ParameterExpressionType |
StoredQueryDescriptionTypeImpl.insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "Parameter" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredQueryDescriptionTypeImpl.setParameterArray(int i,
ParameterExpressionType parameter)
Sets ith "Parameter" element
|
void |
StoredQueryDescriptionTypeImpl.setParameterArray(ParameterExpressionType[] parameterArray)
Sets array of all "Parameter" element
|
Copyright © 2016 52north.org. All rights reserved.