All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51Ridge extends TLcdAIXM51AbstractAIXMObject
Describes ridges of deposited material (such as a snow-bank) to the left or right of the runway (relative to the runway direction with the lowest designation number).
Since:
10.0
  • Field Details

    • SIDE_PROPERTY

      public static final TLcdDataProperty SIDE_PROPERTY
      Data property that maps to the side element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeSide>.
    • DISTANCE_PROPERTY

      public static final TLcdDataProperty DISTANCE_PROPERTY
      Data property that maps to the distance element. The possible values for this property are instances of TLcdAIXM51ValDistance.
    • DEPTH_PROPERTY

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

    • TLcdAIXM51Ridge

      public TLcdAIXM51Ridge()
    • TLcdAIXM51Ridge

      public TLcdAIXM51Ridge(TLcdDataType aType)
  • Method Details

    • getSide

      public TLcdAIXM51CodeSide getSide()
      Returns the role value contained in the value of the SIDE_PROPERTY property. Returns null if the value of the SIDE_PROPERTY property is null.

      The side of the runway where the deposited material is located.

      Returns:
      the role value of the SIDE_PROPERTY property.
      See Also:
    • setSide

      public void setSide(TLcdAIXM51CodeSide aValue)
      Sets the value of the property that maps to the side 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 SIDE_PROPERTY property is set to null.

      The side of the runway where the deposited material is located.

      Parameters:
      aValue - the role value to set for the SIDE_PROPERTY property.
    • getDistance

      public TLcdAIXM51ValDistance getDistance()
      Returns the value of the property that maps to the distance element.

      Distance from the edge of the movement area.

      Returns:
      the value of the DISTANCE_PROPERTY property.
    • setDistance

      public void setDistance(TLcdAIXM51ValDistance aValue)
      Sets the value of the property that maps to the distance element.

      Distance from the edge of the movement area.

      Parameters:
      aValue - the value to set for the DISTANCE_PROPERTY property.
    • getDepth

      public TLcdAIXM51ValDepth getDepth()
      Returns the value of the property that maps to the depth element.

      Height of the ridges of deposited material.

      Returns:
      the value of the DEPTH_PROPERTY property.
    • setDepth

      public void setDepth(TLcdAIXM51ValDepth aValue)
      Sets the value of the property that maps to the depth element.

      Height of the ridges of deposited material.

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