Package net.opengis.wfs
Interface WFSCapabilitiesType
-
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
WFSCapabilitiesTypeImpl
public interface WFSCapabilitiesType extends CapabilitiesBaseType
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:
WfsPackage.getWFSCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureTypeListType
getFeatureTypeList()
Returns the value of the 'Feature Type List' containment reference.FilterCapabilities
getFilterCapabilities()
Returns the value of the 'Filter Capabilities' attribute.GMLObjectTypeListType
getServesGMLObjectTypeList()
Returns the value of the 'Serves GML Object Type List' containment reference.GMLObjectTypeListType
getSupportsGMLObjectTypeList()
Returns the value of the 'Supports GML Object Type List' containment reference.void
setFeatureTypeList(FeatureTypeListType value)
Sets the value of the 'Feature Type List
' containment reference.void
setFilterCapabilities(FilterCapabilities value)
Sets the value of the 'Filter Capabilities
' attribute.void
setServesGMLObjectTypeList(GMLObjectTypeListType value)
Sets the value of the 'Serves GML Object Type List
' containment reference.void
setSupportsGMLObjectTypeList(GMLObjectTypeListType value)
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
-
-
-
-
Method Detail
-
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(FeatureTypeListType)
,WfsPackage.getWFSCapabilitiesType_FeatureTypeList()
-
setFeatureTypeList
void setFeatureTypeList(FeatureTypeListType value)
Sets the value of the 'Feature Type List
' containment reference.- Parameters:
value
- the new value of the 'Feature Type List' containment reference.- See Also:
getFeatureTypeList()
-
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(GMLObjectTypeListType)
,WfsPackage.getWFSCapabilitiesType_ServesGMLObjectTypeList()
-
setServesGMLObjectTypeList
void setServesGMLObjectTypeList(GMLObjectTypeListType value)
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:
getServesGMLObjectTypeList()
-
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(GMLObjectTypeListType)
,WfsPackage.getWFSCapabilitiesType_SupportsGMLObjectTypeList()
-
setSupportsGMLObjectTypeList
void setSupportsGMLObjectTypeList(GMLObjectTypeListType value)
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:
getSupportsGMLObjectTypeList()
-
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(FilterCapabilities)
,WfsPackage.getWFSCapabilitiesType_FilterCapabilities()
-
setFilterCapabilities
void setFilterCapabilities(FilterCapabilities value)
Sets the value of the 'Filter Capabilities
' attribute.- Parameters:
value
- the new value of the 'Filter Capabilities' attribute.- See Also:
getFilterCapabilities()
-
-