org.deegree.cs.persistence.deegree.d3.jaxb
Class DeegreeCRSStoreConfig
java.lang.Object
org.deegree.crs.store.AbstractStore
org.deegree.cs.persistence.deegree.d3.jaxb.DeegreeCRSStoreConfig
public class DeegreeCRSStoreConfig
- extends AbstractStore
CRSStore handling the CRS in the deegree3 format.
Java class for DeegreeCRSStore element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="DeegreeCRSStore">
<complexType>
<complexContent>
<extension base="{http://www.deegree.org/crs/store}_AbstractStore">
<sequence>
<element name="File" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
Method Summary |
String |
getFile()
Gets the value of the file property. |
void |
setFile(String value)
Sets the value of the file property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
protected String file
DeegreeCRSStoreConfig
public DeegreeCRSStoreConfig()
getFile
public String getFile()
- Gets the value of the file property.
- Returns:
- possible object is
String
setFile
public void setFile(String value)
- Sets the value of the file property.
- Parameters:
value
- allowed object is
String
Copyright © 2011. All Rights Reserved.