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, vectoringmsaRef, procedureLeg, transitionAltitudeidentifiersupplementalData| 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, setVectoringgetMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitudegetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected Boolean isFromRunway
public Boolean isIsFromRunway()
If this element exists and is true then the SID Runway Transition was from a runway.
Booleanpublic void setIsFromRunway(Boolean value)
value - allowed object is
BooleanisIsFromRunway()Copyright © 2017. All rights reserved.