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 Link icon

    • REFERENCE_GROUP_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdOWSManifest Link icon

      public TLcdOWSManifest()
    • TLcdOWSManifest Link icon

      public TLcdOWSManifest(TLcdDataType aType)
  • Method Details Link icon

    • getReferenceGroup Link icon

      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 Link icon

      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 Link icon

      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 Link icon

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