Interface DescriptionType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
BasicIdentificationType, CoverageSummaryType, DatasetDescriptionSummaryBaseType, DescriptionType, GenericInputType, GenericOutputType, GenericProcessType, IdentificationType, InputDescriptionType, ManifestType, OutputDescriptionType, ProcessDescriptionType, ProcessSummaryType, ReferenceGroupType, ServiceIdentificationType
All Known Implementing Classes:
BasicIdentificationTypeImpl, CoverageSummaryTypeImpl, DatasetDescriptionSummaryBaseTypeImpl, DescriptionTypeImpl, DescriptionTypeImpl, GenericInputTypeImpl, GenericOutputTypeImpl, GenericProcessTypeImpl, IdentificationTypeImpl, InputDescriptionTypeImpl, ManifestTypeImpl, OutputDescriptionTypeImpl, ProcessDescriptionTypeImpl, ProcessSummaryTypeImpl, ReferenceGroupTypeImpl, ServiceIdentificationTypeImpl

public interface DescriptionType extends EObject
A representation of the model object 'Description Type'. Human-readable descriptive information for the object it is included within. This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements. If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means. All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Abstract' containment reference list.
    Returns the value of the 'Keywords' containment reference list.
    Returns the value of the 'Title' containment reference list.

    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

    • getTitle

      EList<LanguageStringType> getTitle()
      Returns the value of the 'Title' containment reference list. The list contents are of type LanguageStringType. Title of this resource, normally used for display to humans.
      Returns:
      the value of the 'Title' containment reference list.
      See Also:
    • getAbstract

      EList<LanguageStringType> getAbstract()
      Returns the value of the 'Abstract' containment reference list. The list contents are of type LanguageStringType. Brief narrative description of this resource, normally used for display to humans.
      Returns:
      the value of the 'Abstract' containment reference list.
      See Also:
    • getKeywords

      EList<KeywordsType> getKeywords()
      Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

      If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Keywords' containment reference list.
      See Also: