Interface ContentsType

All Superinterfaces:
ContentsBaseType, EObject, Notifier
All Known Implementing Classes:
ContentsTypeImpl

public interface ContentsType extends ContentsBaseType
A representation of the model object 'Contents Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Coverage Summary' containment reference list.
    Returns the value of the 'Extension' containment reference.
    void
    Sets the value of the 'Extension' containment reference.

    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

    • getCoverageSummary

      EList<CoverageSummaryType> getCoverageSummary()
      Returns the value of the 'Coverage Summary' containment reference list. The list contents are of type CoverageSummaryType. A CoverageSummary contains information essential for accessing a coverage served by a WCS. The CoverageId is the identifier used to address a particular coverage. The CoverageSubtype is the name of the root of this coverage when expressed in XML.
      Returns:
      the value of the 'Coverage Summary' containment reference list.
      See Also:
    • getExtension

      ExtensionType getExtension()
      Returns the value of the 'Extension' containment reference. Extension element used to hook in additional content e.g. in extensions or application profiles.
      Returns:
      the value of the 'Extension' containment reference.
      See Also:
    • setExtension

      void setExtension(ExtensionType value)
      Sets the value of the 'Extension' containment reference.
      Parameters:
      value - the new value of the 'Extension' containment reference.
      See Also: