Class TLcdAIXM51Reflector

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51Reflector extends TLcdAIXM51AbstractAIXMObject
Describes the various reflectors used with Precision Approach Radars.
Since:
10.0
  • 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.
    • TOUCHDOWN_REFLECTOR_PROPERTY

      public static final TLcdDataProperty TOUCHDOWN_REFLECTOR_PROPERTY
      Data property that maps to the touchdownReflector element. The possible values for this property are instances of TLcdAIXM51Property<TLcdAIXM51ElevatedPoint>.
    • 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

    • TLcdAIXM51Reflector

      public TLcdAIXM51Reflector()
    • TLcdAIXM51Reflector

      public TLcdAIXM51Reflector(TLcdDataType aType)
  • Method Details

    • getType

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

      Indicates if the reflector is for Touchdown or a Runway End.

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

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

      Indicates if the reflector is for Touchdown or a Runway End.

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

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

      The geospatial location of the Touchdown Reflector.

      Returns:
      the role value of the TOUCHDOWN_REFLECTOR_PROPERTY property.
      See Also:
    • setTouchdownReflector

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

      The geospatial location of the Touchdown Reflector.

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