Class TLcdAIXM51AbstractTrafficSeparationServiceTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable
Direct Known Subclasses:
TLcdAIXM51AirTrafficControlServiceTimeSlice, TLcdAIXM51GroundTrafficControlServiceTimeSlice

public class TLcdAIXM51AbstractTrafficSeparationServiceTimeSlice extends TLcdAIXM51AbstractServiceTimeSlice
An abstract class that represents a traffic separation service. This class does not have a corresponding TLcdDataType, but should be initialized with a time slice type that corresponds to a feature type that is an extension of TLcdAIXM51DataTypes.AbstractTrafficSeparationServiceType.

The corresponding abstract time slice type does not exist because it is not defined in the AIXM 5.1 XML schema.

Since:
10.1
See Also:
  • Field Details

    • 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

    • TLcdAIXM51AbstractTrafficSeparationServiceTimeSlice

      public TLcdAIXM51AbstractTrafficSeparationServiceTimeSlice(TLcdDataType aType)
  • Method Details

    • getRadarAssisted

      public TLcdAIXM51CodeYesNo getRadarAssisted()
      Sets the value of the radarAssisted property.

      A code indicating if the service is provided with radar assistance.

      Returns:
      the value of the radarAssisted property.
      See Also:
    • setRadarAssisted

      public void setRadarAssisted(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the radarAssisted property.

      A code indicating if the service is provided with radar assistance.

      Parameters:
      aValue - the value to set for the radarAssisted property.
    • getDataLinkEnabled

      public TLcdAIXM51CodeYesNo getDataLinkEnabled()
      Gets the value of the dataLinkEnabled property.

      Indicates if Controller-Pilot Data-Link Communication (CPDLC) is available in support of the service.

      Returns:
      the value of the dataLinkEnabled property.
      See Also:
    • setDataLinkEnabled

      public void setDataLinkEnabled(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the dataLinkEnabled property.

      Indicates if Controller-Pilot Data-Link Communication (CPDLC) is available in support of the service.

      Parameters:
      aValue - the value to set for the dataLinkEnabled property.
    • getDataLinkChannel

      public TLcdAIXM51CodeCommunicationChannel getDataLinkChannel()
      Gets the value of the dataLinkChannel property.

      The channel on which the data-link takes place , if applicable.

      Returns:
      the value of the dataLinkChannel property.
      See Also:
    • setDataLinkChannel

      public void setDataLinkChannel(TLcdAIXM51CodeCommunicationChannel aValue)
      Sets the value of the dataLinkChannel property.

      The channel on which the data-link takes place , if applicable.

      Parameters:
      aValue - the value to set for the dataLinkChannel property.
    • 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.