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