Class TLcdAIXM51AirspaceVolumeDependency

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdAIXM51AirspaceVolumeDependency extends TLcdAIXM51AbstractAIXMObject
An association class that defines the dependency between the geometry of an AirspaceVolume and the geometry of another (parent) Airspace.
Since:
10.0
  • Field Details

    • DEPENDENCY_PROPERTY

      public static final TLcdDataProperty DEPENDENCY_PROPERTY
      Data property that maps to the dependency element. The possible values for this property are instances of TLcdAIXM51Optional<TLcdAIXM51CodeAirspaceDependency>.
    • 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_AIRSPACE_PROPERTY

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

    • TLcdAIXM51AirspaceVolumeDependency

      public TLcdAIXM51AirspaceVolumeDependency()
    • TLcdAIXM51AirspaceVolumeDependency

      public TLcdAIXM51AirspaceVolumeDependency(TLcdDataType aType)
  • Method Details

    • getDependency

      public TLcdAIXM51CodeAirspaceDependency getDependency()
      Returns the role value contained in the value of the DEPENDENCY_PROPERTY property. Returns null if the value of the DEPENDENCY_PROPERTY property is null.

      A code indicating how the geometry of the AirspaceVolume depends on the geometry of the contributor Airspace.

      Returns:
      the role value of the DEPENDENCY_PROPERTY property.
      See Also:
    • setDependency

      public void setDependency(TLcdAIXM51CodeAirspaceDependency aValue)
      Sets the value of the property that maps to the dependency 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 DEPENDENCY_PROPERTY property is set to null.

      A code indicating how the geometry of the AirspaceVolume depends on the geometry of the contributor Airspace.

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

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

      A (parent) Airspace, whose geometry has an impact on the geometry of the AirspaceVolume.

      Returns:
      the role value of the THE_AIRSPACE_PROPERTY property.
      See Also:
    • setTheAirspace

      public void setTheAirspace(TLcdAIXM51Feature<TLcdAIXM51AirspaceTimeSlice> aValue)
      Sets the value of the property that maps to the theAirspace 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_AIRSPACE_PROPERTY property is set to null.

      A (parent) Airspace, whose geometry has an impact on the geometry of the AirspaceVolume.

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