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.
|
routeQualifications
msaRef, procedureLeg, transitionAltitude
identifier
supplementalData
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, setRouteQualifications
getMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitude
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected Boolean isToRunway
public Boolean isIsToRunway()
If this element exists and is true then the STAR Common Route was to a runway.
Boolean
public void setIsToRunway(Boolean value)
value
- allowed object is
Boolean
isIsToRunway()
Copyright © 2017. All rights reserved.