|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.datasource.configuration.AbstractDataSourceType
org.deegree.commons.datasource.configuration.FeatureStoreType
org.deegree.commons.datasource.configuration.DirectSQLDataSourceType
public class DirectSQLDataSourceType
Java class for DirectSQLDataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectSQLDataSourceType">
<complexContent>
<extension base="{http://www.deegree.org/datasource}FeatureStoreType">
<sequence>
<element name="StorageSRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ConnectionPoolId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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>
<element name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FeatureTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DirectSQLDataSourceType.LODStatement
Java class for anonymous complex type. |
| Nested classes/interfaces inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType |
|---|
FeatureStoreType.NamespaceHint |
| Field Summary | |
|---|---|
protected String |
bBoxStatement
|
protected String |
connectionPoolId
|
protected String |
featureTypeName
|
protected List<DirectSQLDataSourceType.LODStatement> |
lodStatement
|
protected String |
namespace
|
protected String |
sqlStatement
|
protected String |
storageSRS
|
| Fields inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType |
|---|
namespaceHint |
| Fields inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType |
|---|
dataSourceName |
| Constructor Summary | |
|---|---|
DirectSQLDataSourceType()
|
|
| Method Summary | |
|---|---|
String |
getBBoxStatement()
Gets the value of the bBoxStatement property. |
String |
getConnectionPoolId()
Gets the value of the connectionPoolId property. |
String |
getFeatureTypeName()
Gets the value of the featureTypeName property. |
List<DirectSQLDataSourceType.LODStatement> |
getLODStatement()
Gets the value of the lodStatement property. |
String |
getNamespace()
Gets the value of the namespace property. |
String |
getSQLStatement()
Gets the value of the sqlStatement property. |
String |
getStorageSRS()
Gets the value of the storageSRS property. |
void |
setBBoxStatement(String value)
Sets the value of the bBoxStatement property. |
void |
setConnectionPoolId(String value)
Sets the value of the connectionPoolId property. |
void |
setFeatureTypeName(String value)
Sets the value of the featureTypeName property. |
void |
setNamespace(String value)
Sets the value of the namespace property. |
void |
setSQLStatement(String value)
Sets the value of the sqlStatement property. |
void |
setStorageSRS(String value)
Sets the value of the storageSRS property. |
| Methods inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType |
|---|
getNamespaceHint |
| Methods inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType |
|---|
getDataSourceName, setDataSourceName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String storageSRS
protected String connectionPoolId
protected String sqlStatement
protected String bBoxStatement
protected List<DirectSQLDataSourceType.LODStatement> lodStatement
protected String namespace
protected String featureTypeName
| Constructor Detail |
|---|
public DirectSQLDataSourceType()
| Method Detail |
|---|
public String getStorageSRS()
Stringpublic void setStorageSRS(String value)
value - allowed object is
Stringpublic String getConnectionPoolId()
Stringpublic void setConnectionPoolId(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<DirectSQLDataSourceType.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
DirectSQLDataSourceType.LODStatement
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getFeatureTypeName()
Stringpublic void setFeatureTypeName(String value)
value - allowed object is
String
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||