Class TLcdAIXM51TextNote

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51TextNote
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51TextNote extends TLcdDataObject
This class represents an AIXM 5.1 TextNote.
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • LANG_PROPERTY

      public static final TLcdDataProperty LANG_PROPERTY
      Data property that maps to the lang attribute. The possible values for this property are instances of String.
    • NIL_REASON_PROPERTY

      public static final TLcdDataProperty NIL_REASON_PROPERTY
      Data property that maps to the nilReason attribute. The possible values for this property are instances of
  • Constructor Details

    • TLcdAIXM51TextNote

      public TLcdAIXM51TextNote()
    • TLcdAIXM51TextNote

      public TLcdAIXM51TextNote(TLcdDataType aType)
  • Method Details

    • getValueObject

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getLang

      public String getLang()
      Returns the value of the property that maps to the lang attribute.
      Returns:
      the value of the LANG_PROPERTY property.
    • setLang

      public void setLang(String aValue)
      Sets the value of the property that maps to the lang attribute.
      Parameters:
      aValue - the value to set for the LANG_PROPERTY property.
    • getNilReason

      public TLcdGML32NilReasonEnumeration getNilReason()
      Returns the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Returns:
      the value of the NIL_REASON_PROPERTY property.
    • setNilReason

      public void setNilReason(TLcdGML32NilReasonEnumeration aValue)
      Sets the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the NIL_REASON_PROPERTY property.