Class TLcdAIXM51SurveillanceGroundStation

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51SurveillanceGroundStation extends TLcdAIXM51AbstractAIXMObject
Characterizes the ground station where the Radar Scope is utilized.
Since:
10.0
  • Field Details

    • VIDEO_MAP_PROPERTY

      public static final TLcdDataProperty VIDEO_MAP_PROPERTY
      Data property that maps to the videoMap element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeYesNo>.
    • 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>>.
    • THE_UNIT_PROPERTY

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

    • TLcdAIXM51SurveillanceGroundStation

      public TLcdAIXM51SurveillanceGroundStation()
    • TLcdAIXM51SurveillanceGroundStation

      public TLcdAIXM51SurveillanceGroundStation(TLcdDataType aType)
  • Method Details

    • getVideoMap

      public TLcdAIXM51CodeYesNo getVideoMap()
      Returns the role value contained in the value of the VIDEO_MAP_PROPERTY property. Returns null if the value of the VIDEO_MAP_PROPERTY property is null.

      Indicates whether a Video Map is available for the component.

      Returns:
      the role value of the VIDEO_MAP_PROPERTY property.
      See Also:
    • setVideoMap

      public void setVideoMap(TLcdAIXM51CodeYesNo aValue)
      Sets the value of the property that maps to the videoMap 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 VIDEO_MAP_PROPERTY property is set to null.

      Indicates whether a Video Map is available for the component.

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

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

      The gorund station where the Radar Scope is utilized.

      Returns:
      the role value of the THE_UNIT_PROPERTY property.
      See Also:
    • setTheUnit

      public void setTheUnit(TLcdAIXM51Feature<TLcdAIXM51UnitTimeSlice> aValue)
      Sets the value of the property that maps to the theUnit 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 THE_UNIT_PROPERTY property is set to null.

      The gorund station where the Radar Scope is utilized.

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