|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wfs.AbstractFormatType org.deegree.services.jaxb.wfs.GMLFormat
public class GMLFormat
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 |
---|
protected GMLFormat.GetFeatureResponse getFeatureResponse
protected JAXBElement<?> abstractCoordinateFormatter
protected GMLVersionType gmlVersion
Constructor Detail |
---|
public GMLFormat()
Method Detail |
---|
public GMLFormat.GetFeatureResponse getGetFeatureResponse()
GMLFormat.GetFeatureResponse
public void setGetFeatureResponse(GMLFormat.GetFeatureResponse value)
value
- allowed object is
GMLFormat.GetFeatureResponse
public JAXBElement<?> getAbstractCoordinateFormatter()
JAXBElement
<
Object
>
JAXBElement
<
DecimalCoordinateFormatter
>
JAXBElement
<
CustomCoordinateFormatter
>
public void setAbstractCoordinateFormatter(JAXBElement<?> value)
value
- allowed object is
JAXBElement
<
Object
>
JAXBElement
<
DecimalCoordinateFormatter
>
JAXBElement
<
CustomCoordinateFormatter
>
public GMLVersionType getGmlVersion()
GMLVersionType
public void setGmlVersion(GMLVersionType value)
value
- allowed object is
GMLVersionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |