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 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" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
                 <attribute name="baseURL" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="DisableStreaming" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GMLFormat.GetFeatureResponse.DisableDynamicSchema
          Java class for anonymous complex type.
 
Field Summary
protected  String additionalSchemaLocation
           
protected  QName containerElement
           
protected  GMLFormat.GetFeatureResponse.DisableDynamicSchema disableDynamicSchema
           
protected  Boolean disableStreaming
           
protected  QName featureMemberElement
           
 
Constructor Summary
GMLFormat.GetFeatureResponse()
           
 
Method Summary
 String getAdditionalSchemaLocation()
          Gets the value of the additionalSchemaLocation property.
 QName getContainerElement()
          Gets the value of the containerElement property.
 GMLFormat.GetFeatureResponse.DisableDynamicSchema getDisableDynamicSchema()
          Gets the value of the disableDynamicSchema property.
 QName getFeatureMemberElement()
          Gets the value of the featureMemberElement property.
 Boolean isDisableStreaming()
          Gets the value of the disableStreaming property.
 void setAdditionalSchemaLocation(String value)
          Sets the value of the additionalSchemaLocation property.
 void setContainerElement(QName value)
          Sets the value of the containerElement property.
 void setDisableDynamicSchema(GMLFormat.GetFeatureResponse.DisableDynamicSchema value)
          Sets the value of the disableDynamicSchema property.
 void setDisableStreaming(Boolean value)
          Sets the value of the disableStreaming property.
 void setFeatureMemberElement(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 QName containerElement

featureMemberElement

protected QName featureMemberElement

additionalSchemaLocation

protected String additionalSchemaLocation

disableDynamicSchema

protected GMLFormat.GetFeatureResponse.DisableDynamicSchema disableDynamicSchema

disableStreaming

protected Boolean disableStreaming
Constructor Detail

GMLFormat.GetFeatureResponse

public GMLFormat.GetFeatureResponse()
Method Detail

getContainerElement

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

Returns:
possible object is QName

setContainerElement

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

Parameters:
value - allowed object is QName

getFeatureMemberElement

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

Returns:
possible object is QName

setFeatureMemberElement

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

Parameters:
value - allowed object is QName

getAdditionalSchemaLocation

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

Returns:
possible object is String

setAdditionalSchemaLocation

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

Parameters:
value - allowed object is String

getDisableDynamicSchema

public GMLFormat.GetFeatureResponse.DisableDynamicSchema getDisableDynamicSchema()
Gets the value of the disableDynamicSchema property.

Returns:
possible object is GMLFormat.GetFeatureResponse.DisableDynamicSchema

setDisableDynamicSchema

public void setDisableDynamicSchema(GMLFormat.GetFeatureResponse.DisableDynamicSchema value)
Sets the value of the disableDynamicSchema property.

Parameters:
value - allowed object is GMLFormat.GetFeatureResponse.DisableDynamicSchema

isDisableStreaming

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

Returns:
possible object is Boolean

setDisableStreaming

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

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.