|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.rendering.r3d.jaxb.batchedmt.BatchedMTFileStoreConfig
public class BatchedMTFileStoreConfig
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 |
|---|
protected String directory
protected BigInteger maxDirectMemory
protected String configVersion
protected String crs
| Constructor Detail |
|---|
public BatchedMTFileStoreConfig()
| Method Detail |
|---|
public String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic BigInteger getMaxDirectMemory()
BigIntegerpublic void setMaxDirectMemory(BigInteger value)
value - allowed object is
BigIntegerpublic String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
Stringpublic String getCrs()
Stringpublic void setCrs(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||