org.deegree.cs.persistence.deegree.d2.jaxb
Class Deegree2CRSStoreConfig

java.lang.Object
  extended by org.deegree.crs.store.AbstractStore
      extended by org.deegree.cs.persistence.deegree.d2.jaxb.Deegree2CRSStoreConfig

public class Deegree2CRSStoreConfig
extends AbstractStore

CRSStore handling the CRS in the deegree3 format.

Java class for Deegree2CRSStore element declaration.

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

 <element name="Deegree2CRSStore">
   <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>
 


Field Summary
protected  String file
           
 
Fields inherited from class org.deegree.crs.store.AbstractStore
transformationType
 
Constructor Summary
Deegree2CRSStoreConfig()
           
 
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 org.deegree.crs.store.AbstractStore
getTransformationType, setTransformationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected String file
Constructor Detail

Deegree2CRSStoreConfig

public Deegree2CRSStoreConfig()
Method Detail

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.