org.deegree.services.jaxb.wfs
Class GMLFormat

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.AbstractFormatType
      extended by org.deegree.services.jaxb.wfs.GMLFormat

public class GMLFormat
extends AbstractFormatType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/services/wfs}AbstractFormatType">
       <sequence>
         <element name="GetFeatureResponse" minOccurs="0">
           <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>
         </element>
         <element ref="{http://www.deegree.org/services/wfs}AbstractCoordinateFormatter" minOccurs="0"/>
       </sequence>
       <attribute name="gmlVersion" use="required" type="{http://www.deegree.org/services/wfs}GMLVersionType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GMLFormat.GetFeatureResponse
          Java class for anonymous complex type.
 
Field Summary
protected  JAXBElement<?> abstractCoordinateFormatter
           
protected  GMLFormat.GetFeatureResponse getFeatureResponse
           
protected  GMLVersionType gmlVersion
           
 
Fields inherited from class org.deegree.services.jaxb.wfs.AbstractFormatType
mimeType, wfsVersion
 
Constructor Summary
GMLFormat()
           
 
Method Summary
 JAXBElement<?> getAbstractCoordinateFormatter()
          Gets the value of the abstractCoordinateFormatter property.
 GMLFormat.GetFeatureResponse getGetFeatureResponse()
          Gets the value of the getFeatureResponse property.
 GMLVersionType getGmlVersion()
          Gets the value of the gmlVersion property.
 void setAbstractCoordinateFormatter(JAXBElement<?> value)
          Sets the value of the abstractCoordinateFormatter property.
 void setGetFeatureResponse(GMLFormat.GetFeatureResponse value)
          Sets the value of the getFeatureResponse property.
 void setGmlVersion(GMLVersionType value)
          Sets the value of the gmlVersion property.
 
Methods inherited from class org.deegree.services.jaxb.wfs.AbstractFormatType
getMimeType, getWfsVersion, setWfsVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getFeatureResponse

protected GMLFormat.GetFeatureResponse getFeatureResponse

abstractCoordinateFormatter

protected JAXBElement<?> abstractCoordinateFormatter

gmlVersion

protected GMLVersionType gmlVersion
Constructor Detail

GMLFormat

public GMLFormat()
Method Detail

getGetFeatureResponse

public GMLFormat.GetFeatureResponse getGetFeatureResponse()
Gets the value of the getFeatureResponse property.

Returns:
possible object is GMLFormat.GetFeatureResponse

setGetFeatureResponse

public void setGetFeatureResponse(GMLFormat.GetFeatureResponse value)
Sets the value of the getFeatureResponse property.

Parameters:
value - allowed object is GMLFormat.GetFeatureResponse

getAbstractCoordinateFormatter

public JAXBElement<?> getAbstractCoordinateFormatter()
Gets the value of the abstractCoordinateFormatter property.

Returns:
possible object is JAXBElement<Object> JAXBElement<DecimalCoordinateFormatter> JAXBElement<CustomCoordinateFormatter>

setAbstractCoordinateFormatter

public void setAbstractCoordinateFormatter(JAXBElement<?> value)
Sets the value of the abstractCoordinateFormatter property.

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<DecimalCoordinateFormatter> JAXBElement<CustomCoordinateFormatter>

getGmlVersion

public GMLVersionType getGmlVersion()
Gets the value of the gmlVersion property.

Returns:
possible object is GMLVersionType

setGmlVersion

public void setGmlVersion(GMLVersionType value)
Sets the value of the gmlVersion property.

Parameters:
value - allowed object is GMLVersionType


Copyright © 2011. All Rights Reserved.