Class TLcdAIXM51FlightRestrictionRoute

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51FlightRestrictionRoute extends TLcdAIXM51AbstractAIXMObject
A sequence of routing elements (points, route portions or airspace) that must/must not appear in the specified order in the flight plan of an aircraft fulfilling the conditions of the related Flight Restriction (according to its type attribute).
Since:
10.0
  • Field Details

    • PRIOR_PERMISSION_PROPERTY

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

      public static final TLcdDataProperty ROUTE_ELEMENT_PROPERTY
      Data property that maps to the routeElement element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51FlightRoutingElement>>.
    • CONTACT_PROPERTY

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

    • TLcdAIXM51FlightRestrictionRoute

      public TLcdAIXM51FlightRestrictionRoute()
    • TLcdAIXM51FlightRestrictionRoute

      public TLcdAIXM51FlightRestrictionRoute(TLcdDataType aType)
  • Method Details

    • getPriorPermission

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

      The minimum lead time required for contacting the relevant authority in order to get permission for using the routing.

      Returns:
      the role value of the PRIOR_PERMISSION_PROPERTY property.
      See Also:
    • setPriorPermission

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

      The minimum lead time required for contacting the relevant authority in order to get permission for using the routing.

      Parameters:
      aValue - the role value to set for the PRIOR_PERMISSION_PROPERTY property.
    • getRouteElement

      public List<TLcdAIXM51FlightRoutingElement> getRouteElement()
      Gets the value of the ROUTE_ELEMENT_PROPERTY property adapted to a list of TLcdAIXM51FlightRoutingElement instances.

      Routing element concerned by a specified flight restriction.

      Returns:
      the value of the ROUTE_ELEMENT_PROPERTY property adapted to a list of TLcdAIXM51FlightRoutingElement instances.
      See Also:
    • getContact

      public List<TLcdAIXM51ContactInformation> getContact()
      Gets the value of the CONTACT_PROPERTY property adapted to a list of TLcdAIXM51ContactInformation instances.

      The contact information of the relevant authority which can grant the permission for using the routing.

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