public class ViaFix extends Object
Java class for ViaFix complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaFix"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="viaFixRef" 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 |
viaFixRef |
Constructor and Description |
---|
ViaFix() |
Modifier and Type | Method and Description |
---|---|
Altitude |
getCruiseAltitude()
Gets the value of the cruiseAltitude property.
|
PointReference |
getViaFixRef()
Gets the value of the viaFixRef property.
|
void |
setCruiseAltitude(Altitude value)
Sets the value of the cruiseAltitude property.
|
void |
setViaFixRef(PointReference value)
Sets the value of the viaFixRef property.
|
protected PointReference viaFixRef
protected Altitude cruiseAltitude
public PointReference getViaFixRef()
PointReference
public void setViaFixRef(PointReference value)
value
- allowed object is
PointReference
public Altitude getCruiseAltitude()
Altitude
Copyright © 2017. All rights reserved.