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, referenceID
identifier
supplementalData
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, setReferenceID
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected 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.
Boolean
public void setIsVorDmeRnav(Boolean value)
value
- allowed object is
Boolean
isIsVorDmeRnav()
public Boolean isIsDatabaseSupportedRnav()
Database Supported RNAV
Boolean
public void setIsDatabaseSupportedRnav(Boolean value)
value
- allowed object is
Boolean
isIsDatabaseSupportedRnav()
public RnavPbnNavSpec getRnavPbnNavSpec()
This element indicates a RNAV PBN navigation specification applies to this procedure
RnavPbnNavSpec
public void setRnavPbnNavSpec(RnavPbnNavSpec value)
value
- allowed object is
RnavPbnNavSpec
getRnavPbnNavSpec()
public RnpPbnNavSpec getRnpPbnNavSpec()
This element indicates a RNP PBN navigation specification applies to this procedure
RnpPbnNavSpec
public void setRnpPbnNavSpec(RnpPbnNavSpec value)
value
- allowed object is
RnpPbnNavSpec
getRnpPbnNavSpec()
Copyright © 2017. All rights reserved.