Class TLcdAIXM51ConditionCombination

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51ConditionCombination extends TLcdAIXM51AbstractPropertiesWithSchedule
A set of filter criteria used to determine the subset of flights, environmental conditions and times for which the usage is specified.
Since:
10.0
  • Field Details

    • TIME_INTERVAL_PROPERTY

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

      public static final TLcdDataProperty SPECIAL_DATE_AUTHORITY_PROPERTY
      Data property that maps to the specialDateAuthority element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>>.
    • LOGICAL_OPERATOR_PROPERTY

      public static final TLcdDataProperty LOGICAL_OPERATOR_PROPERTY
      Data property that maps to the logicalOperator element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeLogicalOperator>.
    • WEATHER_PROPERTY

      public static final TLcdDataProperty WEATHER_PROPERTY
      Data property that maps to the weather element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Meteorology>>.
    • AIRCRAFT_PROPERTY

      public static final TLcdDataProperty AIRCRAFT_PROPERTY
      Data property that maps to the aircraft element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51AircraftCharacteristic>>.
    • FLIGHT_PROPERTY

      public static final TLcdDataProperty FLIGHT_PROPERTY
      Data property that maps to the flight element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51FlightCharacteristic>>.
    • SUB_CONDITION_PROPERTY

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

    • TLcdAIXM51ConditionCombination

      public TLcdAIXM51ConditionCombination()
    • TLcdAIXM51ConditionCombination

      public TLcdAIXM51ConditionCombination(TLcdDataType aType)
  • Method Details