public class STARRunwayTransition extends RunwayTransition
Java class for STARRunwayTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STARRunwayTransition">
<complexContent>
<extension base="{}RunwayTransition">
<sequence>
<element name="isToRunway" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isToRunway
If this element exists and is true then the STAR Common Route was to a runway.
|
routeQualifications, vectoringmsaRef, procedureLeg, transitionAltitudeidentifiersupplementalData| Constructor and Description |
|---|
STARRunwayTransition() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIsToRunway()
Gets the value of the isToRunway property.
|
void |
setIsToRunway(Boolean value)
Sets the value of the isToRunway property.
|
getRouteQualifications, getVectoring, setRouteQualifications, setVectoringgetMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitudegetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected Boolean isToRunway
public Boolean isIsToRunway()
If this element exists and is true then the STAR Common Route was to a runway.
Booleanpublic void setIsToRunway(Boolean value)
value - allowed object is
BooleanisIsToRunway()Copyright © 2017. All rights reserved.