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, waypointDescriptor
fixIdent, fixRef, recNavaidIdent, recNavaidRef, sequenceNumber
custAreaCode, cycleDate, notes, recordType
supplementalData
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, setWaypointDescriptor
getFixIdent, getFixRef, getRecNavaidIdent, getRecNavaidRef, getSequenceNumber, setFixIdent, setFixRef, setRecNavaidIdent, setRecNavaidRef, setSequenceNumber
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected ApproachWaypointDescription approachWaypointDescription
protected StepDownFix stepDownFix
protected BigDecimal verticalAngle
public ApproachWaypointDescription getApproachWaypointDescription()
ApproachWaypointDescription
public void setApproachWaypointDescription(ApproachWaypointDescription value)
value
- allowed object is
ApproachWaypointDescription
public StepDownFix getStepDownFix()
StepDownFix
public void setStepDownFix(StepDownFix value)
value
- allowed object is
StepDownFix
public BigDecimal getVerticalAngle()
BigDecimal
public void setVerticalAngle(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2017. All rights reserved.