|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public void setStorageCRS(String value)
value
- allowed object is
String
public String getFeatureTypeName()
String
public void setFeatureTypeName(String value)
value
- allowed object is
String
public String getFeatureTypeNamespace()
String
public void setFeatureTypeNamespace(String value)
value
- allowed object is
String
public String getFeatureTypePrefix()
String
public void setFeatureTypePrefix(String value)
value
- allowed object is
String
public String getConnectionPoolId()
String
public void setConnectionPoolId(String value)
value
- allowed object is
String
public String getJDBCConnId()
String
public void setJDBCConnId(String value)
value
- allowed object is
String
public String getSQLStatement()
String
public void setSQLStatement(String value)
value
- allowed object is
String
public String getBBoxStatement()
String
public void setBBoxStatement(String value)
value
- allowed object is
String
public 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()
String
public 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 |