public class SIDCommonRoute extends CommonRoute
Java class for SIDCommonRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SIDCommonRoute">
<complexContent>
<extension base="{}CommonRoute">
<sequence>
<element name="IsFromRunway" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isFromRunway
If this element exists and is true then the SID Common Route was from a runway.
|
routeQualificationsmsaRef, procedureLeg, transitionAltitudeidentifiersupplementalData| Constructor and Description |
|---|
SIDCommonRoute() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIsFromRunway()
Gets the value of the isFromRunway property.
|
void |
setIsFromRunway(Boolean value)
Sets the value of the isFromRunway property.
|
getRouteQualifications, setRouteQualificationsgetMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitudegetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected Boolean isFromRunway
public Boolean isIsFromRunway()
If this element exists and is true then the SID Common Route was from a runway.
Booleanpublic void setIsFromRunway(Boolean value)
value - allowed object is
BooleanisIsFromRunway()Copyright © 2017. All rights reserved.