Package net.opengis.wfs
Interface WFSCapabilitiesType
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
WFSCapabilitiesTypeImpl
A representation of the model object 'Capabilities Type'.
XML encoded WFS GetCapabilities operation response. This
document provides clients with service metadata about a
specific service instance, including metadata about the
tightly-coupled data served. If the server does not implement
the updateSequence parameter, the server shall always return
the complete Capabilities document, without the updateSequence
parameter. When the server implements the updateSequence
parameter and the GetCapabilities operation request included
the updateSequence parameter with the current value, the server
shall return this element with only the "version" and
"updateSequence" attributes. Otherwise, all optional elements
shall be included or not depending on the actual value of the
Contents parameter in the GetCapabilities operation request.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Feature Type List' containment reference.Returns the value of the 'Filter Capabilities' attribute.Returns the value of the 'Serves GML Object Type List' containment reference.Returns the value of the 'Supports GML Object Type List' containment reference.void
Sets the value of the 'Feature Type List
' containment reference.void
Sets the value of the 'Filter Capabilities
' attribute.void
Sets the value of the 'Serves GML Object Type List
' containment reference.void
Sets the value of the 'Supports GML Object Type List
' containment reference.Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFeatureTypeList
FeatureTypeListType getFeatureTypeList()Returns the value of the 'Feature Type List' containment reference.If the meaning of the 'Feature Type List' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Type List' containment reference.
- See Also:
-
setFeatureTypeList
Sets the value of the 'Feature Type List
' containment reference.- Parameters:
value
- the new value of the 'Feature Type List' containment reference.- See Also:
-
getServesGMLObjectTypeList
GMLObjectTypeListType getServesGMLObjectTypeList()Returns the value of the 'Serves GML Object Type List' containment reference.If the meaning of the 'Serves GML Object Type List' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Serves GML Object Type List' containment reference.
- See Also:
-
setServesGMLObjectTypeList
Sets the value of the 'Serves GML Object Type List
' containment reference.- Parameters:
value
- the new value of the 'Serves GML Object Type List' containment reference.- See Also:
-
getSupportsGMLObjectTypeList
GMLObjectTypeListType getSupportsGMLObjectTypeList()Returns the value of the 'Supports GML Object Type List' containment reference.If the meaning of the 'Supports GML Object Type List' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Supports GML Object Type List' containment reference.
- See Also:
-
setSupportsGMLObjectTypeList
Sets the value of the 'Supports GML Object Type List
' containment reference.- Parameters:
value
- the new value of the 'Supports GML Object Type List' containment reference.- See Also:
-
getFilterCapabilities
FilterCapabilities getFilterCapabilities()Returns the value of the 'Filter Capabilities' attribute.If the meaning of the 'Filter Capabilities' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filter Capabilities' attribute.
- See Also:
-
setFilterCapabilities
Sets the value of the 'Filter Capabilities
' attribute.- Parameters:
value
- the new value of the 'Filter Capabilities' attribute.- See Also:
-