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

org.deegree.commons.datasource.configuration
Class GeospatialFileSystemDataSourceType

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.GeospatialFileSystemDataSourceType

public class GeospatialFileSystemDataSourceType
extends AbstractGeospatialDataSourceType

The filesystem is a common datasource, examples are rasters, elevationmodels or xml files. Heck... every file can be a datasource.

Java class for GeospatialFileSystemDataSourceType complex type.

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

 <complexType name="GeospatialFileSystemDataSourceType">
   <complexContent>
     <extension base="{http://www.deegree.org/datasource}AbstractGeospatialDataSourceType">
       <choice>
         <element ref="{http://www.deegree.org/datasource}AbstractFile" maxOccurs="unbounded"/>
         <element ref="{http://www.deegree.org/datasource}AbstractFileSet"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends FileType>> abstractFile
           
protected  JAXBElement<? extends FileSetType> abstractFileSet
           
 
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
GeospatialFileSystemDataSourceType()
           
 
Method Summary
 List<JAXBElement<? extends FileType>> getAbstractFile()
          Gets the value of the abstractFile property.
 JAXBElement<? extends FileSetType> getAbstractFileSet()
          Gets the value of the abstractFileSet property.
 void setAbstractFileSet(JAXBElement<? extends FileSetType> value)
          Sets the value of the abstractFileSet 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

abstractFile

protected List<JAXBElement<? extends FileType>> abstractFile

abstractFileSet

protected JAXBElement<? extends FileSetType> abstractFileSet
Constructor Detail

GeospatialFileSystemDataSourceType

public GeospatialFileSystemDataSourceType()
Method Detail

getAbstractFile

public List<JAXBElement<? extends FileType>> getAbstractFile()
Gets the value of the abstractFile property.

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 abstractFile property.

For example, to add a new item, do as follows:

    getAbstractFile().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<FileType> JAXBElement<FileType> JAXBElement<RasterFileType> JAXBElement<FileType>


getAbstractFileSet

public JAXBElement<? extends FileSetType> getAbstractFileSet()
Gets the value of the abstractFileSet property.

Returns:
possible object is JAXBElement<FileSetType> JAXBElement<RasterFileSetType> JAXBElement<FileSetType>

setAbstractFileSet

public void setAbstractFileSet(JAXBElement<? extends FileSetType> value)
Sets the value of the abstractFileSet property.

Parameters:
value - allowed object is JAXBElement<FileSetType> JAXBElement<RasterFileSetType> JAXBElement<FileSetType>

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

]]>