public class STARCommonRoute extends CommonRoute
Java class for STARCommonRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STARCommonRoute">
<complexContent>
<extension base="{}CommonRoute">
<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.
|
routeQualificationsmsaRef, procedureLeg, transitionAltitudeidentifiersupplementalData| Constructor and Description |
|---|
STARCommonRoute() |
| 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, setRouteQualificationsgetMsaRef, 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.