Class TLcdAIXM51SpecialNavigationStationTimeSlice

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

public class TLcdAIXM51SpecialNavigationStationTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A land based station of a special navigation system.
Since:
10.0
See Also:
  • Field Details

    • SPECIAL_NAVIGATION_STATION_NAME_PROPERTY

      public static final TLcdDataProperty SPECIAL_NAVIGATION_STATION_NAME_PROPERTY
      Data property that maps to the name element. The possible values for this property are instances of TLcdAIXM51Optional<String>.
    • 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.
    • FREQUENCY_PROPERTY

      public static final TLcdDataProperty FREQUENCY_PROPERTY
      Data property that maps to the frequency element. The possible values for this property are instances of TLcdAIXM51ValFrequency.
    • EMISSION_PROPERTY

      public static final TLcdDataProperty EMISSION_PROPERTY
      Data property that maps to the emission element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeRadioEmission>.
    • SYSTEM_CHAIN_PROPERTY

      public static final TLcdDataProperty SYSTEM_CHAIN_PROPERTY
      Data property that maps to the systemChain element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51SpecialNavigationSystemTimeSlice>.
    • RESPONSIBLE_ORGANISATION_PROPERTY

      public static final TLcdDataProperty RESPONSIBLE_ORGANISATION_PROPERTY
      Data property that maps to the responsibleOrganisation element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51AuthorityForSpecialNavigationStation>.
    • POSITION_PROPERTY

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

    • TLcdAIXM51SpecialNavigationStationTimeSlice

      public TLcdAIXM51SpecialNavigationStationTimeSlice()
    • TLcdAIXM51SpecialNavigationStationTimeSlice

      public TLcdAIXM51SpecialNavigationStationTimeSlice(TLcdDataType aType)
  • Method Details

    • getSpecialNavigationStationName

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

      The textual name of the station.

      Returns:
      the role value of the SPECIAL_NAVIGATION_STATION_NAME_PROPERTY property.
      See Also:
    • setSpecialNavigationStationName

      public void setSpecialNavigationStationName(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 SPECIAL_NAVIGATION_STATION_NAME_PROPERTY property is set to null.

      The textual name of the station.

      Parameters:
      aValue - the role value to set for the SPECIAL_NAVIGATION_STATION_NAME_PROPERTY property.
    • 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 code indicating the type of service within the chain. E.g. Master, Red Slave (DECCA), Slave (LORAN) etc..

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

      public void setType(TLcdAIXM51CodeSpecialNavigationStation 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 the type of service within the chain. E.g. Master, Red Slave (DECCA), Slave (LORAN) etc..

      Parameters:
      aValue - the role value to set for the TYPE_PROPERTY property.
    • getFrequency

      public TLcdAIXM51ValFrequency getFrequency()
      Returns the value of the property that maps to the frequency element.

      The value of the emission frequency.

      Returns:
      the value of the FREQUENCY_PROPERTY property.
    • setFrequency

      public void setFrequency(TLcdAIXM51ValFrequency aValue)
      Sets the value of the property that maps to the frequency element.

      The value of the emission frequency.

      Parameters:
      aValue - the value to set for the FREQUENCY_PROPERTY property.
    • getEmission

      public TLcdAIXM51CodeRadioEmission getEmission()
      Returns the role value contained in the value of the EMISSION_PROPERTY property. Returns null if the value of the EMISSION_PROPERTY property is null.

      A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.

      Returns:
      the role value of the EMISSION_PROPERTY property.
      See Also:
    • setEmission

      public void setEmission(TLcdAIXM51CodeRadioEmission aValue)
      Sets the value of the property that maps to the emission 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 EMISSION_PROPERTY property is set to null.

      A code indicating the type of emission, as defined at the 1979 ITU World Administrative Radio Conference.

      Parameters:
      aValue - the role value to set for the EMISSION_PROPERTY property.
    • getSystemChain

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

      A special navigation system chain

      Returns:
      the role value of the SYSTEM_CHAIN_PROPERTY property.
      See Also:
    • setSystemChain

      public void setSystemChain(TLcdAIXM51Feature<TLcdAIXM51SpecialNavigationSystemTimeSlice> aValue)
      Sets the value of the property that maps to the systemChain 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 SYSTEM_CHAIN_PROPERTY property is set to null.

      A special navigation system chain

      Parameters:
      aValue - the role value to set for the SYSTEM_CHAIN_PROPERTY property.
    • getResponsibleOrganisation

      public TLcdAIXM51AuthorityForSpecialNavigationStation getResponsibleOrganisation()
      Returns the role value contained in the value of the RESPONSIBLE_ORGANISATION_PROPERTY property. Returns null if the value of the RESPONSIBLE_ORGANISATION_PROPERTY property is null.

      The organization responsible for the equipment.

      Returns:
      the role value of the RESPONSIBLE_ORGANISATION_PROPERTY property.
      See Also:
    • setResponsibleOrganisation

      public void setResponsibleOrganisation(TLcdAIXM51AuthorityForSpecialNavigationStation aValue)
      Sets the value of the property that maps to the responsibleOrganisation 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 RESPONSIBLE_ORGANISATION_PROPERTY property is set to null.

      The organization responsible for the equipment.

      Parameters:
      aValue - the role value to set for the RESPONSIBLE_ORGANISATION_PROPERTY property.
    • getPosition

      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 graphical point of the special navigation station.

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

      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 graphical point of the special navigation station.

      Parameters:
      aValue - the role value to set for the POSITION_PROPERTY property.
    • getAvailability

      Gets the value of the AVAILABILITY_PROPERTY property adapted to a list of TLcdAIXM51SpecialNavigationStationStatus instances.

      The operational status of the Special Navigation Station.

      Returns:
      the value of the AVAILABILITY_PROPERTY property adapted to a list of TLcdAIXM51SpecialNavigationStationStatus instances.
      See Also:
    • getAnnotation

      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

      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

      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.