Class TLcdAIXM51RunwayDeclaredDistance

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51RunwayDeclaredDistance extends TLcdAIXM51AbstractAIXMObject
A conventional operational distance declared for a runway direction. For example, TORA, TODA, LDA, ASDA.
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.
    • DECLARED_VALUE_PROPERTY

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

    • TLcdAIXM51RunwayDeclaredDistance

      public TLcdAIXM51RunwayDeclaredDistance()
    • TLcdAIXM51RunwayDeclaredDistance

      public TLcdAIXM51RunwayDeclaredDistance(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.

      A code indicating the type of a conventional declared distance. For example, TORA, TODA, LDA, RTODAH, etc..

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

      public void setType(TLcdAIXM51CodeDeclaredDistance 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.

      A code indicating the type of a conventional declared distance. For example, TORA, TODA, LDA, RTODAH, etc..

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

      public List<TLcdAIXM51RunwayDeclaredDistanceValue> getDeclaredValue()
      Gets the value of the DECLARED_VALUE_PROPERTY property adapted to a list of TLcdAIXM51RunwayDeclaredDistanceValue instances.

      Schedule of validity for the Declared Distances.

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