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

org.deegree.commons.datasource.configuration
Class ShapefileDataSourceType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.AbstractDataSourceType
      extended by org.deegree.commons.datasource.configuration.FeatureStoreType
          extended by org.deegree.commons.datasource.configuration.ShapefileDataSourceType

public class ShapefileDataSourceType
extends FeatureStoreType

Java class for ShapefileDataSourceType complex type.

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

 <complexType name="ShapefileDataSourceType">
   <complexContent>
     <extension base="{http://www.deegree.org/datasource}FeatureStoreType">
       <sequence>
         <element name="StorageSRS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="File" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.deegree.commons.datasource.configuration.FeatureStoreType
FeatureStoreType.NamespaceHint
 
Field Summary
protected  String file
           
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
ShapefileDataSourceType()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 String getStorageSRS()
          Gets the value of the storageSRS property.
 void setFile(String value)
          Sets the value of the file 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

storageSRS

protected String storageSRS

file

protected String file
Constructor Detail

ShapefileDataSourceType

public ShapefileDataSourceType()
Method Detail

getStorageSRS

public String getStorageSRS()
Gets the value of the storageSRS property.

Returns:
possible object is String

setStorageSRS

public void setStorageSRS(String value)
Sets the value of the storageSRS property.

Parameters:
value - allowed object is String

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

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

]]>