Package net.opengis.cat.csw20
Interface CapabilitiesType
-
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
CapabilitiesTypeImpl
public interface CapabilitiesType extends CapabilitiesBaseType
A representation of the model object 'Capabilities Type'. This type extends ows:CapabilitiesBaseType defined in OGC-05-008 to include information about supported OGC filter components. A profile may extend this type to describe additional capabilities.The following features are supported:
- See Also:
Csw20Package.getCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterCapabilities
getFilterCapabilities()
Returns the value of the 'Filter Capabilities' containment reference.void
setFilterCapabilities(FilterCapabilities value)
Sets the value of the 'Filter Capabilities
' containment reference.-
Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
-
-
-
Method Detail
-
getFilterCapabilities
FilterCapabilities getFilterCapabilities()
Returns the value of the 'Filter Capabilities' containment reference.If the meaning of the 'Filter Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filter Capabilities' containment reference.
- See Also:
setFilterCapabilities(FilterCapabilities)
,Csw20Package.getCapabilitiesType_FilterCapabilities()
-
setFilterCapabilities
void setFilterCapabilities(FilterCapabilities value)
Sets the value of the 'Filter Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Filter Capabilities' containment reference.- See Also:
getFilterCapabilities()
-
-