|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.simplesql.jaxb.SimpleSQLFeatureStoreConfig
public class SimpleSQLFeatureStoreConfig
SQL FeatureStore that is configured by an SQL statement/connection.
Java class for SimpleSQLFeatureStore element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="SimpleSQLFeatureStore">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StorageCRS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FeatureTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FeatureTypeNamespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FeatureTypePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="ConnectionPoolId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JDBCConnId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="SQLStatement" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BBoxStatement" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LODStatement" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="aboveScale" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="configVersion" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="3.0.0"/>
<enumeration value="3.0.1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
| Nested Class Summary | |
|---|---|
static class |
SimpleSQLFeatureStoreConfig.LODStatement
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
bBoxStatement
|
protected String |
configVersion
|
protected String |
connectionPoolId
|
protected String |
featureTypeName
|
protected String |
featureTypeNamespace
|
protected String |
featureTypePrefix
|
protected String |
jdbcConnId
|
protected List<SimpleSQLFeatureStoreConfig.LODStatement> |
lodStatement
|
protected String |
sqlStatement
|
protected String |
storageCRS
|
| Constructor Summary | |
|---|---|
SimpleSQLFeatureStoreConfig()
|
|
| Method Summary | |
|---|---|
String |
getBBoxStatement()
Gets the value of the bBoxStatement property. |
String |
getConfigVersion()
Gets the value of the configVersion property. |
String |
getConnectionPoolId()
Gets the value of the connectionPoolId property. |
String |
getFeatureTypeName()
Gets the value of the featureTypeName property. |
String |
getFeatureTypeNamespace()
Gets the value of the featureTypeNamespace property. |
String |
getFeatureTypePrefix()
Gets the value of the featureTypePrefix property. |
String |
getJDBCConnId()
Gets the value of the jdbcConnId property. |
List<SimpleSQLFeatureStoreConfig.LODStatement> |
getLODStatement()
Gets the value of the lodStatement property. |
String |
getSQLStatement()
Gets the value of the sqlStatement property. |
String |
getStorageCRS()
Gets the value of the storageCRS property. |
void |
setBBoxStatement(String value)
Sets the value of the bBoxStatement property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setConnectionPoolId(String value)
Sets the value of the connectionPoolId property. |
void |
setFeatureTypeName(String value)
Sets the value of the featureTypeName property. |
void |
setFeatureTypeNamespace(String value)
Sets the value of the featureTypeNamespace property. |
void |
setFeatureTypePrefix(String value)
Sets the value of the featureTypePrefix property. |
void |
setJDBCConnId(String value)
Sets the value of the jdbcConnId property. |
void |
setSQLStatement(String value)
Sets the value of the sqlStatement property. |
void |
setStorageCRS(String value)
Sets the value of the storageCRS property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String storageCRS
protected String featureTypeName
protected String featureTypeNamespace
protected String featureTypePrefix
protected String connectionPoolId
protected String jdbcConnId
protected String sqlStatement
protected String bBoxStatement
protected List<SimpleSQLFeatureStoreConfig.LODStatement> lodStatement
protected String configVersion
| Constructor Detail |
|---|
public SimpleSQLFeatureStoreConfig()
| Method Detail |
|---|
public String getStorageCRS()
Stringpublic void setStorageCRS(String value)
value - allowed object is
Stringpublic String getFeatureTypeName()
Stringpublic void setFeatureTypeName(String value)
value - allowed object is
Stringpublic String getFeatureTypeNamespace()
Stringpublic void setFeatureTypeNamespace(String value)
value - allowed object is
Stringpublic String getFeatureTypePrefix()
Stringpublic void setFeatureTypePrefix(String value)
value - allowed object is
Stringpublic String getConnectionPoolId()
Stringpublic void setConnectionPoolId(String value)
value - allowed object is
Stringpublic String getJDBCConnId()
Stringpublic void setJDBCConnId(String value)
value - allowed object is
Stringpublic String getSQLStatement()
Stringpublic void setSQLStatement(String value)
value - allowed object is
Stringpublic String getBBoxStatement()
Stringpublic void setBBoxStatement(String value)
value - allowed object is
Stringpublic List<SimpleSQLFeatureStoreConfig.LODStatement> getLODStatement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the lodStatement property.
For example, to add a new item, do as follows:
getLODStatement().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleSQLFeatureStoreConfig.LODStatement
public String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||