Class TLcdAIXM51RadarComponent

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51RadarComponent extends TLcdAIXM51AbstractAIXMObject
Indicates radar use of a RadarEquipment as a component of the radar service provided by a RadarSystem.
Since:
10.0
  • Field Details

    • COLLOCATION_GROUP_PROPERTY

      public static final TLcdDataProperty COLLOCATION_GROUP_PROPERTY
      Data property that maps to the collocationGroup element. The possible values for this property are instances of TLcdAIXM51Optional<long>.
    • 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_RADAR_EQUIPMENT_PROPERTY

      public static final TLcdDataProperty THE_RADAR_EQUIPMENT_PROPERTY
      Data property that maps to the theRadarEquipment element. The possible values for this property are instances of TLcdAIXM51Association<TLcdAIXM51Feature<?>>.
    • 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

    • TLcdAIXM51RadarComponent

      public TLcdAIXM51RadarComponent()
    • TLcdAIXM51RadarComponent

      public TLcdAIXM51RadarComponent(TLcdDataType aType)
  • Method Details

    • getCollocationGroup

      public Long getCollocationGroup()
      Returns the role value contained in the value of the COLLOCATION_GROUP_PROPERTY property. Returns null if the value of the COLLOCATION_GROUP_PROPERTY property is null.

      Set of radar equipments that are collocated. All Radar equipment that has the same value for this property are collocated together.

      Returns:
      the role value of the COLLOCATION_GROUP_PROPERTY property.
      See Also:
    • setCollocationGroup

      public void setCollocationGroup(Long aValue)
      Sets the value of the property that maps to the collocationGroup 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 COLLOCATION_GROUP_PROPERTY property is set to null.

      Set of radar equipments that are collocated. All Radar equipment that has the same value for this property are collocated together.

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

      public TLcdAIXM51Feature<? extends TLcdAIXM51AbstractRadarEquipmentTimeSlice> getTheRadarEquipment()
      Returns the role value contained in the value of the THE_RADAR_EQUIPMENT_PROPERTY property. Returns null if the value of the THE_RADAR_EQUIPMENT_PROPERTY property is null.

      The equipment that make up the component(s) of a Radar System.

      Returns:
      the role value of the THE_RADAR_EQUIPMENT_PROPERTY property.
      See Also:
    • setTheRadarEquipment

      public void setTheRadarEquipment(TLcdAIXM51Feature<? extends TLcdAIXM51AbstractRadarEquipmentTimeSlice> aValue)
      Sets the value of the property that maps to the theRadarEquipment element. to a new instance of the association class TLcdAIXM51Association initialized with the given role value. In case the given role value is null, the THE_RADAR_EQUIPMENT_PROPERTY property is set to null.

      The equipment that make up the component(s) of a Radar System.

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