Class TLcdAIXM51EquipmentUnavailableAdjustment

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.procedure.approachprocedure.minima.TLcdAIXM51EquipmentUnavailableAdjustment
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51EquipmentUnavailableAdjustment extends TLcdAIXM51AbstractAIXMObject
Used to describe adjustments to minimums when equipment is not available
Since:
10.0
  • Field Details

    • TYPE_PROPERTY

      public static final TLcdDataProperty TYPE_PROPERTY
      Data property that maps to the type element. The possible values for this property are the public QName constants defined in this class.
    • APPROACH_LIGHTING_INOPERATIVE_PROPERTY

      public static final TLcdDataProperty APPROACH_LIGHTING_INOPERATIVE_PROPERTY
      Data property that maps to the approachLightingInoperative element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeYesNo>.
    • ADJUSTMENT_INOP_COL_PROPERTY

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

    • TLcdAIXM51EquipmentUnavailableAdjustment

      public TLcdAIXM51EquipmentUnavailableAdjustment()
    • TLcdAIXM51EquipmentUnavailableAdjustment

      public TLcdAIXM51EquipmentUnavailableAdjustment(TLcdDataType aType)
  • Method Details

    • getType

      Returns the role value contained in the value of the TYPE_PROPERTY property. Returns null if the value of the TYPE_PROPERTY property is null.

      The possible values for this property are the public QName constants defined in this class.

      Indicates if the specified altitude/height is adjusted for the case when certain equipment is unavailable.

      Returns:
      the role value of the TYPE_PROPERTY property.
      See Also:
    • setType

      public void setType(TLcdAIXM51CodeEquipmentUnavailable aValue)
      Sets the value of the property that maps to the type 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 TYPE_PROPERTY property is set to null.

      The possible values for this property are the public QName constants defined in this class.

      Indicates if the specified altitude/height is adjusted for the case when certain equipment is unavailable.

      Parameters:
      aValue - the role value to set for the TYPE_PROPERTY property.
    • getApproachLightingInoperative

      public TLcdAIXM51CodeYesNo getApproachLightingInoperative()
      Returns the role value contained in the value of the APPROACH_LIGHTING_INOPERATIVE_PROPERTY property. Returns null if the value of the APPROACH_LIGHTING_INOPERATIVE_PROPERTY property is null.

      Indicates if the specified altitude/height is adjusted for the case when the approach lighting is inoperative.

      Returns:
      the role value of the APPROACH_LIGHTING_INOPERATIVE_PROPERTY property.
      See Also:
    • setApproachLightingInoperative

      public void setApproachLightingInoperative(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the property that maps to the approachLightingInoperative 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 APPROACH_LIGHTING_INOPERATIVE_PROPERTY property is set to null.

      Indicates if the specified altitude/height is adjusted for the case when the approach lighting is inoperative.

      Parameters:
      aValue - the role value to set for the APPROACH_LIGHTING_INOPERATIVE_PROPERTY property.
    • getAdjustmentINOPCol

      public List<TLcdAIXM51EquipmentUnavailableAdjustmentColumn> getAdjustmentINOPCol()
      Gets the value of the ADJUSTMENT_INOP_COL_PROPERTY property adapted to a list of TLcdAIXM51EquipmentUnavailableAdjustmentColumn instances.

      The adjustment to the minimum based on the inoperable equipment

      Returns:
      the value of the ADJUSTMENT_INOP_COL_PROPERTY property adapted to a list of TLcdAIXM51EquipmentUnavailableAdjustmentColumn instances.
      See Also:
    • 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: