Class TLcdOWSReferenceGroup

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSReferenceGroup extends TLcdOWSBasicIdentification
Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group.
  • Field Details

    • ABSTRACT_REFERENCE_BASE_PROPERTY

      public static final TLcdDataProperty ABSTRACT_REFERENCE_BASE_PROPERTY
      Data property that maps to the AbstractReferenceBase element. The possible values for this property are instances of List<TLcdOWSAbstractReferenceBase>.
    • 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

    • TLcdOWSReferenceGroup

      public TLcdOWSReferenceGroup()
    • TLcdOWSReferenceGroup

      public TLcdOWSReferenceGroup(TLcdDataType aType)
  • Method Details

    • getAbstractReferenceBase

      public List<TLcdOWSAbstractReferenceBase> getAbstractReferenceBase()
      Returns the value of the property that maps to the AbstractReferenceBase element.
      Returns:
      the value of the ABSTRACT_REFERENCE_BASE_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.