Class TLcdAIXM51LinguisticNote

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51LinguisticNote extends TLcdAIXM51AbstractAIXMObject
The note content expressed in a specific language. As a minimum, all Notes shall be expressed in English.
Since:
10.0
  • Field Details

    • NOTE_PROPERTY

      public static final TLcdDataProperty NOTE_PROPERTY
      Data property that maps to the note element. The possible values for this property are instances of TLcdAIXM51TextNote.
    • EXTENSION_PROPERTY

      public static final TLcdDataProperty EXTENSION_PROPERTY
      Data property that maps to the extension element. The possible values for this property are instances of List<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
  • Constructor Details

    • TLcdAIXM51LinguisticNote

      public TLcdAIXM51LinguisticNote()
    • TLcdAIXM51LinguisticNote

      public TLcdAIXM51LinguisticNote(TLcdDataType aType)
  • Method Details

    • getNote

      public TLcdAIXM51TextNote getNote()
      Returns the value of the property that maps to the note element.

      The text of the Note, in a specific language.

      Returns:
      the value of the NOTE_PROPERTY property.
    • setNote

      public void setNote(TLcdAIXM51TextNote aValue)
      Sets the value of the property that maps to the note element.

      The text of the Note, in a specific language.

      Parameters:
      aValue - the value to set for the NOTE_PROPERTY property.
    • getExtension

      public List<TLcdAIXM51AbstractExtension> getExtension()
      Gets the value of the EXTENSION_PROPERTY property adapted to a list of TLcdAIXM51AbstractExtension instances.
      Returns:
      the value of the EXTENSION_PROPERTY property adapted to a list of TLcdAIXM51AbstractExtension instances.
      See Also: