|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wfs.DeegreeWFS
public class DeegreeWFS
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="SupportedVersions" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Version" type="{http://www.deegree.org/services/wfs}WFSVersionType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="EnableTransactions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DisableResponseBuffering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="QueryCRS" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="QueryMaxFeatures" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="QueryCheckAreaOfUse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{http://www.deegree.org/services/wfs}AbstractFormat" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.deegree.org/services/wfs}FeatureTypeMetadata" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
DeegreeWFS.SupportedVersions
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> |
abstractFormat
|
protected java.lang.String |
configVersion
|
protected java.lang.Boolean |
disableResponseBuffering
|
protected java.lang.Boolean |
enableTransactions
|
protected java.util.List<FeatureTypeMetadata> |
featureTypeMetadata
|
protected java.lang.Boolean |
queryCheckAreaOfUse
|
protected java.util.List<java.lang.String> |
queryCRS
|
protected java.math.BigInteger |
queryMaxFeatures
|
protected DeegreeWFS.SupportedVersions |
supportedVersions
|
Constructor Summary | |
---|---|
DeegreeWFS()
|
Method Summary | |
---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> |
getAbstractFormat()
Gets the value of the abstractFormat property. |
java.lang.String |
getConfigVersion()
Gets the value of the configVersion property. |
java.util.List<FeatureTypeMetadata> |
getFeatureTypeMetadata()
Gets the value of the featureTypeMetadata property. |
java.util.List<java.lang.String> |
getQueryCRS()
Gets the value of the queryCRS property. |
java.math.BigInteger |
getQueryMaxFeatures()
Gets the value of the queryMaxFeatures property. |
DeegreeWFS.SupportedVersions |
getSupportedVersions()
Gets the value of the supportedVersions property. |
java.lang.Boolean |
isDisableResponseBuffering()
Gets the value of the disableResponseBuffering property. |
java.lang.Boolean |
isEnableTransactions()
Gets the value of the enableTransactions property. |
java.lang.Boolean |
isQueryCheckAreaOfUse()
Gets the value of the queryCheckAreaOfUse property. |
void |
setConfigVersion(java.lang.String value)
Sets the value of the configVersion property. |
void |
setDisableResponseBuffering(java.lang.Boolean value)
Sets the value of the disableResponseBuffering property. |
void |
setEnableTransactions(java.lang.Boolean value)
Sets the value of the enableTransactions property. |
void |
setQueryCheckAreaOfUse(java.lang.Boolean value)
Sets the value of the queryCheckAreaOfUse property. |
void |
setQueryMaxFeatures(java.math.BigInteger value)
Sets the value of the queryMaxFeatures property. |
void |
setSupportedVersions(DeegreeWFS.SupportedVersions value)
Sets the value of the supportedVersions property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected DeegreeWFS.SupportedVersions supportedVersions
protected java.lang.Boolean enableTransactions
protected java.lang.Boolean disableResponseBuffering
protected java.util.List<java.lang.String> queryCRS
protected java.math.BigInteger queryMaxFeatures
protected java.lang.Boolean queryCheckAreaOfUse
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> abstractFormat
protected java.util.List<FeatureTypeMetadata> featureTypeMetadata
protected java.lang.String configVersion
Constructor Detail |
---|
public DeegreeWFS()
Method Detail |
---|
public DeegreeWFS.SupportedVersions getSupportedVersions()
DeegreeWFS.SupportedVersions
public void setSupportedVersions(DeegreeWFS.SupportedVersions value)
value
- allowed object is
DeegreeWFS.SupportedVersions
public java.lang.Boolean isEnableTransactions()
Boolean
public void setEnableTransactions(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDisableResponseBuffering()
Boolean
public void setDisableResponseBuffering(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.List<java.lang.String> getQueryCRS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the queryCRS property.
For example, to add a new item, do as follows:
getQueryCRS().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.math.BigInteger getQueryMaxFeatures()
BigInteger
public void setQueryMaxFeatures(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean isQueryCheckAreaOfUse()
Boolean
public void setQueryCheckAreaOfUse(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractFormatType>> getAbstractFormat()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the abstractFormat property.
For example, to add a new item, do as follows:
getAbstractFormat().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AbstractFormatType
>
JAXBElement
<
GMLFormat
>
JAXBElement
<
CustomFormat
>
public java.util.List<FeatureTypeMetadata> getFeatureTypeMetadata()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the featureTypeMetadata property.
For example, to add a new item, do as follows:
getFeatureTypeMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureTypeMetadata
public java.lang.String getConfigVersion()
String
public void setConfigVersion(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |