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:
  • Method Details

    • 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

      void setContents(ContentsType value)
      Sets the value of the 'Contents' containment reference.
      Parameters:
      value - the new value of the 'Contents' containment reference.
      See Also: