|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.store.AbstractStore
org.deegree.cs.persistence.gml.jaxb.GMLCRSStoreConfig
public class GMLCRSStoreConfig
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 |
|---|
protected String gmlFile
protected String gmlResourceClass
protected List<Param> param
| Constructor Detail |
|---|
public GMLCRSStoreConfig()
| Method Detail |
|---|
public String getGMLFile()
Stringpublic void setGMLFile(String value)
value - allowed object is
Stringpublic String getGMLResourceClass()
Stringpublic void setGMLResourceClass(String value)
value - allowed object is
Stringpublic List<Param> getParam()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||