Package net.opengis.wcs20
Interface CapabilitiesType
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
CapabilitiesTypeImpl
A representation of the model object 'Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Contents' containment reference.Returns the value of the 'Service Metadata' containment reference.void
setContents
(ContentsType value) Sets the value of the 'Contents
' containment reference.void
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Service Metadata
' containment reference.- Parameters:
value
- the new value of the 'Service Metadata' containment reference.- See Also:
-
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
Sets the value of the 'Contents
' containment reference.- Parameters:
value
- the new value of the 'Contents' containment reference.- See Also:
-