Class TLcdAIXM51AbstractServiceTimeSlice

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdTimeBounded, ILcdCloneable, ILcdDeepCloneable, ILcdInvalidateable, Serializable, Cloneable
Direct Known Subclasses:
TLcdAIXM51AbstractAirportGroundServiceTimeSlice, TLcdAIXM51AbstractTrafficSeparationServiceTimeSlice, TLcdAIXM51AirTrafficManagementServiceTimeSlice, TLcdAIXM51InformationServiceTimeSlice, TLcdAIXM51SearchRescueServiceTimeSlice

public class TLcdAIXM51AbstractServiceTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
An class that represents a 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.AbstractServiceType.

The corresponding 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

    • TLcdAIXM51AbstractServiceTimeSlice

      public TLcdAIXM51AbstractServiceTimeSlice(TLcdDataType aType)
  • Method Details

    • getFlightOperations

      public TLcdAIXM51CodeFlightDestination getFlightOperations()
      Gets the value of the flightOperations property.

      The destination (arriving, departing, etc.) of the flights for which the information is provided.

      Returns:
      the value of the flightOperations property.
      See Also:
    • setFlightOperations

      public void setFlightOperations(TLcdAIXM51CodeFlightDestination aValue)
      Sets the value of the flightOperations property.

      The destination (arriving, departing, etc.) of the flights for which the information is provided.

      Parameters:
      aValue - the value to set for the flightOperations property.
    • getRank

      Gets the value of the rank property.

      The order of priority of the service, such as "primary" or "alternate".

      Returns:
      the value of the rank property.
      See Also:
    • setRank

      public void setRank(TLcdAIXM51CodeFacilityRanking aValue)
      Sets the value of the rank property.

      The order of priority of the service, such as "primary" or "alternate".

      Parameters:
      aValue - the value to set for the rank property.
    • getCompliantICAO

      public TLcdAIXM51CodeYesNo getCompliantICAO()
      Gets the value of the compliantICAO property.

      A code indicating whether the service is compliant with the ICAO standards and recomended practices specified for this type of service.

      Returns:
      the value of the compliantICAO property.
      See Also:
    • setCompliantICAO

      public void setCompliantICAO(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the compliantICAO property.

      A code indicating whether the service is compliant with the ICAO standards and recomended practices specified for this type of service.

      Parameters:
      aValue - the value to set for the compliantICAO property.
    • getServiceName

      public String getServiceName()
      Gets the value of the serviceName property.

      A free text name by which the service is identified.

      Returns:
      the value of the serviceName property.
      See Also:
    • setServiceName

      public void setServiceName(String aValue)
      Sets the value of the serviceName property.

      A free text name by which the service is identified.

      Parameters:
      aValue - the value to set for the serviceName property.
    • getLocation

      public TLcdAIXM51ElevatedPoint getLocation()
      Gets the value of the location property.
      Returns:
      the value of the location property.
      See Also:
    • setLocation

      public void setLocation(TLcdAIXM51ElevatedPoint aValue)
      Sets the value of the location property.
      Parameters:
      aValue - the value to set for the location property.
    • getServiceProvider

      public TLcdAIXM51Feature<TLcdAIXM51UnitTimeSlice> getServiceProvider()
      Gets the value of the serviceProvider property.

      Identifies the Unit for which Services are provided.

      Returns:
      the value of the serviceProvider property.
      See Also:
    • setServiceProvider

      public void setServiceProvider(TLcdAIXM51Feature<TLcdAIXM51UnitTimeSlice> aValue)
      Sets the value of the serviceProvider property.

      Identifies the Unit for which Services are provided.

      Parameters:
      aValue - the value to set for the serviceProvider property.
    • getCallSign

      public List<TLcdAIXM51CallsignDetail> getCallSign()
      Gets the value of the callsign property.

      Returns:
      the value of the callsign property.
      See Also:
    • getRadioCommunication

      Gets the value of the radioCommunication property.

      The service that is provided on the radio frequency.

      Returns:
      the value of the radioCommunication property.
      See Also:
    • getGroundCommunication

      public List<TLcdAIXM51ContactInformation> getGroundCommunication()
      Gets the value of the groundCommunication property.

      Returns:
      the value of the groundCommunication property.
      See Also:
    • getAvailability

      public List<TLcdAIXM51ServiceOperationalStatus> getAvailability()
      Gets the value of the availability property.

      The operational status of the Service.

      Returns:
      the value of the availability property.
      See Also:
    • getAnnotation

      public List<TLcdAIXM51Note> getAnnotation()
      Gets the value of the annotation property.
      Returns:
      the value of the annotation property.
      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.