|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.persistence.remotewfs.jaxb.RemoteWFSFeatureStoreConfig
public class RemoteWFSFeatureStoreConfig
FeatureStore that accesses a WFS instance via HTTP
Java class for RemoteWFSFeatureStore element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="RemoteWFSFeatureStore">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CapabilitiesURL" 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 |
capabilitiesURL
|
protected String |
configVersion
|
| Constructor Summary | |
|---|---|
RemoteWFSFeatureStoreConfig()
|
|
| Method Summary | |
|---|---|
String |
getCapabilitiesURL()
Gets the value of the capabilitiesURL property. |
String |
getConfigVersion()
Gets the value of the configVersion property. |
void |
setCapabilitiesURL(String value)
Sets the value of the capabilitiesURL property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String capabilitiesURL
protected String configVersion
| Constructor Detail |
|---|
public RemoteWFSFeatureStoreConfig()
| Method Detail |
|---|
public String getCapabilitiesURL()
Stringpublic void setCapabilitiesURL(String value)
value - allowed object is
Stringpublic String getConfigVersion()
Stringpublic 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 | |||||||||