org.deegree.commons.datasource.configuration
Class AbstractDataSourceType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataSourceName
protected String dataSourceName
AbstractDataSourceType
public AbstractDataSourceType()
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
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>