Package net.opengis.wcs11
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:
Wcs111Package.getCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsType
getContents()
Returns the value of the 'Contents' containment reference.void
setContents(ContentsType value)
Sets the value of the 'Contents
' containment reference.-
Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
-
-
-
Method Detail
-
getContents
ContentsType getContents()
Returns the value of the 'Contents' containment reference. Contents section of WCS service metadata (or Capabilities) XML document. For the WCS, these contents are brief metadata about the coverages available from this server, or a reference to another source from which this metadata is available.- Returns:
- the value of the 'Contents' containment reference.
- See Also:
setContents(ContentsType)
,Wcs111Package.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()
-
-