|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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" 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>
</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 javax.xml.bind.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 | |
|---|---|
javax.xml.bind.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(javax.xml.bind.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 javax.xml.bind.JAXBElement<?> abstractCoordinateFormatter
protected GMLVersionType gmlVersion
| Constructor Detail |
|---|
public GMLFormat()
| Method Detail |
|---|
public GMLFormat.GetFeatureResponse getGetFeatureResponse()
GMLFormat.GetFeatureResponsepublic void setGetFeatureResponse(GMLFormat.GetFeatureResponse value)
value - allowed object is
GMLFormat.GetFeatureResponsepublic javax.xml.bind.JAXBElement<?> getAbstractCoordinateFormatter()
JAXBElement<DecimalCoordinateFormatter>
JAXBElement<CustomCoordinateFormatter>
JAXBElement<Object>public void setAbstractCoordinateFormatter(javax.xml.bind.JAXBElement<?> value)
value - allowed object is
JAXBElement<DecimalCoordinateFormatter>
JAXBElement<CustomCoordinateFormatter>
JAXBElement<Object>public GMLVersionType getGmlVersion()
GMLVersionTypepublic 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 | |||||||||