org.deegree.feature.persistence.remotewfs.jaxb
Class RemoteWFSFeatureStoreConfig

java.lang.Object
  extended by org.deegree.feature.persistence.remotewfs.jaxb.RemoteWFSFeatureStoreConfig

public class RemoteWFSFeatureStoreConfig
extends Object

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

capabilitiesURL

protected String capabilitiesURL

configVersion

protected String configVersion
Constructor Detail

RemoteWFSFeatureStoreConfig

public RemoteWFSFeatureStoreConfig()
Method Detail

getCapabilitiesURL

public String getCapabilitiesURL()
Gets the value of the capabilitiesURL property.

Returns:
possible object is String

setCapabilitiesURL

public void setCapabilitiesURL(String value)
Sets the value of the capabilitiesURL 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.