All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51Oil extends TLcdAIXM51AbstractAIXMObject
Oil 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<TLcdAIXM51CodeOil>.
    • 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

    • TLcdAIXM51Oil

      public TLcdAIXM51Oil()
    • TLcdAIXM51Oil

      public TLcdAIXM51Oil(TLcdDataType aType)
  • Method Details

    • getCategory

      public TLcdAIXM51CodeOil 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 category of oil used in aircraft (e.g. TURBO, AVIA, HYD).

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

      public void setCategory(TLcdAIXM51CodeOil 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 category of oil used in aircraft (e.g. TURBO, AVIA, HYD).

      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: