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.geojsf.org}repository"/>
<element ref="{http://www.geojsf.org}service"/>
<element ref="{http://www.geojsf.org}category"/>
<element ref="{http://www.geojsf.org}layer"/>
<element ref="{http://www.geojsf.org}map"/>
<element ref="{http://www.geojsf.org}view"/>
<element ref="{http://www.geojsf.org}viewPort"/>
<element ref="{http://www.geojsf.org}sldTemplate"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected Layer |
layer |
protected Map |
map |
protected Repository |
repository |
protected Service |
service |
protected SldTemplate |
sldTemplate |
protected View |
view |
protected ViewPort |
viewPort |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the value of the category property.
|
Layer |
getLayer()
Gets the value of the layer property.
|
Map |
getMap()
Gets the value of the map property.
|
Repository |
getRepository()
Gets the value of the repository property.
|
Service |
getService()
Gets the value of the service property.
|
SldTemplate |
getSldTemplate()
Gets the value of the sldTemplate property.
|
View |
getView()
Gets the value of the view property.
|
ViewPort |
getViewPort()
Gets the value of the viewPort property.
|
boolean |
isSetCategory() |
boolean |
isSetLayer() |
boolean |
isSetMap() |
boolean |
isSetRepository() |
boolean |
isSetService() |
boolean |
isSetSldTemplate() |
boolean |
isSetView() |
boolean |
isSetViewPort() |
void |
setCategory(Category value)
Sets the value of the category property.
|
void |
setLayer(Layer value)
Sets the value of the layer property.
|
void |
setMap(Map value)
Sets the value of the map property.
|
void |
setRepository(Repository value)
Sets the value of the repository property.
|
void |
setService(Service value)
Sets the value of the service property.
|
void |
setSldTemplate(SldTemplate value)
Sets the value of the sldTemplate property.
|
void |
setView(View value)
Sets the value of the view property.
|
void |
setViewPort(ViewPort value)
Sets the value of the viewPort property.
|
protected Repository repository
protected Service service
protected Category category
protected Layer layer
protected Map map
protected View view
protected ViewPort viewPort
protected SldTemplate sldTemplate
public Repository getRepository()
Repositorypublic void setRepository(Repository value)
value - allowed object is
Repositorypublic boolean isSetRepository()
public Service getService()
Servicepublic void setService(Service value)
value - allowed object is
Servicepublic boolean isSetService()
public Category getCategory()
Categorypublic void setCategory(Category value)
value - allowed object is
Categorypublic boolean isSetCategory()
public Layer getLayer()
Layerpublic void setLayer(Layer value)
value - allowed object is
Layerpublic boolean isSetLayer()
public void setMap(Map value)
value - allowed object is
Mappublic boolean isSetMap()
public void setView(View value)
value - allowed object is
Viewpublic boolean isSetView()
public ViewPort getViewPort()
ViewPortpublic void setViewPort(ViewPort value)
value - allowed object is
ViewPortpublic boolean isSetViewPort()
public SldTemplate getSldTemplate()
SldTemplatepublic void setSldTemplate(SldTemplate value)
value - allowed object is
SldTemplatepublic boolean isSetSldTemplate()
Copyright © 2016. All rights reserved.