public class Layer 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://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
<element ref="{http://www.geojsf.org}legend"/>
<element ref="{http://www.geojsf.org}service"/>
<element ref="{http://www.geojsf.org}category"/>
<element ref="{http://www.geojsf.org}viewPort"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="workspace" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="temporal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="sql" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected String |
code |
protected net.sf.ahtutils.xml.status.Descriptions |
descriptions |
protected Long |
id |
protected String |
label |
protected net.sf.ahtutils.xml.status.Langs |
langs |
protected Legend |
legend |
protected String |
name |
protected Service |
service |
protected Boolean |
sql |
protected Boolean |
temporal |
protected ViewPort |
viewPort |
protected String |
workspace |
| Constructor and Description |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
Category |
getCategory()
Gets the value of the category property.
|
String |
getCode()
Gets the value of the code property.
|
net.sf.ahtutils.xml.status.Descriptions |
getDescriptions()
Gets the value of the descriptions property.
|
long |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
net.sf.ahtutils.xml.status.Langs |
getLangs()
Gets the value of the langs property.
|
Legend |
getLegend()
Gets the value of the legend property.
|
String |
getName()
Gets the value of the name property.
|
Service |
getService()
Gets the value of the service property.
|
ViewPort |
getViewPort()
Gets the value of the viewPort property.
|
String |
getWorkspace()
Gets the value of the workspace property.
|
boolean |
isSetCategory() |
boolean |
isSetCode() |
boolean |
isSetDescriptions() |
boolean |
isSetId() |
boolean |
isSetLabel() |
boolean |
isSetLangs() |
boolean |
isSetLegend() |
boolean |
isSetName() |
boolean |
isSetService() |
boolean |
isSetSql() |
boolean |
isSetTemporal() |
boolean |
isSetViewPort() |
boolean |
isSetWorkspace() |
boolean |
isSql()
Gets the value of the sql property.
|
boolean |
isTemporal()
Gets the value of the temporal property.
|
void |
setCategory(Category value)
Sets the value of the category property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDescriptions(net.sf.ahtutils.xml.status.Descriptions value)
Sets the value of the descriptions property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLangs(net.sf.ahtutils.xml.status.Langs value)
Sets the value of the langs property.
|
void |
setLegend(Legend value)
Sets the value of the legend property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setService(Service value)
Sets the value of the service property.
|
void |
setSql(boolean value)
Sets the value of the sql property.
|
void |
setTemporal(boolean value)
Sets the value of the temporal property.
|
void |
setViewPort(ViewPort value)
Sets the value of the viewPort property.
|
void |
setWorkspace(String value)
Sets the value of the workspace property.
|
void |
unsetId() |
void |
unsetSql() |
void |
unsetTemporal() |
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected Legend legend
protected Service service
protected Category category
protected ViewPort viewPort
protected Long id
protected String code
protected String workspace
protected String name
protected String label
protected Boolean temporal
protected Boolean sql
public net.sf.ahtutils.xml.status.Langs getLangs()
Langspublic void setLangs(net.sf.ahtutils.xml.status.Langs value)
value - allowed object is
Langspublic boolean isSetLangs()
public net.sf.ahtutils.xml.status.Descriptions getDescriptions()
Descriptionspublic void setDescriptions(net.sf.ahtutils.xml.status.Descriptions value)
value - allowed object is
Descriptionspublic boolean isSetDescriptions()
public Legend getLegend()
Legendpublic void setLegend(Legend value)
value - allowed object is
Legendpublic boolean isSetLegend()
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 ViewPort getViewPort()
ViewPortpublic void setViewPort(ViewPort value)
value - allowed object is
ViewPortpublic boolean isSetViewPort()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public String getWorkspace()
Stringpublic void setWorkspace(String value)
value - allowed object is
Stringpublic boolean isSetWorkspace()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public boolean isTemporal()
Booleanpublic void setTemporal(boolean value)
value - allowed object is
Booleanpublic boolean isSetTemporal()
public void unsetTemporal()
public boolean isSql()
Booleanpublic void setSql(boolean value)
value - allowed object is
Booleanpublic boolean isSetSql()
public void unsetSql()
Copyright © 2016. All rights reserved.