public abstract class SIDSTAR extends Procedure
Java class for SIDSTAR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SIDSTAR">
<complexContent>
<extension base="{}Procedure">
<sequence>
<element name="isVorDmeRnav" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isDatabaseSupportedRnav" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="rnavPbnNavSpec" type="{http://www.arinc424.com/xml/enumerations}RnavPbnNavSpec" minOccurs="0"/>
<element name="rnpPbnNavSpec" type="{http://www.arinc424.com/xml/enumerations}RnpPbnNavSpec" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isDatabaseSupportedRnav
Database Supported RNAV
|
protected Boolean |
isVorDmeRnav
If this element exists and is true then the procedure is VOR/DME RNAV.
|
protected RnavPbnNavSpec |
rnavPbnNavSpec
This element indicates a RNAV PBN navigation specification applies to this procedure
|
protected RnpPbnNavSpec |
rnpPbnNavSpec
This element indicates a RNP PBN navigation specification applies to this procedure
|
isHelicopterOnlyProcedure, isRnav, isSpecial, procedureDesignAircraftCategoryOrType, procedureDesignMagVar, referenceIDidentifiersupplementalData| Constructor and Description |
|---|
SIDSTAR() |
| Modifier and Type | Method and Description |
|---|---|
RnavPbnNavSpec |
getRnavPbnNavSpec()
Gets the value of the rnavPbnNavSpec property.
|
RnpPbnNavSpec |
getRnpPbnNavSpec()
Gets the value of the rnpPbnNavSpec property.
|
Boolean |
isIsDatabaseSupportedRnav()
Gets the value of the isDatabaseSupportedRnav property.
|
Boolean |
isIsVorDmeRnav()
Gets the value of the isVorDmeRnav property.
|
void |
setIsDatabaseSupportedRnav(Boolean value)
Sets the value of the isDatabaseSupportedRnav property.
|
void |
setIsVorDmeRnav(Boolean value)
Sets the value of the isVorDmeRnav property.
|
void |
setRnavPbnNavSpec(RnavPbnNavSpec value)
Sets the value of the rnavPbnNavSpec property.
|
void |
setRnpPbnNavSpec(RnpPbnNavSpec value)
Sets the value of the rnpPbnNavSpec property.
|
getProcedureDesignAircraftCategoryOrType, getProcedureDesignMagVar, getReferenceID, isIsHelicopterOnlyProcedure, isIsRnav, isIsSpecial, setIsHelicopterOnlyProcedure, setIsRnav, setIsSpecial, setProcedureDesignAircraftCategoryOrType, setProcedureDesignMagVar, setReferenceIDgetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected Boolean isVorDmeRnav
protected Boolean isDatabaseSupportedRnav
protected RnavPbnNavSpec rnavPbnNavSpec
protected RnpPbnNavSpec rnpPbnNavSpec
public Boolean isIsVorDmeRnav()
If this element exists and is true then the procedure is VOR/DME RNAV.
Booleanpublic void setIsVorDmeRnav(Boolean value)
value - allowed object is
BooleanisIsVorDmeRnav()public Boolean isIsDatabaseSupportedRnav()
Database Supported RNAV
Booleanpublic void setIsDatabaseSupportedRnav(Boolean value)
value - allowed object is
BooleanisIsDatabaseSupportedRnav()public RnavPbnNavSpec getRnavPbnNavSpec()
This element indicates a RNAV PBN navigation specification applies to this procedure
RnavPbnNavSpecpublic void setRnavPbnNavSpec(RnavPbnNavSpec value)
value - allowed object is
RnavPbnNavSpecgetRnavPbnNavSpec()public RnpPbnNavSpec getRnpPbnNavSpec()
This element indicates a RNP PBN navigation specification applies to this procedure
RnpPbnNavSpecpublic void setRnpPbnNavSpec(RnpPbnNavSpec value)
value - allowed object is
RnpPbnNavSpecgetRnpPbnNavSpec()Copyright © 2017. All rights reserved.