Class TLcdAIXM51ProcedureTransitionLeg

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51ProcedureTransitionLeg extends TLcdAIXM51AbstractAIXMObject
Characterises a SegmentLeg which is part of a Procedure Transition
Since:
10.0
  • Field Details

    • SEQ_NUMBER_ARINC_PROPERTY

      public static final TLcdDataProperty SEQ_NUMBER_ARINC_PROPERTY
      Data property that maps to the seqNumberARINC element. The possible values for this property are instances of TLcdAIXM51Optional<long>.
    • 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>>.
    • THE_SEGMENT_LEG_PROPERTY

      public static final TLcdDataProperty THE_SEGMENT_LEG_PROPERTY
      Data property that maps to the theSegmentLeg element. The possible values for this property are instances of TLcdAIXM51Association<TLcdAIXM51Feature<?>>.
    • 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

    • TLcdAIXM51ProcedureTransitionLeg

      public TLcdAIXM51ProcedureTransitionLeg()
    • TLcdAIXM51ProcedureTransitionLeg

      public TLcdAIXM51ProcedureTransitionLeg(TLcdDataType aType)
  • Method Details

    • getSeqNumberARINC

      public Long getSeqNumberARINC()
      Returns the role value contained in the value of the SEQ_NUMBER_ARINC_PROPERTY property. Returns null if the value of the SEQ_NUMBER_ARINC_PROPERTY property is null.

      Indicates the order of the segment legs within a transition.

      Returns:
      the role value of the SEQ_NUMBER_ARINC_PROPERTY property.
      See Also:
    • setSeqNumberARINC

      public void setSeqNumberARINC(Long aValue)
      Sets the value of the property that maps to the seqNumberARINC 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 SEQ_NUMBER_ARINC_PROPERTY property is set to null.

      Indicates the order of the segment legs within a transition.

      Parameters:
      aValue - the role value to set for the SEQ_NUMBER_ARINC_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:
    • getTheSegmentLeg

      public TLcdAIXM51Feature<? extends TLcdAIXM51AbstractSegmentLegTimeSlice> getTheSegmentLeg()
      Returns the role value contained in the value of the THE_SEGMENT_LEG_PROPERTY property. Returns null if the value of the THE_SEGMENT_LEG_PROPERTY property is null.

      One segment of a transition.

      Returns:
      the role value of the THE_SEGMENT_LEG_PROPERTY property.
      See Also:
    • setTheSegmentLeg

      public void setTheSegmentLeg(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractSegmentLegTimeSlice> aValue)
      Sets the value of the property that maps to the theSegmentLeg element. to a new instance of the association class TLcdAIXM51Association initialized with the given role value. In case the given role value is null, the THE_SEGMENT_LEG_PROPERTY property is set to null.

      One segment of a transition.

      Parameters:
      aValue - the role value to set for the THE_SEGMENT_LEG_PROPERTY property.
    • 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: