public class ViaApproach extends Object
Java class for ViaApproach complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaApproach"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="approachRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> <element name="cycleDate" type="{http://www.arinc424.com/xml/datatypes}CycleDate"/> <element name="approachSelectedRoutes" type="{}ApproachSelectedRoutes"/> <element name="cruiseAlt" type="{http://www.arinc424.com/xml/datatypes}Altitude" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Object |
approachRef |
protected ApproachSelectedRoutes |
approachSelectedRoutes |
protected Altitude |
cruiseAlt |
protected String |
cycleDate |
Constructor and Description |
---|
ViaApproach() |
Modifier and Type | Method and Description |
---|---|
Object |
getApproachRef()
Gets the value of the approachRef property.
|
ApproachSelectedRoutes |
getApproachSelectedRoutes()
Gets the value of the approachSelectedRoutes property.
|
Altitude |
getCruiseAlt()
Gets the value of the cruiseAlt property.
|
String |
getCycleDate()
Gets the value of the cycleDate property.
|
void |
setApproachRef(Object value)
Sets the value of the approachRef property.
|
void |
setApproachSelectedRoutes(ApproachSelectedRoutes value)
Sets the value of the approachSelectedRoutes property.
|
void |
setCruiseAlt(Altitude value)
Sets the value of the cruiseAlt property.
|
void |
setCycleDate(String value)
Sets the value of the cycleDate property.
|
protected Object approachRef
protected String cycleDate
protected ApproachSelectedRoutes approachSelectedRoutes
protected Altitude cruiseAlt
public Object getApproachRef()
Object
public void setApproachRef(Object value)
value
- allowed object is
Object
public String getCycleDate()
String
public void setCycleDate(String value)
value
- allowed object is
String
public ApproachSelectedRoutes getApproachSelectedRoutes()
ApproachSelectedRoutes
public void setApproachSelectedRoutes(ApproachSelectedRoutes value)
value
- allowed object is
ApproachSelectedRoutes
public Altitude getCruiseAlt()
Altitude
Copyright © 2017. All rights reserved.