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://www.geojsf.org/geoserver}coverageStore"/>
<element ref="{http://www.geojsf.org/geoserver}featureType"/>
<element ref="{http://www.geojsf.org/geoserver}styles"/>
<element ref="{http://www.geojsf.org/geoserver}style"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CoverageStore |
coverageStore |
protected Boolean |
enabled |
protected FeatureType |
featureType |
protected String |
name |
protected Style |
style |
protected Styles |
styles |
protected String |
type |
| Constructor and Description |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
CoverageStore |
getCoverageStore()
Gets the value of the coverageStore property.
|
FeatureType |
getFeatureType()
Gets the value of the featureType property.
|
String |
getName()
Gets the value of the name property.
|
Style |
getStyle()
Gets the value of the style property.
|
Styles |
getStyles()
Gets the value of the styles property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetCoverageStore() |
boolean |
isSetEnabled() |
boolean |
isSetFeatureType() |
boolean |
isSetName() |
boolean |
isSetStyle() |
boolean |
isSetStyles() |
boolean |
isSetType() |
void |
setCoverageStore(CoverageStore value)
Sets the value of the coverageStore property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setFeatureType(FeatureType value)
Sets the value of the featureType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStyle(Style value)
Sets the value of the style property.
|
void |
setStyles(Styles value)
Sets the value of the styles property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetEnabled() |
protected CoverageStore coverageStore
protected FeatureType featureType
protected Styles styles
protected Style style
protected String name
protected String type
protected Boolean enabled
public CoverageStore getCoverageStore()
CoverageStorepublic void setCoverageStore(CoverageStore value)
value - allowed object is
CoverageStorepublic boolean isSetCoverageStore()
public FeatureType getFeatureType()
FeatureTypepublic void setFeatureType(FeatureType value)
value - allowed object is
FeatureTypepublic boolean isSetFeatureType()
public Styles getStyles()
Stylespublic void setStyles(Styles value)
value - allowed object is
Stylespublic boolean isSetStyles()
public Style getStyle()
Stylepublic void setStyle(Style value)
value - allowed object is
Stylepublic boolean isSetStyle()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public boolean isEnabled()
Booleanpublic void setEnabled(boolean value)
value - allowed object is
Booleanpublic boolean isSetEnabled()
public void unsetEnabled()
Copyright © 2016. All rights reserved.