public class ViaEnrouteLeg extends Leg
Java class for ViaEnrouteLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaEnrouteLeg">
<complexContent>
<extension base="{}Leg">
<sequence>
<element name="selectedEnroute" type="{}SelectedEnroute"/>
<element name="cruisingAltitude" type="{http://www.arinc424.com/xml/datatypes}AltitudeValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cruisingAltitude |
protected SelectedEnroute |
selectedEnroute |
fixIdent, fixRef, recNavaidIdent, recNavaidRef, sequenceNumberareaCode, customerCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
ViaEnrouteLeg() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCruisingAltitude()
Gets the value of the cruisingAltitude property.
|
SelectedEnroute |
getSelectedEnroute()
Gets the value of the selectedEnroute property.
|
void |
setCruisingAltitude(Integer value)
Sets the value of the cruisingAltitude property.
|
void |
setSelectedEnroute(SelectedEnroute value)
Sets the value of the selectedEnroute property.
|
getFixIdent, getFixRef, getRecNavaidIdent, getRecNavaidRef, getSequenceNumber, setFixIdent, setFixRef, setRecNavaidIdent, setRecNavaidRef, setSequenceNumbergetAreaCode, getCustomerCode, getCycleDate, getNotes, getRecordType, setAreaCode, setCustomerCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected SelectedEnroute selectedEnroute
protected Integer cruisingAltitude
public SelectedEnroute getSelectedEnroute()
SelectedEnroutepublic void setSelectedEnroute(SelectedEnroute value)
value - allowed object is
SelectedEnroutepublic Integer getCruisingAltitude()
IntegerCopyright © 2020. All rights reserved.