Class TLcdOWSManifest

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSManifest extends TLcdOWSBasicIdentification
Unordered list of one or more groups of references to remote and/or local resources.
  • Field Details

    • REFERENCE_GROUP_PROPERTY

      public static final TLcdDataProperty REFERENCE_GROUP_PROPERTY
      Data property that maps to the ReferenceGroup element. The possible values for this property are instances of List<TLcdOWSReferenceGroup>.
    • TITLE_PROPERTY

      public static final TLcdDataProperty TITLE_PROPERTY
      Data property that maps to the Title element. The possible values for this property are instances of List<TLcdOWSLanguageString>.
    • ABSTRACT_PROPERTY

      public static final TLcdDataProperty ABSTRACT_PROPERTY
      Data property that maps to the Abstract element. The possible values for this property are instances of List<TLcdOWSLanguageString>.
    • KEYWORDS_PROPERTY

      public static final TLcdDataProperty KEYWORDS_PROPERTY
      Data property that maps to the Keywords element. The possible values for this property are instances of List<TLcdOWSKeywords>.
  • Constructor Details

    • TLcdOWSManifest

      public TLcdOWSManifest()
    • TLcdOWSManifest

      public TLcdOWSManifest(TLcdDataType aType)
  • Method Details

    • getReferenceGroup

      public List<TLcdOWSReferenceGroup> getReferenceGroup()
      Returns the value of the property that maps to the ReferenceGroup element.
      Returns:
      the value of the REFERENCE_GROUP_PROPERTY property.
    • getTitles

      public List<TLcdOWSLanguageString> getTitles()
      Returns the value of the property that maps to the Title element.

      Title of this resource, normally used for display to humans.

      Returns:
      the value of the TITLE_PROPERTY property.
    • getAbstracts

      public List<TLcdOWSLanguageString> getAbstracts()
      Returns the value of the property that maps to the Abstract element.

      Brief narrative description of this resource, normally used for display to humans.

      Returns:
      the value of the ABSTRACT_PROPERTY property.
    • getKeywords

      public List<TLcdOWSKeywords> getKeywords()
      Returns the value of the property that maps to the Keywords element.
      Returns:
      the value of the KEYWORDS_PROPERTY property.