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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterCapabilitiesgetFilterCapabilities()Returns the value of the 'Filter Capabilities' containment reference.voidsetFilterCapabilities(FilterCapabilities value)Sets the value of the 'Filter Capabilities' containment reference.- 
Methods inherited from interface CapabilitiesBaseTypegetOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 
- 
 
- 
- 
- 
Method Detail- 
getFilterCapabilitiesFilterCapabilities 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()
 
 - 
setFilterCapabilitiesvoid 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()
 
 
- 
 
-