public class ViaAirway extends Object
Java class for ViaAirway complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaAirway"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="viaAirwayRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> <element name="exitFixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/> <element name="entryFixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/> <element name="cruiseAltitude" type="{http://www.arinc424.com/xml/datatypes}Altitude" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Altitude |
cruiseAltitude |
protected PointReference |
entryFixRef |
protected PointReference |
exitFixRef |
protected Object |
viaAirwayRef |
Constructor and Description |
---|
ViaAirway() |
Modifier and Type | Method and Description |
---|---|
Altitude |
getCruiseAltitude()
Gets the value of the cruiseAltitude property.
|
PointReference |
getEntryFixRef()
Gets the value of the entryFixRef property.
|
PointReference |
getExitFixRef()
Gets the value of the exitFixRef property.
|
Object |
getViaAirwayRef()
Gets the value of the viaAirwayRef property.
|
void |
setCruiseAltitude(Altitude value)
Sets the value of the cruiseAltitude property.
|
void |
setEntryFixRef(PointReference value)
Sets the value of the entryFixRef property.
|
void |
setExitFixRef(PointReference value)
Sets the value of the exitFixRef property.
|
void |
setViaAirwayRef(Object value)
Sets the value of the viaAirwayRef property.
|
protected Object viaAirwayRef
protected PointReference exitFixRef
protected PointReference entryFixRef
protected Altitude cruiseAltitude
public Object getViaAirwayRef()
Object
public void setViaAirwayRef(Object value)
value
- allowed object is
Object
public PointReference getExitFixRef()
PointReference
public void setExitFixRef(PointReference value)
value
- allowed object is
PointReference
public PointReference getEntryFixRef()
PointReference
public void setEntryFixRef(PointReference value)
value
- allowed object is
PointReference
public Altitude getCruiseAltitude()
Altitude
Copyright © 2017. All rights reserved.