public class WFSCapabilitiesType extends Object
Java class for WFS_CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WFS_CapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Service" type="{http://www.opengis.net/wfs}ServiceType"/>
<element name="Capability" type="{http://www.opengis.net/wfs}CapabilityType"/>
<element name="FeatureTypeList" type="{http://www.opengis.net/wfs}FeatureTypeListType"/>
<element ref="{http://www.opengis.net/ogc}Filter_Capabilities"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0.0" />
<attribute name="updateSequence" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CapabilityType |
capability |
protected FeatureTypeListType |
featureTypeList |
protected FilterCapabilities |
filterCapabilities |
protected ServiceType |
service |
protected BigInteger |
updateSequence |
protected String |
version |
| Constructor and Description |
|---|
WFSCapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityType |
getCapability()
Gets the value of the capability property.
|
FeatureTypeListType |
getFeatureTypeList()
Gets the value of the featureTypeList property.
|
FilterCapabilities |
getFilterCapabilities()
Gets the value of the filterCapabilities property.
|
ServiceType |
getService()
Gets the value of the service property.
|
BigInteger |
getUpdateSequence()
Gets the value of the updateSequence property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCapability(CapabilityType value)
Sets the value of the capability property.
|
void |
setFeatureTypeList(FeatureTypeListType value)
Sets the value of the featureTypeList property.
|
void |
setFilterCapabilities(FilterCapabilities value)
Sets the value of the filterCapabilities property.
|
void |
setService(ServiceType value)
Sets the value of the service property.
|
void |
setUpdateSequence(BigInteger value)
Sets the value of the updateSequence property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected ServiceType service
protected CapabilityType capability
protected FeatureTypeListType featureTypeList
protected FilterCapabilities filterCapabilities
protected String version
protected BigInteger updateSequence
public ServiceType getService()
ServiceTypepublic void setService(ServiceType value)
value - allowed object is
ServiceTypepublic CapabilityType getCapability()
CapabilityTypepublic void setCapability(CapabilityType value)
value - allowed object is
CapabilityTypepublic FeatureTypeListType getFeatureTypeList()
FeatureTypeListTypepublic void setFeatureTypeList(FeatureTypeListType value)
value - allowed object is
FeatureTypeListTypepublic FilterCapabilities getFilterCapabilities()
FilterCapabilitiespublic void setFilterCapabilities(FilterCapabilities value)
value - allowed object is
FilterCapabilitiespublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic BigInteger getUpdateSequence()
BigIntegerpublic void setUpdateSequence(BigInteger value)
value - allowed object is
BigIntegerThis work is licensed under a Creative Commons Attribution 4.0 International License.