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 Link icon

    • LABEL_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdNVG20SimpleDataSection Link icon

      public TLcdNVG20SimpleDataSection()
    • TLcdNVG20SimpleDataSection Link icon

      public TLcdNVG20SimpleDataSection(TLcdDataType aType)
  • Method Details Link icon

    • getLabel Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

      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.