public class ApproachLeg extends ProcedureLeg
Java class for ApproachLeg complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ApproachLeg">
   <complexContent>
     <extension base="{}ProcedureLeg">
       <sequence>
         <element name="approachWaypointDescription" type="{http://www.arinc424.com/xml/datatypes}ApproachWaypointDescription"/>
         <element name="stepDownFix" type="{http://www.arinc424.com/xml/enumerations}StepDownFix" minOccurs="0"/>
         <element name="verticalAngle" type="{http://www.arinc424.com/xml/datatypes}VerticalAngle" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected ApproachWaypointDescription | approachWaypointDescription | 
| protected StepDownFix | stepDownFix | 
| protected BigDecimal | verticalAngle | 
alt1, alt2, altitudeDescription, arcRadius, atcIndicator, centerFix, centerFixRef, course, distance, holdTime, legDistance, legInboundIndicator, legInboundOutboundIndicator, pathAndTermination, procedureDesignMagVar, rho, rnp1, rnp2, speedLimit, speedLimitDescription, theta, transitionsAltitudeLevel, turnDirection, turnDirectionValid, verticalScaleFactor, waypointDescriptorfixIdent, fixRef, recNavaidIdent, recNavaidRef, sequenceNumbercustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| ApproachLeg() | 
| Modifier and Type | Method and Description | 
|---|---|
| ApproachWaypointDescription | getApproachWaypointDescription()Gets the value of the approachWaypointDescription property. | 
| StepDownFix | getStepDownFix()Gets the value of the stepDownFix property. | 
| BigDecimal | getVerticalAngle()Gets the value of the verticalAngle property. | 
| void | setApproachWaypointDescription(ApproachWaypointDescription value)Sets the value of the approachWaypointDescription property. | 
| void | setStepDownFix(StepDownFix value)Sets the value of the stepDownFix property. | 
| void | setVerticalAngle(BigDecimal value)Sets the value of the verticalAngle property. | 
getAlt1, getAlt2, getAltitudeDescription, getArcRadius, getAtcIndicator, getCenterFix, getCenterFixRef, getCourse, getDistance, getHoldTime, getLegDistance, getLegInboundIndicator, getLegInboundOutboundIndicator, getPathAndTermination, getProcedureDesignMagVar, getRho, getRnp1, getRnp2, getSpeedLimit, getSpeedLimitDescription, getTheta, getTransitionsAltitudeLevel, getTurnDirection, getVerticalScaleFactor, getWaypointDescriptor, isTurnDirectionValid, setAlt1, setAlt2, setAltitudeDescription, setArcRadius, setAtcIndicator, setCenterFix, setCenterFixRef, setCourse, setDistance, setHoldTime, setLegDistance, setLegInboundIndicator, setLegInboundOutboundIndicator, setPathAndTermination, setProcedureDesignMagVar, setRho, setRnp1, setRnp2, setSpeedLimit, setSpeedLimitDescription, setTheta, setTransitionsAltitudeLevel, setTurnDirection, setTurnDirectionValid, setVerticalScaleFactor, setWaypointDescriptorgetFixIdent, getFixRef, getRecNavaidIdent, getRecNavaidRef, getSequenceNumber, setFixIdent, setFixRef, setRecNavaidIdent, setRecNavaidRef, setSequenceNumbergetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected ApproachWaypointDescription approachWaypointDescription
protected StepDownFix stepDownFix
protected BigDecimal verticalAngle
public ApproachWaypointDescription getApproachWaypointDescription()
ApproachWaypointDescriptionpublic void setApproachWaypointDescription(ApproachWaypointDescription value)
value - allowed object is
     ApproachWaypointDescriptionpublic StepDownFix getStepDownFix()
StepDownFixpublic void setStepDownFix(StepDownFix value)
value - allowed object is
     StepDownFixpublic BigDecimal getVerticalAngle()
BigDecimalpublic void setVerticalAngle(BigDecimal value)
value - allowed object is
     BigDecimalCopyright © 2017. All rights reserved.