Class TLcdAIXM51Fuel

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51Fuel extends TLcdAIXM51AbstractAIXMObject
Fuel types used for aircraft/helicopters.
Since:
10.0
  • Field Details

    • CATEGORY_PROPERTY

      public static final TLcdDataProperty CATEGORY_PROPERTY
      Data property that maps to the category element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeFuel>.
    • ANNOTATION_PROPERTY

      public static final TLcdDataProperty ANNOTATION_PROPERTY
      Data property that maps to the annotation element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Note>>.
    • 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

    • TLcdAIXM51Fuel

      public TLcdAIXM51Fuel()
    • TLcdAIXM51Fuel

      public TLcdAIXM51Fuel(TLcdDataType aType)
  • Method Details

    • getCategory

      public TLcdAIXM51CodeFuel getCategory()
      Returns the role value contained in the value of the CATEGORY_PROPERTY property. Returns null if the value of the CATEGORY_PROPERTY property is null.

      A code indicating a type of fuel for aircraft and helicopters (e.g. OCT73, OCT80-87, AVGAS, OCT100-130, OCT115-145, MOGAS, JET, A1, A1+, B, JP4, JP5).

      Returns:
      the role value of the CATEGORY_PROPERTY property.
      See Also:
    • setCategory

      public void setCategory(TLcdAIXM51CodeFuel aValue)
      Sets the value of the property that maps to the category element. to a new instance of the association class TLcdAIXM51Optional initialized with the given role value. In case the given role value is null, the CATEGORY_PROPERTY property is set to null.

      A code indicating a type of fuel for aircraft and helicopters (e.g. OCT73, OCT80-87, AVGAS, OCT100-130, OCT115-145, MOGAS, JET, A1, A1+, B, JP4, JP5).

      Parameters:
      aValue - the role value to set for the CATEGORY_PROPERTY property.
    • getAnnotation

      public List<TLcdAIXM51Note> getAnnotation()
      Gets the value of the ANNOTATION_PROPERTY property adapted to a list of TLcdAIXM51Note instances.
      Returns:
      the value of the ANNOTATION_PROPERTY property adapted to a list of TLcdAIXM51Note instances.
      See Also:
    • 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: