org.deegree.rendering.r3d.jaxb.batchedmt
Class BatchedMTFileStoreConfig

java.lang.Object
  extended by org.deegree.rendering.r3d.jaxb.batchedmt.BatchedMTFileStoreConfig

public class BatchedMTFileStoreConfig
extends Object

BatchedMTStore that is backed by blob files.

Java class for BatchedMTFileStore element declaration.

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

 <element name="BatchedMTFileStore">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="Directory" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="MaxDirectMemory" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         </sequence>
         <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
         <attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="epsg:25832" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String configVersion
           
protected  String crs
           
protected  String directory
           
protected  BigInteger maxDirectMemory
           
 
Constructor Summary
BatchedMTFileStoreConfig()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 String getCrs()
          Gets the value of the crs property.
 String getDirectory()
          Gets the value of the directory property.
 BigInteger getMaxDirectMemory()
          Gets the value of the maxDirectMemory property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setCrs(String value)
          Sets the value of the crs property.
 void setDirectory(String value)
          Sets the value of the directory property.
 void setMaxDirectMemory(BigInteger value)
          Sets the value of the maxDirectMemory property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

protected String directory

maxDirectMemory

protected BigInteger maxDirectMemory

configVersion

protected String configVersion

crs

protected String crs
Constructor Detail

BatchedMTFileStoreConfig

public BatchedMTFileStoreConfig()
Method Detail

getDirectory

public String getDirectory()
Gets the value of the directory property.

Returns:
possible object is String

setDirectory

public void setDirectory(String value)
Sets the value of the directory property.

Parameters:
value - allowed object is String

getMaxDirectMemory

public BigInteger getMaxDirectMemory()
Gets the value of the maxDirectMemory property.

Returns:
possible object is BigInteger

setMaxDirectMemory

public void setMaxDirectMemory(BigInteger value)
Sets the value of the maxDirectMemory property.

Parameters:
value - allowed object is BigInteger

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String

getCrs

public String getCrs()
Gets the value of the crs property.

Returns:
possible object is String

setCrs

public void setCrs(String value)
Sets the value of the crs property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.