All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51MissedApproachGroup extends TLcdAIXM51AbstractAIXMObject
Properties of the Missed Approach
Since:
10.0
  • Field Details

    • INSTRUCTION_PROPERTY

      public static final TLcdDataProperty INSTRUCTION_PROPERTY
      Data property that maps to the instruction element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • ALTERNATE_CLIMB_INSTRUCTION_PROPERTY

      public static final TLcdDataProperty ALTERNATE_CLIMB_INSTRUCTION_PROPERTY
      Data property that maps to the alternateClimbInstruction element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • ALTERNATE_CLIMB_ALTITUDE_PROPERTY

      public static final TLcdDataProperty ALTERNATE_CLIMB_ALTITUDE_PROPERTY
      Data property that maps to the alternateClimbAltitude element. The possible values for this property are instances of TLcdAIXM51ValDistanceVertical.
    • ALTIMETER_PROPERTY

      public static final TLcdDataProperty ALTIMETER_PROPERTY
      Data property that maps to the altimeter element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51AltimeterSourceTimeSlice>>.
    • 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

    • TLcdAIXM51MissedApproachGroup

      public TLcdAIXM51MissedApproachGroup()
    • TLcdAIXM51MissedApproachGroup

      public TLcdAIXM51MissedApproachGroup(TLcdDataType aType)
  • Method Details

    • getInstruction

      public String getInstruction()
      Returns the role value contained in the value of the INSTRUCTION_PROPERTY property. Returns null if the value of the INSTRUCTION_PROPERTY property is null.

      Operational instructions that must be observed when flying the Missed Approach.

      Returns:
      the role value of the INSTRUCTION_PROPERTY property.
      See Also:
    • setInstruction

      public void setInstruction(String aValue)
      Sets the value of the property that maps to the instruction 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 INSTRUCTION_PROPERTY property is set to null.

      Operational instructions that must be observed when flying the Missed Approach.

      Parameters:
      aValue - the role value to set for the INSTRUCTION_PROPERTY property.
    • getAlternateClimbInstruction

      public String getAlternateClimbInstruction()
      Returns the role value contained in the value of the ALTERNATE_CLIMB_INSTRUCTION_PROPERTY property. Returns null if the value of the ALTERNATE_CLIMB_INSTRUCTION_PROPERTY property is null.

      A second climb-to-altitude provided on a missed approach based off the remote altimeter source. It is provided when the 40:1 surface can not be cleared. For example, (6,100 when using Denver/Stapleton altimeter setting) is a parenthetical instruction.

      Returns:
      the role value of the ALTERNATE_CLIMB_INSTRUCTION_PROPERTY property.
      See Also:
    • setAlternateClimbInstruction

      public void setAlternateClimbInstruction(String aValue)
      Sets the value of the property that maps to the alternateClimbInstruction 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 ALTERNATE_CLIMB_INSTRUCTION_PROPERTY property is set to null.

      A second climb-to-altitude provided on a missed approach based off the remote altimeter source. It is provided when the 40:1 surface can not be cleared. For example, (6,100 when using Denver/Stapleton altimeter setting) is a parenthetical instruction.

      Parameters:
      aValue - the role value to set for the ALTERNATE_CLIMB_INSTRUCTION_PROPERTY property.
    • getAlternateClimbAltitude

      public TLcdAIXM51ValDistanceVertical getAlternateClimbAltitude()
      Returns the value of the property that maps to the alternateClimbAltitude element.

      The altitude for the alternate climb instruction. (In PANS-OPS and TERPS design this is the 40:1 surface penetration - second climb to altitude.)

      Returns:
      the value of the ALTERNATE_CLIMB_ALTITUDE_PROPERTY property.
    • setAlternateClimbAltitude

      public void setAlternateClimbAltitude(TLcdAIXM51ValDistanceVertical aValue)
      Sets the value of the property that maps to the alternateClimbAltitude element.

      The altitude for the alternate climb instruction. (In PANS-OPS and TERPS design this is the 40:1 surface penetration - second climb to altitude.)

      Parameters:
      aValue - the value to set for the ALTERNATE_CLIMB_ALTITUDE_PROPERTY property.
    • getAltimeter

      Gets the value of the ALTIMETER_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      A source for determining aircraft altitude using pressure measurements. Air pressure decreases with an increase of altitude approximately one inch of mercury per 1000 ft near sea level.

      Returns:
      the value of the ALTIMETER_PROPERTY property adapted to a list of TLcdAIXM51Feature 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: