public class SIDSTARSelectedRoutes extends Object
Java class for SIDSTARSelectedRoutes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SIDSTARSelectedRoutes"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="viaEnroute" type="{}ViaEnroute" minOccurs="0"/> <element name="viaCommon" type="{}ViaCommon" minOccurs="0"/> <element name="viaRunway" type="{}ViaRunway" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ViaCommon |
viaCommon |
protected ViaEnroute |
viaEnroute |
protected ViaRunway |
viaRunway |
Constructor and Description |
---|
SIDSTARSelectedRoutes() |
Modifier and Type | Method and Description |
---|---|
ViaCommon |
getViaCommon()
Gets the value of the viaCommon property.
|
ViaEnroute |
getViaEnroute()
Gets the value of the viaEnroute property.
|
ViaRunway |
getViaRunway()
Gets the value of the viaRunway property.
|
void |
setViaCommon(ViaCommon value)
Sets the value of the viaCommon property.
|
void |
setViaEnroute(ViaEnroute value)
Sets the value of the viaEnroute property.
|
void |
setViaRunway(ViaRunway value)
Sets the value of the viaRunway property.
|
protected ViaEnroute viaEnroute
protected ViaCommon viaCommon
protected ViaRunway viaRunway
public ViaEnroute getViaEnroute()
ViaEnroute
public void setViaEnroute(ViaEnroute value)
value
- allowed object is
ViaEnroute
public ViaCommon getViaCommon()
ViaCommon
public void setViaCommon(ViaCommon value)
value
- allowed object is
ViaCommon
public ViaRunway getViaRunway()
ViaRunway
Copyright © 2017. All rights reserved.