|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.datasource.configuration.AbstractDataSourceType
org.deegree.commons.datasource.configuration.FileSystemDataSourceType
public class FileSystemDataSourceType
The filesystem is a common datasource, examples are rasters, elevationmodels or xml files. Heck... every file can be a datasource.
Java class for FileSystemDataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSystemDataSourceType">
<complexContent>
<extension base="{http://www.deegree.org/datasource}AbstractDataSourceType">
<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.AbstractDataSourceType |
|---|
dataSourceName |
| Constructor Summary | |
|---|---|
FileSystemDataSourceType()
|
|
| 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.AbstractDataSourceType |
|---|
getDataSourceName, setDataSourceName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<JAXBElement<? extends FileType>> abstractFile
protected JAXBElement<? extends FileSetType> abstractFileSet
| Constructor Detail |
|---|
public FileSystemDataSourceType()
| Method Detail |
|---|
public List<JAXBElement<? extends FileType>> getAbstractFile()
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>
public JAXBElement<? extends FileSetType> getAbstractFileSet()
JAXBElement<FileSetType>
JAXBElement<RasterFileSetType>
JAXBElement<FileSetType>public void setAbstractFileSet(JAXBElement<? extends FileSetType> value)
value - allowed object is
JAXBElement<FileSetType>
JAXBElement<RasterFileSetType>
JAXBElement<FileSetType>
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||