All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51RunwayContamination extends TLcdAIXM51AbstractSurfaceContamination
The presence or removal of hazardous conditions due to snow, ice, slush, water, etc. on the runway surface.
Since:
10.0
  • Field Details

    • OBSERVATION_TIME_PROPERTY

      public static final TLcdDataProperty OBSERVATION_TIME_PROPERTY
      Data property that maps to the observationTime element. The possible values for this property are instances of TLcdAIXM51Optional<XMLGregorianCalendar>.
    • DEPTH_PROPERTY

      public static final TLcdDataProperty DEPTH_PROPERTY
      Data property that maps to the depth element. The possible values for this property are instances of TLcdAIXM51ValDepth.
    • FRICTION_COEFFICIENT_PROPERTY

      public static final TLcdDataProperty FRICTION_COEFFICIENT_PROPERTY
      Data property that maps to the frictionCoefficient element. The possible values for this property are instances of TLcdAIXM51Optional<Double>.
    • FRICTION_ESTIMATION_PROPERTY

      public static final TLcdDataProperty FRICTION_ESTIMATION_PROPERTY
      Data property that maps to the frictionEstimation element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeFrictionEstimate>.
    • FRICTION_DEVICE_PROPERTY

      public static final TLcdDataProperty FRICTION_DEVICE_PROPERTY
      Data property that maps to the frictionDevice element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeFrictionDevice>.
    • OBSCURED_LIGHTS_PROPERTY

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

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

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

      public static final TLcdDataProperty NEXT_OBSERVATION_TIME_PROPERTY
      Data property that maps to the nextObservationTime element. The possible values for this property are instances of TLcdAIXM51Optional<XMLGregorianCalendar>.
    • PROPORTION_PROPERTY

      public static final TLcdDataProperty PROPORTION_PROPERTY
      Data property that maps to the proportion element. The possible values for this property are instances of TLcdAIXM51Optional<Double>.
    • CRITICAL_RIDGE_PROPERTY

      public static final TLcdDataProperty CRITICAL_RIDGE_PROPERTY
      Data property that maps to the criticalRidge element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51Ridge>>.
    • LAYER_PROPERTY

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

      public static final TLcdDataProperty CLEARED_LENGTH_PROPERTY
      Data property that maps to the clearedLength element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • CLEARED_WIDTH_PROPERTY

      public static final TLcdDataProperty CLEARED_WIDTH_PROPERTY
      Data property that maps to the clearedWidth element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • CLEARED_SIDE_PROPERTY

      public static final TLcdDataProperty CLEARED_SIDE_PROPERTY
      Data property that maps to the clearedSide element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeSide>.
    • FURTHER_CLEARANCE_LENGTH_PROPERTY

      public static final TLcdDataProperty FURTHER_CLEARANCE_LENGTH_PROPERTY
      Data property that maps to the furtherClearanceLength element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • FURTHER_CLEARANCE_WIDTH_PROPERTY

      public static final TLcdDataProperty FURTHER_CLEARANCE_WIDTH_PROPERTY
      Data property that maps to the furtherClearanceWidth element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • OBSCURED_LIGHTS_SIDE_PROPERTY

      public static final TLcdDataProperty OBSCURED_LIGHTS_SIDE_PROPERTY
      Data property that maps to the obscuredLightsSide element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeSide>.
    • CLEARED_LENGTH_BEGIN_PROPERTY

      public static final TLcdDataProperty CLEARED_LENGTH_BEGIN_PROPERTY
      Data property that maps to the clearedLengthBegin element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • TAXIWAY_AVAILABLE_PROPERTY

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

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

    • TLcdAIXM51RunwayContamination

      public TLcdAIXM51RunwayContamination()
    • TLcdAIXM51RunwayContamination

      public TLcdAIXM51RunwayContamination(TLcdDataType aType)
  • Method Details