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