org.deegree.services.jaxb.wfs
Class DeegreeWFS

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.DeegreeWFS

public class DeegreeWFS
extends java.lang.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="SupportedVersions" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Version" type="{http://www.deegree.org/services/wfs}WFSVersionType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="EnableTransactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DisableResponseBuffering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="QueryCRS" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="QueryMaxFeatures" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="QueryCheckAreaOfUse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wfs}AbstractFormat" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.deegree.org/services/wfs}FeatureTypeMetadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeegreeWFS.SupportedVersions
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> abstractFormat
           
protected  java.lang.String configVersion
           
protected  java.lang.Boolean disableResponseBuffering
           
protected  java.lang.Boolean enableTransactions
           
protected  java.util.List<FeatureTypeMetadata> featureTypeMetadata
           
protected  java.lang.Boolean queryCheckAreaOfUse
           
protected  java.util.List<java.lang.String> queryCRS
           
protected  java.math.BigInteger queryMaxFeatures
           
protected  DeegreeWFS.SupportedVersions supportedVersions
           
 
Constructor Summary
DeegreeWFS()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> getAbstractFormat()
          Gets the value of the abstractFormat property.
 java.lang.String getConfigVersion()
          Gets the value of the configVersion property.
 java.util.List<FeatureTypeMetadata> getFeatureTypeMetadata()
          Gets the value of the featureTypeMetadata property.
 java.util.List<java.lang.String> getQueryCRS()
          Gets the value of the queryCRS property.
 java.math.BigInteger getQueryMaxFeatures()
          Gets the value of the queryMaxFeatures property.
 DeegreeWFS.SupportedVersions getSupportedVersions()
          Gets the value of the supportedVersions property.
 java.lang.Boolean isDisableResponseBuffering()
          Gets the value of the disableResponseBuffering property.
 java.lang.Boolean isEnableTransactions()
          Gets the value of the enableTransactions property.
 java.lang.Boolean isQueryCheckAreaOfUse()
          Gets the value of the queryCheckAreaOfUse property.
 void setConfigVersion(java.lang.String value)
          Sets the value of the configVersion property.
 void setDisableResponseBuffering(java.lang.Boolean value)
          Sets the value of the disableResponseBuffering property.
 void setEnableTransactions(java.lang.Boolean value)
          Sets the value of the enableTransactions property.
 void setQueryCheckAreaOfUse(java.lang.Boolean value)
          Sets the value of the queryCheckAreaOfUse property.
 void setQueryMaxFeatures(java.math.BigInteger value)
          Sets the value of the queryMaxFeatures property.
 void setSupportedVersions(DeegreeWFS.SupportedVersions value)
          Sets the value of the supportedVersions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedVersions

protected DeegreeWFS.SupportedVersions supportedVersions

enableTransactions

protected java.lang.Boolean enableTransactions

disableResponseBuffering

protected java.lang.Boolean disableResponseBuffering

queryCRS

protected java.util.List<java.lang.String> queryCRS

queryMaxFeatures

protected java.math.BigInteger queryMaxFeatures

queryCheckAreaOfUse

protected java.lang.Boolean queryCheckAreaOfUse

abstractFormat

protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> abstractFormat

featureTypeMetadata

protected java.util.List<FeatureTypeMetadata> featureTypeMetadata

configVersion

protected java.lang.String configVersion
Constructor Detail

DeegreeWFS

public DeegreeWFS()
Method Detail

getSupportedVersions

public DeegreeWFS.SupportedVersions getSupportedVersions()
Gets the value of the supportedVersions property.

Returns:
possible object is DeegreeWFS.SupportedVersions

setSupportedVersions

public void setSupportedVersions(DeegreeWFS.SupportedVersions value)
Sets the value of the supportedVersions property.

Parameters:
value - allowed object is DeegreeWFS.SupportedVersions

isEnableTransactions

public java.lang.Boolean isEnableTransactions()
Gets the value of the enableTransactions property.

Returns:
possible object is Boolean

setEnableTransactions

public void setEnableTransactions(java.lang.Boolean value)
Sets the value of the enableTransactions property.

Parameters:
value - allowed object is Boolean

isDisableResponseBuffering

public java.lang.Boolean isDisableResponseBuffering()
Gets the value of the disableResponseBuffering property.

Returns:
possible object is Boolean

setDisableResponseBuffering

public void setDisableResponseBuffering(java.lang.Boolean value)
Sets the value of the disableResponseBuffering property.

Parameters:
value - allowed object is Boolean

getQueryCRS

public java.util.List<java.lang.String> getQueryCRS()
Gets the value of the queryCRS 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 queryCRS property.

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

    getQueryCRS().add(newItem);
 

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


getQueryMaxFeatures

public java.math.BigInteger getQueryMaxFeatures()
Gets the value of the queryMaxFeatures property.

Returns:
possible object is BigInteger

setQueryMaxFeatures

public void setQueryMaxFeatures(java.math.BigInteger value)
Sets the value of the queryMaxFeatures property.

Parameters:
value - allowed object is BigInteger

isQueryCheckAreaOfUse

public java.lang.Boolean isQueryCheckAreaOfUse()
Gets the value of the queryCheckAreaOfUse property.

Returns:
possible object is Boolean

setQueryCheckAreaOfUse

public void setQueryCheckAreaOfUse(java.lang.Boolean value)
Sets the value of the queryCheckAreaOfUse property.

Parameters:
value - allowed object is Boolean

getAbstractFormat

public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> getAbstractFormat()
Gets the value of the abstractFormat 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 abstractFormat property.

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

    getAbstractFormat().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<AbstractFormatType> JAXBElement<GMLFormat> JAXBElement<CustomFormat>


getFeatureTypeMetadata

public java.util.List<FeatureTypeMetadata> getFeatureTypeMetadata()
Gets the value of the featureTypeMetadata 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 featureTypeMetadata property.

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

    getFeatureTypeMetadata().add(newItem);
 

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


getConfigVersion

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

Returns:
possible object is String

setConfigVersion

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.