public class CoverageStore 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}coverages"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" 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" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Coverages |
coverages |
protected String |
description |
protected Boolean |
enabled |
protected String |
name |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
CoverageStore() |
| Modifier and Type | Method and Description |
|---|---|
Coverages |
getCoverages()
Gets the value of the coverages property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetCoverages() |
boolean |
isSetDescription() |
boolean |
isSetEnabled() |
boolean |
isSetName() |
boolean |
isSetType() |
boolean |
isSetUrl() |
void |
setCoverages(Coverages value)
Sets the value of the coverages property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
unsetEnabled() |
protected Coverages coverages
protected String name
protected String description
protected String type
protected Boolean enabled
protected String url
public Coverages getCoverages()
Coveragespublic void setCoverages(Coverages value)
value - allowed object is
Coveragespublic boolean isSetCoverages()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
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()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
Copyright © 2016. All rights reserved.