Class TLcdISO19115Keywords

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.identification.TLcdISO19115Keywords
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Keywords extends TLcdISO19118Object
Keywords, their type and reference source
Since:
10.0
  • Field Details

    • KEYWORD_PROPERTY

      public static final TLcdDataProperty KEYWORD_PROPERTY
      Data property that maps to the keyword element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
    • TYPE_PROPERTY

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that maps to the type element. The possible values for this property are the public QName constants defined in this class.
    • THESAURUS_NAME_PROPERTY

      public static final TLcdDataProperty THESAURUS_NAME_PROPERTY
      Data property that maps to the thesaurusName element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Citation>.
  • Constructor Details

    • TLcdISO19115Keywords

      public TLcdISO19115Keywords()
    • TLcdISO19115Keywords

      public TLcdISO19115Keywords(TLcdDataType aType)
  • Method Details

    • getKeyword

      public List<String> getKeyword()
      Gets the value of the KEYWORD_PROPERTY property adapted to a list of String instances.
      Returns:
      the value of the KEYWORD_PROPERTY property adapted to a list of String instances.
      See Also:
    • getType

      public TLcdISO19115KeywordTypeCode getType()
      Returns the role value contained in the value of the TYPE_PROPERTY property. Returns null if the value of the TYPE_PROPERTY property is null.

      The possible values for this property are the public QName constants defined in this class.

      Returns:
      the role value of the TYPE_PROPERTY property.
      See Also:
    • setType

      public void setType(TLcdISO19115KeywordTypeCode aValue)
      Sets the value of the property that maps to the type element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the TYPE_PROPERTY property is set to null.

      The possible values for this property are the public QName constants defined in this class.

      Parameters:
      aValue - the role value to set for the TYPE_PROPERTY property.
    • getThesaurusName

      public TLcdISO19115Citation getThesaurusName()
      Returns the role value contained in the value of the THESAURUS_NAME_PROPERTY property. Returns null if the value of the THESAURUS_NAME_PROPERTY property is null.
      Returns:
      the role value of the THESAURUS_NAME_PROPERTY property.
      See Also:
    • setThesaurusName

      public void setThesaurusName(TLcdISO19115Citation aValue)
      Sets the value of the property that maps to the thesaurusName element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the THESAURUS_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the THESAURUS_NAME_PROPERTY property.