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 Summary
All 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 CapabilitiesBaseType
getLanguages, getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setLanguages, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
-
-
-
Method Detail
-
getServiceMetadata
ServiceMetadataType 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()
-
setServiceMetadata
void 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()
-
getContents
ContentsType 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()
-
setContents
void setContents(ContentsType value)
Sets the value of the 'Contents' containment reference.- Parameters:
value- the new value of the 'Contents' containment reference.- See Also:
getContents()
-
-