deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.datasource.configuration
Class ConstrainedDatabaseDataSourceType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
      extended by org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
          extended by org.deegree.commons.datasource.configuration.ConstrainedDatabaseDataSourceType

public class ConstrainedDatabaseDataSourceType
extends AbstractGeospatialDataSourceType

Defines the access to a database with a constrained

Java class for ConstrainedDatabaseDataSourceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConstrainedDatabaseDataSourceType">
   <complexContent>
     <extension base="{http://www.deegree.org/datasource}AbstractGeospatialDataSourceType">
       <sequence>
         <element name="ConnectionPoolId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String connectionPoolId
           
 
Fields inherited from class org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
bBoxConstraint, scaleConstraint
 
Fields inherited from class org.deegree.commons.datasource.configuration.AbstractDataSourceType
dataSourceName
 
Constructor Summary
ConstrainedDatabaseDataSourceType()
           
 
Method Summary
 String getConnectionPoolId()
          Gets the value of the connectionPoolId property.
 void setConnectionPoolId(String value)
          Sets the value of the connectionPoolId property.
 
Methods inherited from class org.deegree.commons.datasource.configuration.AbstractGeospatialDataSourceType
getBBoxConstraint, getScaleConstraint, setBBoxConstraint, setScaleConstraint
 
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

connectionPoolId

protected String connectionPoolId
Constructor Detail

ConstrainedDatabaseDataSourceType

public ConstrainedDatabaseDataSourceType()
Method Detail

getConnectionPoolId

public String getConnectionPoolId()
Gets the value of the connectionPoolId property.

Returns:
possible object is String

setConnectionPoolId

public void setConnectionPoolId(String value)
Sets the value of the connectionPoolId property.

Parameters:
value - allowed object is String

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>