Class TLcdAIXM51CallsignDetail

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51CallsignDetail extends TLcdAIXM51AbstractAIXMObject
Information about the operational identifier by which the provider of the service is called and the language used.
Since:
10.0
  • Field Details

    • CALL_SIGN_PROPERTY

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

      public static final TLcdDataProperty LANGUAGE_PROPERTY
      Data property that maps to the language 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>>.
    • 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>>.
  • Constructor Details

    • TLcdAIXM51CallsignDetail

      public TLcdAIXM51CallsignDetail()
    • TLcdAIXM51CallsignDetail

      public TLcdAIXM51CallsignDetail(TLcdDataType aType)
  • Method Details

    • getCallSign

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

      The full textual service provider identification or call-sign for a particular frequency. For example, Athinai Control, Malmoe Radar, etc..

      Returns:
      the role value of the CALL_SIGN_PROPERTY property.
      See Also:
    • setCallSign

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

      The full textual service provider identification or call-sign for a particular frequency. For example, Athinai Control, Malmoe Radar, etc..

      Parameters:
      aValue - the role value to set for the CALL_SIGN_PROPERTY property.
    • getLanguage

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

      A code indicating the language in which the service is provided on a particular frequency, as associated with a particular call-sign.

      Returns:
      the role value of the LANGUAGE_PROPERTY property.
      See Also:
    • setLanguage

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

      A code indicating the language in which the service is provided on a particular frequency, as associated with a particular call-sign.

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