org.deegree.feature.persistence.geocouch.jaxb
Class GeoCouchFeatureStoreConfig

java.lang.Object
  extended by org.deegree.feature.persistence.geocouch.jaxb.GeoCouchFeatureStoreConfig

public class GeoCouchFeatureStoreConfig
extends Object

Java class for GeoCouchFeatureStore element declaration.

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

 <element name="GeoCouchFeatureStore">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="StorageCRS" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="GMLSchema" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
           <element name="GeoCouchUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </sequence>
         <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.1.0" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String configVersion
           
protected  String geoCouchUrl
           
protected  List<String> gmlSchema
           
protected  String storageCRS
           
 
Constructor Summary
GeoCouchFeatureStoreConfig()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 String getGeoCouchUrl()
          Gets the value of the geoCouchUrl property.
 List<String> getGMLSchema()
          Gets the value of the gmlSchema property.
 String getStorageCRS()
          Gets the value of the storageCRS property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setGeoCouchUrl(String value)
          Sets the value of the geoCouchUrl property.
 void setStorageCRS(String value)
          Sets the value of the storageCRS property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storageCRS

protected String storageCRS

gmlSchema

protected List<String> gmlSchema

geoCouchUrl

protected String geoCouchUrl

configVersion

protected String configVersion
Constructor Detail

GeoCouchFeatureStoreConfig

public GeoCouchFeatureStoreConfig()
Method Detail

getStorageCRS

public String getStorageCRS()
Gets the value of the storageCRS property.

Returns:
possible object is String

setStorageCRS

public void setStorageCRS(String value)
Sets the value of the storageCRS property.

Parameters:
value - allowed object is String

getGMLSchema

public List<String> getGMLSchema()
Gets the value of the gmlSchema 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 gmlSchema property.

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

    getGMLSchema().add(newItem);
 

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


getGeoCouchUrl

public String getGeoCouchUrl()
Gets the value of the geoCouchUrl property.

Returns:
possible object is String

setGeoCouchUrl

public void setGeoCouchUrl(String value)
Sets the value of the geoCouchUrl property.

Parameters:
value - allowed object is String

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.