|
||||||||||
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" 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>
Field Summary | |
---|---|
protected java.lang.String |
additionalSchemaLocation
|
protected javax.xml.namespace.QName |
containerElement
|
protected java.lang.Boolean |
disableDynamicSchema
|
protected java.lang.Boolean |
disableStreaming
|
protected javax.xml.namespace.QName |
featureMemberElement
|
Constructor Summary | |
---|---|
GMLFormat.GetFeatureResponse()
|
Method Summary | |
---|---|
java.lang.String |
getAdditionalSchemaLocation()
Gets the value of the additionalSchemaLocation property. |
javax.xml.namespace.QName |
getContainerElement()
Gets the value of the containerElement property. |
javax.xml.namespace.QName |
getFeatureMemberElement()
Gets the value of the featureMemberElement property. |
java.lang.Boolean |
isDisableDynamicSchema()
Gets the value of the disableDynamicSchema property. |
java.lang.Boolean |
isDisableStreaming()
Gets the value of the disableStreaming property. |
void |
setAdditionalSchemaLocation(java.lang.String value)
Sets the value of the additionalSchemaLocation property. |
void |
setContainerElement(javax.xml.namespace.QName value)
Sets the value of the containerElement property. |
void |
setDisableDynamicSchema(java.lang.Boolean value)
Sets the value of the disableDynamicSchema property. |
void |
setDisableStreaming(java.lang.Boolean value)
Sets the value of the disableStreaming property. |
void |
setFeatureMemberElement(javax.xml.namespace.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 javax.xml.namespace.QName containerElement
protected javax.xml.namespace.QName featureMemberElement
protected java.lang.String additionalSchemaLocation
protected java.lang.Boolean disableDynamicSchema
protected java.lang.Boolean disableStreaming
Constructor Detail |
---|
public GMLFormat.GetFeatureResponse()
Method Detail |
---|
public javax.xml.namespace.QName getContainerElement()
QName
public void setContainerElement(javax.xml.namespace.QName value)
value
- allowed object is
QName
public javax.xml.namespace.QName getFeatureMemberElement()
QName
public void setFeatureMemberElement(javax.xml.namespace.QName value)
value
- allowed object is
QName
public java.lang.String getAdditionalSchemaLocation()
String
public void setAdditionalSchemaLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isDisableDynamicSchema()
Boolean
public void setDisableDynamicSchema(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDisableStreaming()
Boolean
public void setDisableStreaming(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |