public class ShapeDir 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}spatial"/>
</sequence>
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="memoryBuffer" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="cacheMemoryMaps" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
cacheMemoryMaps |
protected String |
charset |
protected Boolean |
memoryBuffer |
protected Spatial |
spatial |
protected String |
url |
| Constructor and Description |
|---|
ShapeDir() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Gets the value of the charset property.
|
Spatial |
getSpatial()
Gets the value of the spatial property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isCacheMemoryMaps()
Gets the value of the cacheMemoryMaps property.
|
boolean |
isMemoryBuffer()
Gets the value of the memoryBuffer property.
|
boolean |
isSetCacheMemoryMaps() |
boolean |
isSetCharset() |
boolean |
isSetMemoryBuffer() |
boolean |
isSetSpatial() |
boolean |
isSetUrl() |
void |
setCacheMemoryMaps(boolean value)
Sets the value of the cacheMemoryMaps property.
|
void |
setCharset(String value)
Sets the value of the charset property.
|
void |
setMemoryBuffer(boolean value)
Sets the value of the memoryBuffer property.
|
void |
setSpatial(Spatial value)
Sets the value of the spatial property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
unsetCacheMemoryMaps() |
void |
unsetMemoryBuffer() |
protected Spatial spatial
protected String url
protected String charset
protected Boolean memoryBuffer
protected Boolean cacheMemoryMaps
public Spatial getSpatial()
Spatialpublic void setSpatial(Spatial value)
value - allowed object is
Spatialpublic boolean isSetSpatial()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public String getCharset()
Stringpublic void setCharset(String value)
value - allowed object is
Stringpublic boolean isSetCharset()
public boolean isMemoryBuffer()
Booleanpublic void setMemoryBuffer(boolean value)
value - allowed object is
Booleanpublic boolean isSetMemoryBuffer()
public void unsetMemoryBuffer()
public boolean isCacheMemoryMaps()
Booleanpublic void setCacheMemoryMaps(boolean value)
value - allowed object is
Booleanpublic boolean isSetCacheMemoryMaps()
public void unsetCacheMemoryMaps()
Copyright © 2016. All rights reserved.