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()
Objectpublic void setApproachRef(Object value)
value - allowed object is
     Objectpublic String getCycleDate()
Stringpublic void setCycleDate(String value)
value - allowed object is
     Stringpublic ApproachSelectedRoutes getApproachSelectedRoutes()
ApproachSelectedRoutespublic void setApproachSelectedRoutes(ApproachSelectedRoutes value)
value - allowed object is
     ApproachSelectedRoutespublic Altitude getCruiseAlt()
AltitudeCopyright © 2017. All rights reserved.