|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.geocouch.jaxb.GeoCouchFeatureStoreConfig
public class GeoCouchFeatureStoreConfig
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 |
---|
protected String storageCRS
protected List<String> gmlSchema
protected String geoCouchUrl
protected String configVersion
Constructor Detail |
---|
public GeoCouchFeatureStoreConfig()
Method Detail |
---|
public String getStorageCRS()
String
public void setStorageCRS(String value)
value
- allowed object is
String
public List<String> getGMLSchema()
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
public String getGeoCouchUrl()
String
public void setGeoCouchUrl(String value)
value
- allowed object is
String
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |