Class TLcdAIXM51UnitTimeSlice

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

public class TLcdAIXM51UnitTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A generic term meaning variously all types of 'units' providing all types of services. This includes particularly Air Traffic Management (ATM) Units but also units which are not express verbs included in ATM such as SAR, MET, COM etc.
Since:
10.0
See Also:
  • Field Details Link icon

    • UNIT_NAME_PROPERTY Link icon

      public static final TLcdDataProperty UNIT_NAME_PROPERTY
      Data property that maps to the name 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.
    • COMPLIANT_ICAO_PROPERTY Link icon

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

      public static final TLcdDataProperty MILITARY_PROPERTY
      Data property that maps to the military element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeMilitaryOperations>.
    • POSITION_PROPERTY Link icon

      public static final TLcdDataProperty POSITION_PROPERTY
      Data property that maps to the position element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51ElevatedPoint>.
    • AIRPORT_LOCATION_PROPERTY Link icon

      public static final TLcdDataProperty AIRPORT_LOCATION_PROPERTY
      Data property that maps to the airportLocation element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51AirportHeliportTimeSlice>.
    • OWNER_ORGANISATION_PROPERTY Link icon

      public static final TLcdDataProperty OWNER_ORGANISATION_PROPERTY
      Data property that maps to the ownerOrganisation element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>.
    • CONTACT_PROPERTY Link icon

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

      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<TLcdAIXM51UnitAvailability>>.
    • 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

    • TLcdAIXM51UnitTimeSlice Link icon

      public TLcdAIXM51UnitTimeSlice()
    • TLcdAIXM51UnitTimeSlice Link icon

      public TLcdAIXM51UnitTimeSlice(TLcdDataType aType)
  • Method Details Link icon

    • getUnitName Link icon

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

      The full textual name of a unit. This name must be established according to the rules specified by ICAO, viz.: in the official language of the country, transposed into the Latin Alphabet where necessary.

      Returns:
      the role value of the UNIT_NAME_PROPERTY property.
      See Also:
    • setUnitName Link icon

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

      The full textual name of a unit. This name must be established according to the rules specified by ICAO, viz.: in the official language of the country, transposed into the Latin Alphabet where necessary.

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

      public TLcdAIXM51CodeUnit 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.

      A type by which the Unit is recognised, usually related to the standard type of services provided by it (e.g. area control centre, advisory centre, aeronautical information services office).

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

      public void setType(TLcdAIXM51CodeUnit 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 type by which the Unit is recognised, usually related to the standard type of services provided by it (e.g. area control centre, advisory centre, aeronautical information services office).

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

      public TLcdAIXM51CodeYesNo getCompliantICAO()
      Returns the role value contained in the value of the COMPLIANT_ICAO_PROPERTY property. Returns null if the value of the COMPLIANT_ICAO_PROPERTY property is null.

      A code indicating whether the Unit is setup according to the ICAO SARPS.

      Returns:
      the role value of the COMPLIANT_ICAO_PROPERTY property.
      See Also:
    • setCompliantICAO Link icon

      public void setCompliantICAO(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the property that maps to the compliantICAO 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 COMPLIANT_ICAO_PROPERTY property is set to null.

      A code indicating whether the Unit is setup according to the ICAO SARPS.

      Parameters:
      aValue - the role value to set for the COMPLIANT_ICAO_PROPERTY property.
    • 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 designator associated with the Unit. For example, the ICAO Location Indicator of an ACC, as listed in DOC 7910.

      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 designator associated with the Unit. For example, the ICAO Location Indicator of an ACC, as listed in DOC 7910.

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

      public TLcdAIXM51CodeMilitaryOperations getMilitary()
      Returns the role value contained in the value of the MILITARY_PROPERTY property. Returns null if the value of the MILITARY_PROPERTY property is null.

      Indicates whether the Unit is civil, military or joint.

      Returns:
      the role value of the MILITARY_PROPERTY property.
      See Also:
    • setMilitary Link icon

      public void setMilitary(TLcdAIXM51CodeMilitaryOperations aValue)
      Sets the value of the property that maps to the military 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 MILITARY_PROPERTY property is set to null.

      Indicates whether the Unit is civil, military or joint.

      Parameters:
      aValue - the role value to set for the MILITARY_PROPERTY property.
    • getPosition Link icon

      public TLcdAIXM51ElevatedPoint getPosition()
      Returns the role value contained in the value of the POSITION_PROPERTY property. Returns null if the value of the POSITION_PROPERTY property is null.

      The geographical point of the Unit.

      Returns:
      the role value of the POSITION_PROPERTY property.
      See Also:
    • setPosition Link icon

      public void setPosition(TLcdAIXM51ElevatedPoint aValue)
      Sets the value of the property that maps to the position 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 POSITION_PROPERTY property is set to null.

      The geographical point of the Unit.

      Parameters:
      aValue - the role value to set for the POSITION_PROPERTY property.
    • getAirportLocation Link icon

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

      The Airport or Heliport where the Unit is located.

      Returns:
      the role value of the AIRPORT_LOCATION_PROPERTY property.
      See Also:
    • setAirportLocation Link icon

      public void setAirportLocation(TLcdAIXM51Feature<TLcdAIXM51AirportHeliportTimeSlice> aValue)
      Sets the value of the property that maps to the airportLocation element. to a new instance of the association class TLcdAIXM51FeatureAssociation initialized with the given role value. In case the given role value is null, the AIRPORT_LOCATION_PROPERTY property is set to null.

      The Airport or Heliport where the Unit is located.

      Parameters:
      aValue - the role value to set for the AIRPORT_LOCATION_PROPERTY property.
    • getOwnerOrganisation Link icon

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

      The Organisation/Authority to which the Unit belongs.

      Returns:
      the role value of the OWNER_ORGANISATION_PROPERTY property.
      See Also:
    • setOwnerOrganisation Link icon

      public void setOwnerOrganisation(TLcdAIXM51Feature<TLcdAIXM51OrganisationAuthorityTimeSlice> aValue)
      Sets the value of the property that maps to the ownerOrganisation element. to a new instance of the association class TLcdAIXM51FeatureAssociation initialized with the given role value. In case the given role value is null, the OWNER_ORGANISATION_PROPERTY property is set to null.

      The Organisation/Authority to which the Unit belongs.

      Parameters:
      aValue - the role value to set for the OWNER_ORGANISATION_PROPERTY property.
    • getContact Link icon

      public List<TLcdAIXM51ContactInformation> getContact()
      Gets the value of the CONTACT_PROPERTY property adapted to a list of TLcdAIXM51ContactInformation instances.

      Contact details for the unit (phone, postal address, e-mail, etc.)

      Returns:
      the value of the CONTACT_PROPERTY property adapted to a list of TLcdAIXM51ContactInformation instances.
      See Also:
    • getRelatedUnit Link icon

      public List<TLcdAIXM51UnitDependency> getRelatedUnit()
      Gets the value of the RELATED_UNIT_PROPERTY property adapted to a list of TLcdAIXM51UnitDependency instances.

      The related unit.

      Returns:
      the value of the RELATED_UNIT_PROPERTY property adapted to a list of TLcdAIXM51UnitDependency instances.
      See Also:
    • getAvailability Link icon

      public List<TLcdAIXM51UnitAvailability> getAvailability()
      Gets the value of the AVAILABILITY_PROPERTY property adapted to a list of TLcdAIXM51UnitAvailability instances.

      The operational status of the Unit.

      Returns:
      the value of the AVAILABILITY_PROPERTY property adapted to a list of TLcdAIXM51UnitAvailability 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.