public class QueryConstraintType extends Object
Java class for QueryConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/ogc}Filter"/>
<element name="CqlText" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cqlText |
protected Filter |
filter |
protected String |
version |
| Constructor and Description |
|---|
QueryConstraintType()
Default no-arg constructor
|
QueryConstraintType(Filter filter,
String cqlText,
String version)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCqlText()
Gets the value of the cqlText property.
|
Filter |
getFilter()
Gets the value of the filter property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCqlText(String value)
Sets the value of the cqlText property.
|
void |
setFilter(Filter value)
Sets the value of the filter property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Filter filter
protected String cqlText
protected String version
public Filter getFilter()
Filterpublic void setFilter(Filter value)
value - allowed object is
Filterpublic String getCqlText()
Stringpublic void setCqlText(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2018 B3Partners B.V.. All rights reserved.