Package net.opengis.wcs20
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'.The following features are supported: - See Also:
- Wcs20Package.getCapabilitiesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsTypegetContents()Returns the value of the 'Contents' containment reference.ServiceMetadataTypegetServiceMetadata()Returns the value of the 'Service Metadata' containment reference.voidsetContents(ContentsType value)Sets the value of the 'Contents' containment reference.voidsetServiceMetadata(ServiceMetadataType value)Sets the value of the 'Service Metadata' containment reference.- 
Methods inherited from interface CapabilitiesBaseTypegetLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 
- 
 
- 
- 
- 
Method Detail- 
getServiceMetadataServiceMetadataType getServiceMetadata() Returns the value of the 'Service Metadata' containment reference. Despite its name this element should not be confuse with the OWSServiceMetadata defined in OWS Common.- Returns:
- the value of the 'Service Metadata' containment reference.
- See Also:
- setServiceMetadata(ServiceMetadataType),- Wcs20Package.getCapabilitiesType_ServiceMetadata()
 
 - 
setServiceMetadatavoid setServiceMetadata(ServiceMetadataType value) Sets the value of the 'Service Metadata' containment reference.- Parameters:
- value- the new value of the 'Service Metadata' containment reference.
- See Also:
- getServiceMetadata()
 
 - 
getContentsContentsType getContents() Returns the value of the 'Contents' containment reference. This element redefines the OWS Common [OGC 06-121r9] Contents section with a CoverageSummary, in accordance with the rules for modification laid down there. In addition it allows WCS extensions or application profiles to extend its content.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
- setContents(ContentsType),- Wcs20Package.getCapabilitiesType_Contents()
 
 - 
setContentsvoid setContents(ContentsType value) Sets the value of the 'Contents' containment reference.- Parameters:
- value- the new value of the 'Contents' containment reference.
- See Also:
- getContents()
 
 
- 
 
-