Class TLcdAIXM51FlightRestrictionTimeSlice

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

public class TLcdAIXM51FlightRestrictionTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A rule meant to regulate the use of the route network, by identifying a set of flights which fulfil a combination of elementary flow conditions and either forbidding them on a particular routing or obliging them to follow one routing out of a set of mandatory alternatives.
Since:
10.0
See Also:
  • Field Details Link icon

    • DESIGNATOR_PROPERTY Link icon

      public static final TLcdDataProperty DESIGNATOR_PROPERTY
      Data property that maps to the designator element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • TYPE_PROPERTY Link icon

      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.
    • INSTRUCTION_PROPERTY Link icon

      public static final TLcdDataProperty INSTRUCTION_PROPERTY
      Data property that maps to the instruction element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • FLIGHT_PROPERTY Link icon

      public static final TLcdDataProperty FLIGHT_PROPERTY
      Data property that maps to the flight element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51FlightConditionCombination>.
    • REGULATED_ROUTE_PROPERTY Link icon

      public static final TLcdDataProperty REGULATED_ROUTE_PROPERTY
      Data property that maps to the regulatedRoute element. The possible values for this property are instances of List<TLcdAIXM51Property<TLcdAIXM51FlightRestrictionRoute>>.
    • ANNOTATION_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdAIXM51FlightRestrictionTimeSlice Link icon

      public TLcdAIXM51FlightRestrictionTimeSlice()
    • TLcdAIXM51FlightRestrictionTimeSlice Link icon

      public TLcdAIXM51FlightRestrictionTimeSlice(TLcdDataType aType)
  • Method Details Link icon

    • getDesignator Link icon

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

      A coded value which identifies the restriction.

      Returns:
      the role value of the DESIGNATOR_PROPERTY property.
      See Also:
    • setDesignator Link icon

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

      A coded value which identifies the restriction.

      Parameters:
      aValue - the role value to set for the DESIGNATOR_PROPERTY property.
    • getType Link icon

      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.

      A code indicating if the restriction is an interdiction or a mandatory routing.

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

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

      A code indicating if the restriction is an interdiction or a mandatory routing.

      Parameters:
      aValue - the role value to set for the TYPE_PROPERTY property.
    • getInstruction Link icon

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

      Some free text to describe the operational instructions which form the FlightRestriction.

      Returns:
      the role value of the INSTRUCTION_PROPERTY property.
      See Also:
    • setInstruction Link icon

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

      Some free text to describe the operational instructions which form the FlightRestriction.

      Parameters:
      aValue - the role value to set for the INSTRUCTION_PROPERTY property.
    • getFlight Link icon

      Returns the role value contained in the value of the FLIGHT_PROPERTY property. Returns null if the value of the FLIGHT_PROPERTY property is null.

      The Flight affected by the Flight Restriction.

      Returns:
      the role value of the FLIGHT_PROPERTY property.
      See Also:
    • setFlight Link icon

      public void setFlight(TLcdAIXM51FlightConditionCombination aValue)
      Sets the value of the property that maps to the flight element. to a new instance of the association class TLcdAIXM51Property initialized with the given role value. In case the given role value is null, the FLIGHT_PROPERTY property is set to null.

      The Flight affected by the Flight Restriction.

      Parameters:
      aValue - the role value to set for the FLIGHT_PROPERTY property.
    • getRegulatedRoute Link icon

      public List<TLcdAIXM51FlightRestrictionRoute> getRegulatedRoute()
      Gets the value of the REGULATED_ROUTE_PROPERTY property adapted to a list of TLcdAIXM51FlightRestrictionRoute instances.

      The Route regulated by the Flight Restriction

      Returns:
      the value of the REGULATED_ROUTE_PROPERTY property adapted to a list of TLcdAIXM51FlightRestrictionRoute instances.
      See Also:
    • getAnnotation Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.