Class TLcdNVG15Schema

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

public class TLcdNVG15Schema extends TLcdDataObject
A list of SimpleFields.
Since:
2015.0
  • Field Details

    • SCHEMA_ID_PROPERTY

      public static final TLcdDataProperty SCHEMA_ID_PROPERTY
      Data property that maps to the schemaId attribute. The possible values for this property are instances of String.
    • SIMPLE_FIELD_PROPERTY

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

    • TLcdNVG15Schema

      public TLcdNVG15Schema()
    • TLcdNVG15Schema

      public TLcdNVG15Schema(TLcdDataType aType)
  • Method Details

    • getSchemaId

      public String getSchemaId()
      Returns the value of the property that maps to the schemaId attribute.
      Returns:
      the value of the SCHEMA_ID_PROPERTY property.
    • setSchemaId

      public void setSchemaId(String aValue)
      Sets the value of the property that maps to the schemaId attribute.
      Parameters:
      aValue - the value to set for the SCHEMA_ID_PROPERTY property.
    • getSimpleField

      public List<TLcdNVG15SimpleField> getSimpleField()
      Returns the value of the property that maps to the SimpleField element.
      Returns:
      the value of the SIMPLE_FIELD_PROPERTY property.