Class TLcdAIXM51PilotControlledLightingTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable

public class TLcdAIXM51PilotControlledLightingTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
Service providing airborne control of lights by keying the aircraft's microphone. Often available at locations without specified hours for lighting and where there is no control tower or Flight Service Station (FSS); or when the tower or FSS is closed (locations with part-time tower or FSS).
Since:
10.0
See Also:
  • 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.
    • DURATION_PROPERTY

      public static final TLcdDataProperty DURATION_PROPERTY
      Data property that maps to the duration element. The possible values for this property are instances of TLcdAIXM51ValDuration.
    • INTENSITY_STEPS_PROPERTY

      public static final TLcdDataProperty INTENSITY_STEPS_PROPERTY
      Data property that maps to the intensitySteps element. The possible values for this property are instances of TLcdAIXM51Optional<long>.
    • STAND_BY_INTENSITY_PROPERTY

      public static final TLcdDataProperty STAND_BY_INTENSITY_PROPERTY
      Data property that maps to the standByIntensity element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeIntensityStandBy>.
    • RADIO_FREQUENCY_PROPERTY

      public static final TLcdDataProperty RADIO_FREQUENCY_PROPERTY
      Data property that maps to the radioFrequency element. The possible values for this property are instances of TLcdAIXM51ValFrequency.
    • ACTIVATION_INSTRUCTION_PROPERTY

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

      public static final TLcdDataProperty CONTROLLED_LIGHT_INTENSITY_PROPERTY
      Data property that maps to the controlledLightIntensity element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51LightActivation>>.
    • ACTIVATED_GROUND_LIGHTING_PROPERTY

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

      public static final TLcdDataProperty INTERPRETATION_PROPERTY
      Data property that maps to the interpretation element. The possible values for this property are instances of ELcdAIXM51Interpretation.
    • SEQUENCE_NUMBER_PROPERTY

      public static final TLcdDataProperty SEQUENCE_NUMBER_PROPERTY
      Data property that maps to the sequenceNumber element. The possible values for this property are instances of long.
    • CORRECTION_NUMBER_PROPERTY

      public static final TLcdDataProperty CORRECTION_NUMBER_PROPERTY
      Data property that maps to the correctionNumber element. The possible values for this property are instances of long.
    • TIME_SLICE_METADATA_PROPERTY

      public static final TLcdDataProperty TIME_SLICE_METADATA_PROPERTY
      Data property that maps to the timeSliceMetadata element. The possible values for this property are instances of TLcdAIXM51FeatureTimeSliceMetadataProperty.
    • FEATURE_LIFETIME_PROPERTY

      public static final TLcdDataProperty FEATURE_LIFETIME_PROPERTY
      Data property that maps to the featureLifetime element. The possible values for this property are instances of TLcdGML32TimePrimitiveProperty.
  • Constructor Details

    • TLcdAIXM51PilotControlledLightingTimeSlice

      public TLcdAIXM51PilotControlledLightingTimeSlice()
    • TLcdAIXM51PilotControlledLightingTimeSlice

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

      Type of pilot controlled lighting service - standard or non-standard.

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

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

      Type of pilot controlled lighting service - standard or non-standard.

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

      public TLcdAIXM51ValDuration getDuration()
      Returns the value of the property that maps to the duration element.

      The length of time the lighting is illuminated, normally 15 minutes.

      Returns:
      the value of the DURATION_PROPERTY property.
    • setDuration

      public void setDuration(TLcdAIXM51ValDuration aValue)
      Sets the value of the property that maps to the duration element.

      The length of time the lighting is illuminated, normally 15 minutes.

      Parameters:
      aValue - the value to set for the DURATION_PROPERTY property.
    • getIntensitySteps

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

      The number of intensity steps/levels for a particular type of lighting system.

      Returns:
      the role value of the INTENSITY_STEPS_PROPERTY property.
      See Also:
    • setIntensitySteps

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

      The number of intensity steps/levels for a particular type of lighting system.

      Parameters:
      aValue - the role value to set for the INTENSITY_STEPS_PROPERTY property.
    • getStandByIntensity

      public TLcdAIXM51CodeIntensityStandBy getStandByIntensity()
      Returns the role value contained in the value of the STAND_BY_INTENSITY_PROPERTY property. Returns null if the value of the STAND_BY_INTENSITY_PROPERTY property is null.

      The intensity step/level of the lighting system when not in use.

      Returns:
      the role value of the STAND_BY_INTENSITY_PROPERTY property.
      See Also:
    • setStandByIntensity

      public void setStandByIntensity(TLcdAIXM51CodeIntensityStandBy aValue)
      Sets the value of the property that maps to the standByIntensity 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 STAND_BY_INTENSITY_PROPERTY property is set to null.

      The intensity step/level of the lighting system when not in use.

      Parameters:
      aValue - the role value to set for the STAND_BY_INTENSITY_PROPERTY property.
    • getRadioFrequency

      public TLcdAIXM51ValFrequency getRadioFrequency()
      Returns the value of the property that maps to the radioFrequency element.

      The radio frequency to be used by the pilot for the activation of the system.

      Returns:
      the value of the RADIO_FREQUENCY_PROPERTY property.
    • setRadioFrequency

      public void setRadioFrequency(TLcdAIXM51ValFrequency aValue)
      Sets the value of the property that maps to the radioFrequency element.

      The radio frequency to be used by the pilot for the activation of the system.

      Parameters:
      aValue - the value to set for the RADIO_FREQUENCY_PROPERTY property.
    • getActivationInstruction

      public String getActivationInstruction()
      Returns the role value contained in the value of the ACTIVATION_INSTRUCTION_PROPERTY property. Returns null if the value of the ACTIVATION_INSTRUCTION_PROPERTY property is null.

      Operational instructions for controlling the lighting systems.

      Returns:
      the role value of the ACTIVATION_INSTRUCTION_PROPERTY property.
      See Also:
    • setActivationInstruction

      public void setActivationInstruction(String aValue)
      Sets the value of the property that maps to the activationInstruction 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 ACTIVATION_INSTRUCTION_PROPERTY property is set to null.

      Operational instructions for controlling the lighting systems.

      Parameters:
      aValue - the role value to set for the ACTIVATION_INSTRUCTION_PROPERTY property.
    • getControlledLightIntensity

      public List<TLcdAIXM51LightActivation> getControlledLightIntensity()
      Gets the value of the CONTROLLED_LIGHT_INTENSITY_PROPERTY property adapted to a list of TLcdAIXM51LightActivation instances.

      The characteristics of the lighting system (intensity, number of clicks required to activate/deactivate the system).

      Returns:
      the value of the CONTROLLED_LIGHT_INTENSITY_PROPERTY property adapted to a list of TLcdAIXM51LightActivation instances.
      See Also:
    • getActivatedGroundLighting

      public List<TLcdAIXM51Feature<? extends TLcdAIXM51AbstractGroundLightSystemTimeSlice>> getActivatedGroundLighting()
      Gets the value of the ACTIVATED_GROUND_LIGHTING_PROPERTY property adapted to a list of TLcdAIXM51Feature instances.

      The lighting system on the ground that may be remotely activated by the pilot.

      Returns:
      the value of the ACTIVATED_GROUND_LIGHTING_PROPERTY property adapted to a list of TLcdAIXM51Feature 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:
    • getInterpretation

      public ELcdAIXM51Interpretation getInterpretation()
      Returns the value of the property that maps to the interpretation element.

      Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.

      Returns:
      the value of the INTERPRETATION_PROPERTY property.
    • setInterpretation

      public void setInterpretation(ELcdAIXM51Interpretation aValue)
      Sets the value of the property that maps to the interpretation element.

      Property indicating how the timeslice is to be interpreted. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the INTERPRETATION_PROPERTY property.
    • getSequenceNumber

      public long getSequenceNumber()
      Returns the value of the property that maps to the sequenceNumber element.

      Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.

      Returns:
      the value of the SEQUENCE_NUMBER_PROPERTY property.
    • setSequenceNumber

      public void setSequenceNumber(long aValue)
      Sets the value of the property that maps to the sequenceNumber element.

      Used for the identification of the Time Slice concerned. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the SEQUENCE_NUMBER_PROPERTY property.
    • getCorrectionNumber

      public long getCorrectionNumber()
      Returns the value of the property that maps to the correctionNumber element.

      Used for indicating the order of the corrections of a Time Slice. See the AIXM Temporality model for details.

      Returns:
      the value of the CORRECTION_NUMBER_PROPERTY property.
    • setCorrectionNumber

      public void setCorrectionNumber(long aValue)
      Sets the value of the property that maps to the correctionNumber element.

      Used for indicating the order of the corrections of a Time Slice. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the CORRECTION_NUMBER_PROPERTY property.
    • getTimeSliceMetadata

      public TLcdAIXM51FeatureTimeSliceMetadataProperty getTimeSliceMetadata()
      Returns the value of the property that maps to the timeSliceMetadata element.
      Returns:
      the value of the TIME_SLICE_METADATA_PROPERTY property.
    • setTimeSliceMetadata

      public void setTimeSliceMetadata(TLcdAIXM51FeatureTimeSliceMetadataProperty aValue)
      Sets the value of the property that maps to the timeSliceMetadata element.
      Parameters:
      aValue - the value to set for the TIME_SLICE_METADATA_PROPERTY property.
    • getFeatureLifetime

      public TLcdGML32AbstractTimePrimitive getFeatureLifetime()
      Returns the value of the property that maps to the featureLifetime element.

      The start and end of life of the feature. See the AIXM Temporality model for details.

      Returns:
      the value of the FEATURE_LIFETIME_PROPERTY property.
      See Also:
    • setFeatureLifetime

      public void setFeatureLifetime(TLcdGML32AbstractTimePrimitive aValue)
      Sets the value of the property that maps to the featureLifetime element.

      The start and end of life of the feature. See the AIXM Temporality model for details.

      Parameters:
      aValue - the value to set for the FEATURE_LIFETIME_PROPERTY property.