public class SIDRunwayTransition extends RunwayTransition
Java class for SIDRunwayTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SIDRunwayTransition"> <complexContent> <extension base="{}RunwayTransition"> <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 Runway Transition was from a runway.
|
routeQualifications, vectoring
msaRef, procedureLeg, transitionAltitude
identifier
supplementalData
Constructor and Description |
---|
SIDRunwayTransition() |
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, getVectoring, setRouteQualifications, setVectoring
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 Runway Transition was from a runway.
Boolean
public void setIsFromRunway(Boolean value)
value
- allowed object is
Boolean
isIsFromRunway()
Copyright © 2017. All rights reserved.