All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51City extends TLcdAIXM51AbstractAIXMObject
A city or location that may be served by an airport/heliport.
Since:
10.0
  • Field Details

    • CITY_NAME_PROPERTY

      public static final TLcdDataProperty CITY_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>>.
    • 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

    • TLcdAIXM51City

      public TLcdAIXM51City()
    • TLcdAIXM51City

      public TLcdAIXM51City(TLcdDataType aType)
  • Method Details

    • getCityName

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

      The full free text name of the city or town the aerodrome/heliport is serving.

      Returns:
      the role value of the CITY_NAME_PROPERTY property.
      See Also:
    • setCityName

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

      The full free text name of the city or town the aerodrome/heliport is serving.

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