org.deegree.remoteows.wfs.jaxb
Class RemoteWFS

java.lang.Object
  extended by org.deegree.remoteows.wfs.jaxb.RemoteWFS

public class RemoteWFS
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CapabilitiesDocumentLocation">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="ConnectionTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RequestTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.1.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RemoteWFS.CapabilitiesDocumentLocation
          Java class for anonymous complex type.
 
Field Summary
protected  RemoteWFS.CapabilitiesDocumentLocation capabilitiesDocumentLocation
           
protected  String configVersion
           
protected  Integer connectionTimeout
           
protected  Integer requestTimeout
           
 
Constructor Summary
RemoteWFS()
           
 
Method Summary
 RemoteWFS.CapabilitiesDocumentLocation getCapabilitiesDocumentLocation()
          Gets the value of the capabilitiesDocumentLocation property.
 String getConfigVersion()
          Gets the value of the configVersion property.
 Integer getConnectionTimeout()
          Gets the value of the connectionTimeout property.
 Integer getRequestTimeout()
          Gets the value of the requestTimeout property.
 void setCapabilitiesDocumentLocation(RemoteWFS.CapabilitiesDocumentLocation value)
          Sets the value of the capabilitiesDocumentLocation property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setConnectionTimeout(Integer value)
          Sets the value of the connectionTimeout property.
 void setRequestTimeout(Integer value)
          Sets the value of the requestTimeout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capabilitiesDocumentLocation

protected RemoteWFS.CapabilitiesDocumentLocation capabilitiesDocumentLocation

connectionTimeout

protected Integer connectionTimeout

requestTimeout

protected Integer requestTimeout

configVersion

protected String configVersion
Constructor Detail

RemoteWFS

public RemoteWFS()
Method Detail

getCapabilitiesDocumentLocation

public RemoteWFS.CapabilitiesDocumentLocation getCapabilitiesDocumentLocation()
Gets the value of the capabilitiesDocumentLocation property.

Returns:
possible object is RemoteWFS.CapabilitiesDocumentLocation

setCapabilitiesDocumentLocation

public void setCapabilitiesDocumentLocation(RemoteWFS.CapabilitiesDocumentLocation value)
Sets the value of the capabilitiesDocumentLocation property.

Parameters:
value - allowed object is RemoteWFS.CapabilitiesDocumentLocation

getConnectionTimeout

public Integer getConnectionTimeout()
Gets the value of the connectionTimeout property.

Returns:
possible object is Integer

setConnectionTimeout

public void setConnectionTimeout(Integer value)
Sets the value of the connectionTimeout property.

Parameters:
value - allowed object is Integer

getRequestTimeout

public Integer getRequestTimeout()
Gets the value of the requestTimeout property.

Returns:
possible object is Integer

setRequestTimeout

public void setRequestTimeout(Integer value)
Sets the value of the requestTimeout property.

Parameters:
value - allowed object is Integer

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.