Class TLcdNVG20SimpleDataSection

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20SimpleDataSection
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdNVG20SimpleDataSection extends TLcdDataObject
SimpleDataSection is used to group related and/or repetitive user-defined information.
Since:
2015.0
  • Field Details

    • LABEL_PROPERTY

      public static final TLcdDataProperty LABEL_PROPERTY
      Data property that maps to the label attribute. The possible values for this property are instances of String.
    • SCHEMA_REF_PROPERTY

      public static final TLcdDataProperty SCHEMA_REF_PROPERTY
      Data property that maps to the schemaRef attribute. The possible values for this property are instances of String.
    • SIMPLE_DATA_PROPERTY

      public static final TLcdDataProperty SIMPLE_DATA_PROPERTY
      Data property that maps to the SimpleData element. The possible values for this property are instances of List<TLcdNVG20SimpleData>.
  • Constructor Details

    • TLcdNVG20SimpleDataSection

      public TLcdNVG20SimpleDataSection()
    • TLcdNVG20SimpleDataSection

      public TLcdNVG20SimpleDataSection(TLcdDataType aType)
  • Method Details

    • getLabel

      public String getLabel()
      Returns the value of the property that maps to the label attribute.
      Returns:
      the value of the LABEL_PROPERTY property.
    • setLabel

      public void setLabel(String aValue)
      Sets the value of the property that maps to the label attribute.
      Parameters:
      aValue - the value to set for the LABEL_PROPERTY property.
    • getSchemaRef

      public String getSchemaRef()
      Returns the value of the property that maps to the schemaRef attribute.
      Returns:
      the value of the SCHEMA_REF_PROPERTY property.
    • setSchemaRef

      public void setSchemaRef(String aValue)
      Sets the value of the property that maps to the schemaRef attribute.
      Parameters:
      aValue - the value to set for the SCHEMA_REF_PROPERTY property.
    • getSimpleData

      public List<TLcdNVG20SimpleData> getSimpleData()
      Returns the value of the property that maps to the SimpleData element.
      Returns:
      the value of the SIMPLE_DATA_PROPERTY property.