public class FinalApproach extends ApproachRoute
Java class for FinalApproach complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinalApproach"> <complexContent> <extension base="{}ApproachRoute"> <sequence> <element name="approachRouteType" type="{http://www.arinc424.com/xml/enumerations}ApproachRouteType"/> <element name="fasBlockProvided" type="{http://www.arinc424.com/xml/enumerations}LevelOfServiceAuthorised" minOccurs="0"/> <element name="fasBlockProvidedLevelOfServiceName" type="{http://www.arinc424.com/xml/enumerations}LevelOfServiceName" minOccurs="0"/> <element name="isRemoteAltimeterRestricted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="lnavAuthorisedForSBAS" type="{http://www.arinc424.com/xml/enumerations}LevelOfServiceAuthorised" minOccurs="0"/> <element name="lnavLevelOfServiceName" type="{http://www.arinc424.com/xml/enumerations}LevelOfServiceName" minOccurs="0"/> <element name="lnavVNAVAuthorisedForSBAS" type="{http://www.arinc424.com/xml/enumerations}LevelOfServiceAuthorised" minOccurs="0"/> <element name="lnavVNAVLevelOfServiceName" type="{http://www.arinc424.com/xml/enumerations}LevelOfServiceName" minOccurs="0"/> <element name="procedureTCH" type="{http://www.arinc424.com/xml/datatypes}ThresholdCrossingHeight" minOccurs="0"/> <element name="rnpLOS" type="{http://www.arinc424.com/xml/datatypes}RNPLOS" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ApproachRouteType |
approachRouteType |
protected LevelOfServiceAuthorised |
fasBlockProvided
The “Level of Service Authorized” field defines whether the Level of Service designated in an associated field (Section 5.275) is authorized or not authorized for a procedure.
|
protected LevelOfServiceName |
fasBlockProvidedLevelOfServiceName
The “Level of Service Name” field identifies the official procedure level of service based on published procedure operating minimums information for Approach Procedures authorized for SBAS and/or RNP.
|
protected Boolean |
isRemoteAltimeterRestricted
The field indicates whether or not the existence and use of a remote altimeter setting is applicable to the procedure.
|
protected LevelOfServiceAuthorised |
lnavAuthorisedForSBAS
The “Level of Service Authorized” field defines whether the Level of Service designated in an associated field (Section 5.275) is authorized or not authorized for a procedure.
|
protected LevelOfServiceName |
lnavLevelOfServiceName
The “Level of Service Name” field identifies the official procedure level of service based on published procedure operating minimums information for Approach Procedures authorized for SBAS and/or RNP.
|
protected LevelOfServiceAuthorised |
lnavVNAVAuthorisedForSBAS
The “Level of Service Authorized” field defines whether the Level of Service designated in an associated field (Section 5.275) is authorized or not authorized for a procedure.
|
protected LevelOfServiceName |
lnavVNAVLevelOfServiceName
The “Level of Service Name” field identifies the official procedure level of service based on published procedure operating minimums information for Approach Procedures authorized for SBAS and/or RNP.
|
protected Long |
procedureTCH
The “Threshold Crossing Height” specifies the height above the landing threshold on a normal glide path.
|
protected List<RNPLOS> |
rnpLOS |
qualifier1, qualifier2
msaRef, procedureLeg, transitionAltitude
identifier
supplementalData
Constructor and Description |
---|
FinalApproach() |
Modifier and Type | Method and Description |
---|---|
ApproachRouteType |
getApproachRouteType()
Gets the value of the approachRouteType property.
|
LevelOfServiceAuthorised |
getFasBlockProvided()
Gets the value of the fasBlockProvided property.
|
LevelOfServiceName |
getFasBlockProvidedLevelOfServiceName()
Gets the value of the fasBlockProvidedLevelOfServiceName property.
|
LevelOfServiceAuthorised |
getLnavAuthorisedForSBAS()
Gets the value of the lnavAuthorisedForSBAS property.
|
LevelOfServiceName |
getLnavLevelOfServiceName()
Gets the value of the lnavLevelOfServiceName property.
|
LevelOfServiceAuthorised |
getLnavVNAVAuthorisedForSBAS()
Gets the value of the lnavVNAVAuthorisedForSBAS property.
|
LevelOfServiceName |
getLnavVNAVLevelOfServiceName()
Gets the value of the lnavVNAVLevelOfServiceName property.
|
Long |
getProcedureTCH()
Gets the value of the procedureTCH property.
|
List<RNPLOS> |
getRnpLOS()
Gets the value of the rnpLOS property.
|
Boolean |
isIsRemoteAltimeterRestricted()
Gets the value of the isRemoteAltimeterRestricted property.
|
void |
setApproachRouteType(ApproachRouteType value)
Sets the value of the approachRouteType property.
|
void |
setFasBlockProvided(LevelOfServiceAuthorised value)
Sets the value of the fasBlockProvided property.
|
void |
setFasBlockProvidedLevelOfServiceName(LevelOfServiceName value)
Sets the value of the fasBlockProvidedLevelOfServiceName property.
|
void |
setIsRemoteAltimeterRestricted(Boolean value)
Sets the value of the isRemoteAltimeterRestricted property.
|
void |
setLnavAuthorisedForSBAS(LevelOfServiceAuthorised value)
Sets the value of the lnavAuthorisedForSBAS property.
|
void |
setLnavLevelOfServiceName(LevelOfServiceName value)
Sets the value of the lnavLevelOfServiceName property.
|
void |
setLnavVNAVAuthorisedForSBAS(LevelOfServiceAuthorised value)
Sets the value of the lnavVNAVAuthorisedForSBAS property.
|
void |
setLnavVNAVLevelOfServiceName(LevelOfServiceName value)
Sets the value of the lnavVNAVLevelOfServiceName property.
|
void |
setProcedureTCH(Long value)
Sets the value of the procedureTCH property.
|
getQualifier1, getQualifier2, setQualifier1, setQualifier2
getMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitude
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected ApproachRouteType approachRouteType
protected LevelOfServiceAuthorised fasBlockProvided
protected LevelOfServiceName fasBlockProvidedLevelOfServiceName
protected Boolean isRemoteAltimeterRestricted
protected LevelOfServiceAuthorised lnavAuthorisedForSBAS
protected LevelOfServiceName lnavLevelOfServiceName
protected LevelOfServiceAuthorised lnavVNAVAuthorisedForSBAS
protected LevelOfServiceName lnavVNAVLevelOfServiceName
protected Long procedureTCH
public ApproachRouteType getApproachRouteType()
ApproachRouteType
public void setApproachRouteType(ApproachRouteType value)
value
- allowed object is
ApproachRouteType
public LevelOfServiceAuthorised getFasBlockProvided()
The “Level of Service Authorized” field defines whether the Level of Service designated in an associated field (Section 5.275) is authorized or not authorized for a procedure.
LevelOfServiceAuthorised
public void setFasBlockProvided(LevelOfServiceAuthorised value)
value
- allowed object is
LevelOfServiceAuthorised
getFasBlockProvided()
public LevelOfServiceName getFasBlockProvidedLevelOfServiceName()
The “Level of Service Name” field identifies the official procedure level of service based on published procedure operating minimums information for Approach Procedures authorized for SBAS and/or RNP.
LevelOfServiceName
public void setFasBlockProvidedLevelOfServiceName(LevelOfServiceName value)
value
- allowed object is
LevelOfServiceName
getFasBlockProvidedLevelOfServiceName()
public Boolean isIsRemoteAltimeterRestricted()
The field indicates whether or not the existence and use of a remote altimeter setting is applicable to the procedure. The field is true when there is a restriction on the use of LNAV/VNAV (Baro-VNAV) lines of minimum.
Boolean
public void setIsRemoteAltimeterRestricted(Boolean value)
value
- allowed object is
Boolean
isIsRemoteAltimeterRestricted()
public LevelOfServiceAuthorised getLnavAuthorisedForSBAS()
The “Level of Service Authorized” field defines whether the Level of Service designated in an associated field (Section 5.275) is authorized or not authorized for a procedure.
LevelOfServiceAuthorised
public void setLnavAuthorisedForSBAS(LevelOfServiceAuthorised value)
value
- allowed object is
LevelOfServiceAuthorised
getLnavAuthorisedForSBAS()
public LevelOfServiceName getLnavLevelOfServiceName()
The “Level of Service Name” field identifies the official procedure level of service based on published procedure operating minimums information for Approach Procedures authorized for SBAS and/or RNP.
LevelOfServiceName
public void setLnavLevelOfServiceName(LevelOfServiceName value)
value
- allowed object is
LevelOfServiceName
getLnavLevelOfServiceName()
public LevelOfServiceAuthorised getLnavVNAVAuthorisedForSBAS()
The “Level of Service Authorized” field defines whether the Level of Service designated in an associated field (Section 5.275) is authorized or not authorized for a procedure.
LevelOfServiceAuthorised
public void setLnavVNAVAuthorisedForSBAS(LevelOfServiceAuthorised value)
value
- allowed object is
LevelOfServiceAuthorised
getLnavVNAVAuthorisedForSBAS()
public LevelOfServiceName getLnavVNAVLevelOfServiceName()
The “Level of Service Name” field identifies the official procedure level of service based on published procedure operating minimums information for Approach Procedures authorized for SBAS and/or RNP.
LevelOfServiceName
public void setLnavVNAVLevelOfServiceName(LevelOfServiceName value)
value
- allowed object is
LevelOfServiceName
getLnavVNAVLevelOfServiceName()
public Long getProcedureTCH()
The “Threshold Crossing Height” specifies the height above the landing threshold on a normal glide path.
Long
public void setProcedureTCH(Long value)
value
- allowed object is
Long
getProcedureTCH()
public List<RNPLOS> getRnpLOS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the rnpLOS property.
For example, to add a new item, do as follows:
getRnpLOS().add(newItem);
Objects of the following type(s) are allowed in the list
RNPLOS
Copyright © 2017. All rights reserved.