public class Query 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/ogc}PropertyName" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/ogc}Filter"/>
</sequence>
<attribute name="typeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
filter |
protected List<PropertyName> |
propertyName |
protected String |
typeName |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
Filter |
getFilter()
Gets the value of the filter property.
|
List<PropertyName> |
getPropertyName()
Gets the value of the propertyName property.
|
String |
getTypeName()
Gets the value of the typeName property.
|
boolean |
isSetFilter() |
boolean |
isSetPropertyName() |
boolean |
isSetTypeName() |
void |
setFilter(Filter value)
Sets the value of the filter property.
|
void |
setTypeName(String value)
Sets the value of the typeName property.
|
void |
unsetPropertyName() |
protected List<PropertyName> propertyName
protected Filter filter
protected String typeName
public List<PropertyName> getPropertyName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the propertyName property.
For example, to add a new item, do as follows:
getPropertyName().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyName
public boolean isSetPropertyName()
public void unsetPropertyName()
public Filter getFilter()
Filterpublic void setFilter(Filter value)
value - allowed object is
Filterpublic boolean isSetFilter()
public String getTypeName()
Stringpublic void setTypeName(String value)
value - allowed object is
Stringpublic boolean isSetTypeName()
Copyright © 2016. All rights reserved.