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

org.deegree.commons.datasource.configuration
Class AbstractDataSourceType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
Direct Known Subclasses:
AbstractGeospatialDataSourceType, DatabaseDataSourceType, FeatureStoreType, FileSystemDataSourceType, RecordStoreType

public abstract class AbstractDataSourceType
extends Object

Base type of all data sources.

Java class for AbstractDataSourceType complex type.

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

 <complexType name="AbstractDataSourceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataSourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dataSourceName
           
 
Constructor Summary
AbstractDataSourceType()
           
 
Method Summary
 String getDataSourceName()
          Gets the value of the dataSourceName property.
 void setDataSourceName(String value)
          Sets the value of the dataSourceName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSourceName

protected String dataSourceName
Constructor Detail

AbstractDataSourceType

public AbstractDataSourceType()
Method Detail

getDataSourceName

public String getDataSourceName()
Gets the value of the dataSourceName property.

Returns:
possible object is String

setDataSourceName

public void setDataSourceName(String value)
Sets the value of the dataSourceName 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

]]>