org.deegree.services.jaxb.wfs
Class GMLFormat.GetFeatureResponse

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.GMLFormat.GetFeatureResponse
Enclosing class:
GMLFormat

public static class GMLFormat.GetFeatureResponse
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="ContainerElement" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="FeatureMemberElement" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="AdditionalSchemaLocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisableDynamicSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DisableStreaming" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String additionalSchemaLocation
           
protected  javax.xml.namespace.QName containerElement
           
protected  java.lang.Boolean disableDynamicSchema
           
protected  java.lang.Boolean disableStreaming
           
protected  javax.xml.namespace.QName featureMemberElement
           
 
Constructor Summary
GMLFormat.GetFeatureResponse()
           
 
Method Summary
 java.lang.String getAdditionalSchemaLocation()
          Gets the value of the additionalSchemaLocation property.
 javax.xml.namespace.QName getContainerElement()
          Gets the value of the containerElement property.
 javax.xml.namespace.QName getFeatureMemberElement()
          Gets the value of the featureMemberElement property.
 java.lang.Boolean isDisableDynamicSchema()
          Gets the value of the disableDynamicSchema property.
 java.lang.Boolean isDisableStreaming()
          Gets the value of the disableStreaming property.
 void setAdditionalSchemaLocation(java.lang.String value)
          Sets the value of the additionalSchemaLocation property.
 void setContainerElement(javax.xml.namespace.QName value)
          Sets the value of the containerElement property.
 void setDisableDynamicSchema(java.lang.Boolean value)
          Sets the value of the disableDynamicSchema property.
 void setDisableStreaming(java.lang.Boolean value)
          Sets the value of the disableStreaming property.
 void setFeatureMemberElement(javax.xml.namespace.QName value)
          Sets the value of the featureMemberElement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containerElement

protected javax.xml.namespace.QName containerElement

featureMemberElement

protected javax.xml.namespace.QName featureMemberElement

additionalSchemaLocation

protected java.lang.String additionalSchemaLocation

disableDynamicSchema

protected java.lang.Boolean disableDynamicSchema

disableStreaming

protected java.lang.Boolean disableStreaming
Constructor Detail

GMLFormat.GetFeatureResponse

public GMLFormat.GetFeatureResponse()
Method Detail

getContainerElement

public javax.xml.namespace.QName getContainerElement()
Gets the value of the containerElement property.

Returns:
possible object is QName

setContainerElement

public void setContainerElement(javax.xml.namespace.QName value)
Sets the value of the containerElement property.

Parameters:
value - allowed object is QName

getFeatureMemberElement

public javax.xml.namespace.QName getFeatureMemberElement()
Gets the value of the featureMemberElement property.

Returns:
possible object is QName

setFeatureMemberElement

public void setFeatureMemberElement(javax.xml.namespace.QName value)
Sets the value of the featureMemberElement property.

Parameters:
value - allowed object is QName

getAdditionalSchemaLocation

public java.lang.String getAdditionalSchemaLocation()
Gets the value of the additionalSchemaLocation property.

Returns:
possible object is String

setAdditionalSchemaLocation

public void setAdditionalSchemaLocation(java.lang.String value)
Sets the value of the additionalSchemaLocation property.

Parameters:
value - allowed object is String

isDisableDynamicSchema

public java.lang.Boolean isDisableDynamicSchema()
Gets the value of the disableDynamicSchema property.

Returns:
possible object is Boolean

setDisableDynamicSchema

public void setDisableDynamicSchema(java.lang.Boolean value)
Sets the value of the disableDynamicSchema property.

Parameters:
value - allowed object is Boolean

isDisableStreaming

public java.lang.Boolean isDisableStreaming()
Gets the value of the disableStreaming property.

Returns:
possible object is Boolean

setDisableStreaming

public void setDisableStreaming(java.lang.Boolean value)
Sets the value of the disableStreaming property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.