public abstract class ProcedureRoute extends Route
Java class for ProcedureRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcedureRoute"> <complexContent> <extension base="{}Route"> <sequence> <element name="transitionAltitude" type="{http://www.arinc424.com/xml/datatypes}TransitionAltitude"/> <element name="msaRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/> <element name="procedureLeg" type="{}ProcedureLeg" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Object |
msaRef
When the terminal procedure has a simgle MSA defined, on the common or final approach route, this field will contain a reference to the MSA for the entire procedure.
|
protected List<ProcedureLeg> |
procedureLeg |
protected int |
transitionAltitude
The “Transition Altitude” field defines the altitude in the vicinity of an airport or heliport at or below which the vertical position of an aircraft is controlled by reference to altitudes (MSL).
|
identifier
supplementalData
Constructor and Description |
---|
ProcedureRoute() |
Modifier and Type | Method and Description |
---|---|
Object |
getMsaRef()
Gets the value of the msaRef property.
|
List<ProcedureLeg> |
getProcedureLeg()
Gets the value of the procedureLeg property.
|
int |
getTransitionAltitude()
Gets the value of the transitionAltitude property.
|
void |
setMsaRef(Object value)
Sets the value of the msaRef property.
|
void |
setTransitionAltitude(int value)
Sets the value of the transitionAltitude property.
|
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected int transitionAltitude
protected Object msaRef
protected List<ProcedureLeg> procedureLeg
public int getTransitionAltitude()
The “Transition Altitude” field defines the altitude in the vicinity of an airport or heliport at or below which the vertical position of an aircraft is controlled by reference to altitudes (MSL). The “Transition Level” field defines the lowest flight level available for use above the transition altitude. Aircraft descending through the transition layer will use altimeters set to local station pressure, while departing aircraft climbing through the layer will be using standard altimeter setting (QNE) of 29.92 inches of mercury, 1013.2 millibars or 1013.2 hectopascals.
public void setTransitionAltitude(int value)
getTransitionAltitude()
public Object getMsaRef()
When the terminal procedure has a simgle MSA defined, on the common or final approach route, this field will contain a reference to the MSA for the entire procedure. If the government source MSA is "by transition," the reference is populated on each transition.
Object
public void setMsaRef(Object value)
value
- allowed object is
Object
getMsaRef()
public List<ProcedureLeg> getProcedureLeg()
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 procedureLeg property.
For example, to add a new item, do as follows:
getProcedureLeg().add(newItem);
Objects of the following type(s) are allowed in the list
ProcedureLeg
Copyright © 2017. All rights reserved.