public class GetFeature extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/wfs}Query"/>
</sequence>
<attribute name="service" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="viewParams" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
outputFormat |
protected Query |
query |
protected String |
service |
protected String |
version |
protected String |
viewParams |
| Constructor and Description |
|---|
GetFeature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
Query |
getQuery()
Gets the value of the query property.
|
String |
getService()
Gets the value of the service property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getViewParams()
Gets the value of the viewParams property.
|
boolean |
isSetOutputFormat() |
boolean |
isSetQuery() |
boolean |
isSetService() |
boolean |
isSetVersion() |
boolean |
isSetViewParams() |
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setQuery(Query value)
Sets the value of the query property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setViewParams(String value)
Sets the value of the viewParams property.
|
protected Query query
protected String service
protected String version
protected String outputFormat
protected String viewParams
public Query getQuery()
Querypublic void setQuery(Query value)
value - allowed object is
Querypublic boolean isSetQuery()
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic boolean isSetService()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic boolean isSetOutputFormat()
public String getViewParams()
Stringpublic void setViewParams(String value)
value - allowed object is
Stringpublic boolean isSetViewParams()
Copyright © 2016. All rights reserved.