public class SelectedEnroute extends Object
Java class for SelectedEnroute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectedEnroute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="viaFix" type="{}ViaFix"/> <element name="viaAirway" type="{}ViaAirway"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ViaAirway |
viaAirway |
protected ViaFix |
viaFix |
Constructor and Description |
---|
SelectedEnroute() |
Modifier and Type | Method and Description |
---|---|
ViaAirway |
getViaAirway()
Gets the value of the viaAirway property.
|
ViaFix |
getViaFix()
Gets the value of the viaFix property.
|
void |
setViaAirway(ViaAirway value)
Sets the value of the viaAirway property.
|
void |
setViaFix(ViaFix value)
Sets the value of the viaFix property.
|
public ViaFix getViaFix()
ViaFix
public void setViaFix(ViaFix value)
value
- allowed object is
ViaFix
public ViaAirway getViaAirway()
ViaAirway
Copyright © 2017. All rights reserved.