Class TLcdAIXM51AirTrafficManagementServiceTimeSlice

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

public class TLcdAIXM51AirTrafficManagementServiceTimeSlice extends TLcdAIXM51AbstractServiceTimeSlice
A kind of service that provides flight planning and flow management operations.
Since:
10.0
See Also:
  • Field Details

    • FLIGHT_OPERATIONS_PROPERTY

      public static final TLcdDataProperty FLIGHT_OPERATIONS_PROPERTY
      Data property that maps to the flightOperations element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeFlightDestination>.
    • RANK_PROPERTY

      public static final TLcdDataProperty RANK_PROPERTY
      Data property that maps to the rank element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeFacilityRanking>.
    • COMPLIANT_ICAO_PROPERTY

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

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

      public static final TLcdDataProperty LOCATION_PROPERTY
      Data property that maps to the location element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51ElevatedPoint>.
    • SERVICE_PROVIDER_PROPERTY

      public static final TLcdDataProperty SERVICE_PROVIDER_PROPERTY
      Data property that maps to the serviceProvider element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51UnitTimeSlice>.
    • CALL_SIGN_PROPERTY

      public static final TLcdDataProperty CALL_SIGN_PROPERTY
      Data property that maps to the call-sign element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51CallsignDetail>>.
    • RADIO_COMMUNICATION_PROPERTY

      public static final TLcdDataProperty RADIO_COMMUNICATION_PROPERTY
      Data property that maps to the radioCommunication element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51RadioCommunicationChannelTimeSlice>>.
    • GROUND_COMMUNICATION_PROPERTY

      public static final TLcdDataProperty GROUND_COMMUNICATION_PROPERTY
      Data property that maps to the groundCommunication element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51ContactInformation>>.
    • AVAILABILITY_PROPERTY

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

      public static final TLcdDataProperty CLIENT_AIRSPACE_PROPERTY
      Data property that maps to the clientAirspace element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51AirspaceTimeSlice>>.
    • CLIENT_AERIAL_REFUELLING_PROPERTY

      public static final TLcdDataProperty CLIENT_AERIAL_REFUELLING_PROPERTY
      Data property that maps to the clientAerialRefuelling element. The possible values for this property are instances of List<TLcdAIXM51FeatureAssociation<TLcdAIXM51AerialRefuellingTimeSlice>>.
    • CLIENT_ROUTE_PROPERTY

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

    • TLcdAIXM51AirTrafficManagementServiceTimeSlice

      public TLcdAIXM51AirTrafficManagementServiceTimeSlice()
    • TLcdAIXM51AirTrafficManagementServiceTimeSlice

      public TLcdAIXM51AirTrafficManagementServiceTimeSlice(TLcdDataType aType)
  • Method Details