public class DataStore 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}workspace"/>
<element ref="{http://www.geojsf.org/geoserver}postgis"/>
<element ref="{http://www.geojsf.org/geoserver}shapeDir"/>
</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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Boolean |
enabled |
protected String |
name |
protected Postgis |
postgis |
protected ShapeDir |
shapeDir |
protected String |
type |
protected Workspace |
workspace |
| Constructor and Description |
|---|
DataStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
Postgis |
getPostgis()
Gets the value of the postgis property.
|
ShapeDir |
getShapeDir()
Gets the value of the shapeDir property.
|
String |
getType()
Gets the value of the type property.
|
Workspace |
getWorkspace()
Gets the value of the workspace property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
boolean |
isSetDescription() |
boolean |
isSetEnabled() |
boolean |
isSetName() |
boolean |
isSetPostgis() |
boolean |
isSetShapeDir() |
boolean |
isSetType() |
boolean |
isSetWorkspace() |
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 |
setPostgis(Postgis value)
Sets the value of the postgis property.
|
void |
setShapeDir(ShapeDir value)
Sets the value of the shapeDir property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setWorkspace(Workspace value)
Sets the value of the workspace property.
|
void |
unsetEnabled() |
protected Workspace workspace
protected Postgis postgis
protected ShapeDir shapeDir
protected String name
protected String description
protected String type
protected Boolean enabled
public Workspace getWorkspace()
Workspacepublic void setWorkspace(Workspace value)
value - allowed object is
Workspacepublic boolean isSetWorkspace()
public Postgis getPostgis()
Postgispublic void setPostgis(Postgis value)
value - allowed object is
Postgispublic boolean isSetPostgis()
public ShapeDir getShapeDir()
ShapeDirpublic void setShapeDir(ShapeDir value)
value - allowed object is
ShapeDirpublic boolean isSetShapeDir()
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()
Copyright © 2016. All rights reserved.