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

org.deegree.commons.datasource.configuration
Class RasterFileType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.FileType
      extended by org.deegree.commons.datasource.configuration.RasterFileType

public class RasterFileType
extends FileType

Define a file to be of a certain raster type.

Java class for RasterFileType complex type.

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

 <complexType name="RasterFileType">
   <simpleContent>
     <extension base="<http://www.deegree.org/datasource>FileType">
       <attribute name="fileType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="jpg" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String fileType
           
 
Fields inherited from class org.deegree.commons.datasource.configuration.FileType
value
 
Constructor Summary
RasterFileType()
           
 
Method Summary
 String getFileType()
          Gets the value of the fileType property.
 void setFileType(String value)
          Sets the value of the fileType property.
 
Methods inherited from class org.deegree.commons.datasource.configuration.FileType
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileType

protected String fileType
Constructor Detail

RasterFileType

public RasterFileType()
Method Detail

getFileType

public String getFileType()
Gets the value of the fileType property.

Returns:
possible object is String

setFileType

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

]]>