org.deegree.cs.persistence.gml.jaxb
Class GMLCRSStoreConfig

java.lang.Object
  extended by org.deegree.crs.store.AbstractStore
      extended by org.deegree.cs.persistence.gml.jaxb.GMLCRSStoreConfig

public class GMLCRSStoreConfig
extends AbstractStore

CRSStore handling the CRS described in GML.

Java class for GMLCRSStore element declaration.

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

 <element name="GMLCRSStore">
   <complexType>
     <complexContent>
       <extension base="{http://www.deegree.org/crs/store}_AbstractStore">
         <choice>
           <element name="GMLFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <sequence>
             <element name="GMLResourceClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element ref="{http://www.deegree.org/crs/stores/gml}Param" maxOccurs="unbounded"/>
           </sequence>
         </choice>
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String gmlFile
           
protected  String gmlResourceClass
           
protected  List<Param> param
           
 
Fields inherited from class org.deegree.crs.store.AbstractStore
transformationType
 
Constructor Summary
GMLCRSStoreConfig()
           
 
Method Summary
 String getGMLFile()
          Gets the value of the gmlFile property.
 String getGMLResourceClass()
          Gets the value of the gmlResourceClass property.
 List<Param> getParam()
          Gets the value of the param property.
 void setGMLFile(String value)
          Sets the value of the gmlFile property.
 void setGMLResourceClass(String value)
          Sets the value of the gmlResourceClass 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

gmlFile

protected String gmlFile

gmlResourceClass

protected String gmlResourceClass

param

protected List<Param> param
Constructor Detail

GMLCRSStoreConfig

public GMLCRSStoreConfig()
Method Detail

getGMLFile

public String getGMLFile()
Gets the value of the gmlFile property.

Returns:
possible object is String

setGMLFile

public void setGMLFile(String value)
Sets the value of the gmlFile property.

Parameters:
value - allowed object is String

getGMLResourceClass

public String getGMLResourceClass()
Gets the value of the gmlResourceClass property.

Returns:
possible object is String

setGMLResourceClass

public void setGMLResourceClass(String value)
Sets the value of the gmlResourceClass property.

Parameters:
value - allowed object is String

getParam

public List<Param> getParam()
Gets the value of the param property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list Param



Copyright © 2011. All Rights Reserved.