| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
StoredQueryDescriptionType |
CreateStoredQueryType.addNewStoredQueryDefinition()
Appends and returns a new empty value (as xml) as the last "StoredQueryDefinition" element
|
StoredQueryDescriptionType |
DescribeStoredQueriesResponseType.addNewStoredQueryDescription()
Appends and returns a new empty value (as xml) as the last "StoredQueryDescription" element
|
StoredQueryDescriptionType[] |
CreateStoredQueryType.getStoredQueryDefinitionArray()
Gets array of all "StoredQueryDefinition" elements
|
StoredQueryDescriptionType |
CreateStoredQueryType.getStoredQueryDefinitionArray(int i)
Gets ith "StoredQueryDefinition" element
|
StoredQueryDescriptionType[] |
DescribeStoredQueriesResponseType.getStoredQueryDescriptionArray()
Gets array of all "StoredQueryDescription" elements
|
StoredQueryDescriptionType |
DescribeStoredQueriesResponseType.getStoredQueryDescriptionArray(int i)
Gets ith "StoredQueryDescription" element
|
StoredQueryDescriptionType |
CreateStoredQueryType.insertNewStoredQueryDefinition(int i)
Inserts and returns a new empty value (as xml) as the ith "StoredQueryDefinition" element
|
StoredQueryDescriptionType |
DescribeStoredQueriesResponseType.insertNewStoredQueryDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "StoredQueryDescription" element
|
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.newInstance() |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(File file) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(InputStream is) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(Node node) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(Reader r) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(String xmlAsString) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(URL u) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(XMLStreamReader sr) |
static StoredQueryDescriptionType |
StoredQueryDescriptionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStoredQueryType.setStoredQueryDefinitionArray(int i,
StoredQueryDescriptionType storedQueryDefinition)
Sets ith "StoredQueryDefinition" element
|
void |
CreateStoredQueryType.setStoredQueryDefinitionArray(StoredQueryDescriptionType[] storedQueryDefinitionArray)
Sets array of all "StoredQueryDefinition" element
|
void |
DescribeStoredQueriesResponseType.setStoredQueryDescriptionArray(int i,
StoredQueryDescriptionType storedQueryDescription)
Sets ith "StoredQueryDescription" element
|
void |
DescribeStoredQueriesResponseType.setStoredQueryDescriptionArray(StoredQueryDescriptionType[] storedQueryDescriptionArray)
Sets array of all "StoredQueryDescription" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
StoredQueryDescriptionTypeImpl
An XML StoredQueryDescriptionType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
StoredQueryDescriptionType |
CreateStoredQueryTypeImpl.addNewStoredQueryDefinition()
Appends and returns a new empty value (as xml) as the last "StoredQueryDefinition" element
|
StoredQueryDescriptionType |
DescribeStoredQueriesResponseTypeImpl.addNewStoredQueryDescription()
Appends and returns a new empty value (as xml) as the last "StoredQueryDescription" element
|
StoredQueryDescriptionType[] |
CreateStoredQueryTypeImpl.getStoredQueryDefinitionArray()
Gets array of all "StoredQueryDefinition" elements
|
StoredQueryDescriptionType |
CreateStoredQueryTypeImpl.getStoredQueryDefinitionArray(int i)
Gets ith "StoredQueryDefinition" element
|
StoredQueryDescriptionType[] |
DescribeStoredQueriesResponseTypeImpl.getStoredQueryDescriptionArray()
Gets array of all "StoredQueryDescription" elements
|
StoredQueryDescriptionType |
DescribeStoredQueriesResponseTypeImpl.getStoredQueryDescriptionArray(int i)
Gets ith "StoredQueryDescription" element
|
StoredQueryDescriptionType |
CreateStoredQueryTypeImpl.insertNewStoredQueryDefinition(int i)
Inserts and returns a new empty value (as xml) as the ith "StoredQueryDefinition" element
|
StoredQueryDescriptionType |
DescribeStoredQueriesResponseTypeImpl.insertNewStoredQueryDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "StoredQueryDescription" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStoredQueryTypeImpl.setStoredQueryDefinitionArray(int i,
StoredQueryDescriptionType storedQueryDefinition)
Sets ith "StoredQueryDefinition" element
|
void |
CreateStoredQueryTypeImpl.setStoredQueryDefinitionArray(StoredQueryDescriptionType[] storedQueryDefinitionArray)
Sets array of all "StoredQueryDefinition" element
|
void |
DescribeStoredQueriesResponseTypeImpl.setStoredQueryDescriptionArray(int i,
StoredQueryDescriptionType storedQueryDescription)
Sets ith "StoredQueryDescription" element
|
void |
DescribeStoredQueriesResponseTypeImpl.setStoredQueryDescriptionArray(StoredQueryDescriptionType[] storedQueryDescriptionArray)
Sets array of all "StoredQueryDescription" element
|
Copyright © 2016 52north.org. All rights reserved.