public class Postgis 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}connection"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
connection |
| Constructor and Description |
|---|
Postgis() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Gets the value of the connection property.
|
boolean |
isSetConnection() |
void |
setConnection(Connection value)
Sets the value of the connection property.
|
protected Connection connection
public Connection getConnection()
Connectionpublic void setConnection(Connection value)
value - allowed object is
Connectionpublic boolean isSetConnection()
Copyright © 2016. All rights reserved.