|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wfs.GMLFormat.GetFeatureResponse
public static class GMLFormat.GetFeatureResponse
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 |
---|
protected QName containerElement
protected QName featureMemberElement
protected String additionalSchemaLocation
protected GMLFormat.GetFeatureResponse.DisableDynamicSchema disableDynamicSchema
protected Boolean disableStreaming
Constructor Detail |
---|
public GMLFormat.GetFeatureResponse()
Method Detail |
---|
public QName getContainerElement()
QName
public void setContainerElement(QName value)
value
- allowed object is
QName
public QName getFeatureMemberElement()
QName
public void setFeatureMemberElement(QName value)
value
- allowed object is
QName
public String getAdditionalSchemaLocation()
String
public void setAdditionalSchemaLocation(String value)
value
- allowed object is
String
public GMLFormat.GetFeatureResponse.DisableDynamicSchema getDisableDynamicSchema()
GMLFormat.GetFeatureResponse.DisableDynamicSchema
public void setDisableDynamicSchema(GMLFormat.GetFeatureResponse.DisableDynamicSchema value)
value
- allowed object is
GMLFormat.GetFeatureResponse.DisableDynamicSchema
public Boolean isDisableStreaming()
Boolean
public void setDisableStreaming(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |