Class TLcdOWSBasicIdentification

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdOWSIdentification, TLcdOWSManifest, TLcdOWSReferenceGroup

public class TLcdOWSBasicIdentification extends TLcdOWSDescription
Basic metadata identifying and describing a set of data.
  • Field Details

    • IDENTIFIER_PROPERTY

      public static final TLcdDataProperty IDENTIFIER_PROPERTY
      Data property that maps to the Identifier element. The possible values for this property are instances of TLcdOWSCode.
    • METADATA_PROPERTY

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

    • TLcdOWSBasicIdentification

      public TLcdOWSBasicIdentification()
    • TLcdOWSBasicIdentification

      public TLcdOWSBasicIdentification(TLcdDataType aType)
  • Method Details

    • getIdentifier

      public TLcdOWSCode getIdentifier()
      Returns the value of the property that maps to the Identifier element.

      Unique identifier or name of this dataset.

      Returns:
      the value of the IDENTIFIER_PROPERTY property.
    • setIdentifier

      public void setIdentifier(TLcdOWSCode aValue)
      Sets the value of the property that maps to the Identifier element.

      Unique identifier or name of this dataset.

      Parameters:
      aValue - the value to set for the IDENTIFIER_PROPERTY property.
    • getMetadata

      public List<TLcdOWSMetadata> getMetadata()
      Returns the value of the property that maps to the Metadata element.
      Returns:
      the value of the METADATA_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.