Class TLcdAIXM51EquipmentUnavailableAdjustment
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.procedure.approachprocedure.minima.TLcdAIXM51EquipmentUnavailableAdjustment
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Used to describe adjustments to minimums when equipment is not available
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theadjustmentINOPCol
element.static final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theapproachLightingInoperative
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thetype
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theADJUSTMENT_INOP_COL_PROPERTY
property adapted to a list ofTLcdAIXM51EquipmentUnavailableAdjustmentColumn
instances.Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Returns the role value contained in the value of theAPPROACH_LIGHTING_INOPERATIVE_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.getType()
Returns the role value contained in the value of theTYPE_PROPERTY
property.void
Sets the value of the property that maps to theapproachLightingInoperative
element.void
Sets the value of the property that maps to thetype
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
TYPE_PROPERTY
Data property that maps to thetype
element. The possible values for this property are the publicQName
constants defined in this class. -
APPROACH_LIGHTING_INOPERATIVE_PROPERTY
Data property that maps to theapproachLightingInoperative
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>
. -
ADJUSTMENT_INOP_COL_PROPERTY
Data property that maps to theadjustmentINOPCol
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51EquipmentUnavailableAdjustmentColumn>>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51EquipmentUnavailableAdjustment
public TLcdAIXM51EquipmentUnavailableAdjustment() -
TLcdAIXM51EquipmentUnavailableAdjustment
-
-
Method Details
-
getType
Returns the role value contained in the value of theTYPE_PROPERTY
property. Returnsnull
if the value of theTYPE_PROPERTY
property isnull
.The possible values for this property are the public
QName
constants defined in this class.Indicates if the specified altitude/height is adjusted for the case when certain equipment is unavailable.
- Returns:
- the role value of the
TYPE_PROPERTY
property. - See Also:
-
getApproachLightingInoperative
Returns the role value contained in the value of theAPPROACH_LIGHTING_INOPERATIVE_PROPERTY
property. Returnsnull
if the value of theAPPROACH_LIGHTING_INOPERATIVE_PROPERTY
property isnull
.Indicates if the specified altitude/height is adjusted for the case when the approach lighting is inoperative.
- Returns:
- the role value of the
APPROACH_LIGHTING_INOPERATIVE_PROPERTY
property. - See Also:
-
setApproachLightingInoperative
Sets the value of the property that maps to theapproachLightingInoperative
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theAPPROACH_LIGHTING_INOPERATIVE_PROPERTY
property is set tonull
.Indicates if the specified altitude/height is adjusted for the case when the approach lighting is inoperative.
- Parameters:
aValue
- the role value to set for theAPPROACH_LIGHTING_INOPERATIVE_PROPERTY
property.
-
getAdjustmentINOPCol
Gets the value of theADJUSTMENT_INOP_COL_PROPERTY
property adapted to a list ofTLcdAIXM51EquipmentUnavailableAdjustmentColumn
instances.The adjustment to the minimum based on the inoperable equipment
- Returns:
- the value of the
ADJUSTMENT_INOP_COL_PROPERTY
property adapted to a list ofTLcdAIXM51EquipmentUnavailableAdjustmentColumn
instances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-