Class TLcdAIXM51SpecialDateTimeSlice

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

public class TLcdAIXM51SpecialDateTimeSlice extends TLcdAIXM51AbstractAIXMTimeSlice
A calendar date that has a special meaning for a particular State/organisation and which may be referred to in the description of the schedules associated with various aeronautical features.
Since:
10.0
See Also:
  • Field Details

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

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

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

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

      public static final TLcdDataProperty AUTHORITY_PROPERTY
      Data property that maps to the authority element. The possible values for this property are instances of TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>.
    • 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

    • TLcdAIXM51SpecialDateTimeSlice

      public TLcdAIXM51SpecialDateTimeSlice()
    • TLcdAIXM51SpecialDateTimeSlice

      public TLcdAIXM51SpecialDateTimeSlice(TLcdDataType aType)
  • Method Details

    • getType

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

      An indication of the kind of the special dates.

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

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

      An indication of the kind of the special dates.

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

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

      The calendar date concerned.

      Returns:
      the role value of the DATE_DAY_PROPERTY property.
      See Also:
    • setDateDay

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

      The calendar date concerned.

      Parameters:
      aValue - the role value to set for the DATE_DAY_PROPERTY property.
    • getDateYear

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

      The year concerned. If no year is indicated, then the same date will be concerned every year.

      Returns:
      the role value of the DATE_YEAR_PROPERTY property.
      See Also:
    • setDateYear

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

      The year concerned. If no year is indicated, then the same date will be concerned every year.

      Parameters:
      aValue - the role value to set for the DATE_YEAR_PROPERTY property.
    • getSpecialDateName

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

      The name by which the date is known by the public (especially for public holidays).

      Returns:
      the role value of the SPECIAL_DATE_NAME_PROPERTY property.
      See Also:
    • setSpecialDateName

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

      The name by which the date is known by the public (especially for public holidays).

      Parameters:
      aValue - the role value to set for the SPECIAL_DATE_NAME_PROPERTY property.
    • 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:
    • getAuthority

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

      The State or organisation that observes the special date.

      Returns:
      the role value of the AUTHORITY_PROPERTY property.
      See Also:
    • setAuthority

      public void setAuthority(TLcdAIXM51Feature<TLcdAIXM51OrganisationAuthorityTimeSlice> aValue)
      Sets the value of the property that maps to the authority 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 AUTHORITY_PROPERTY property is set to null.

      The State or organisation that observes the special date.

      Parameters:
      aValue - the role value to set for the AUTHORITY_PROPERTY property.
    • 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.