public class ViaSTAR extends Object
Java class for ViaSTAR complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ViaSTAR">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="starRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
         <element name="STARselectedRoutes" type="{}SIDSTARSelectedRoutes"/>
         <element name="cycleDate" type="{http://www.arinc424.com/xml/datatypes}CycleDate"/>
         <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 String | cycleDate | 
| protected Object | starRef | 
| protected SIDSTARSelectedRoutes | staRselectedRoutes | 
| Constructor and Description | 
|---|
| ViaSTAR() | 
| Modifier and Type | Method and Description | 
|---|---|
| Altitude | getCruiseAltitude()Gets the value of the cruiseAltitude property. | 
| String | getCycleDate()Gets the value of the cycleDate property. | 
| Object | getStarRef()Gets the value of the starRef property. | 
| SIDSTARSelectedRoutes | getSTARselectedRoutes()Gets the value of the staRselectedRoutes property. | 
| void | setCruiseAltitude(Altitude value)Sets the value of the cruiseAltitude property. | 
| void | setCycleDate(String value)Sets the value of the cycleDate property. | 
| void | setStarRef(Object value)Sets the value of the starRef property. | 
| void | setSTARselectedRoutes(SIDSTARSelectedRoutes value)Sets the value of the staRselectedRoutes property. | 
protected Object starRef
protected SIDSTARSelectedRoutes staRselectedRoutes
protected String cycleDate
protected Altitude cruiseAltitude
public Object getStarRef()
Objectpublic void setStarRef(Object value)
value - allowed object is
     Objectpublic SIDSTARSelectedRoutes getSTARselectedRoutes()
SIDSTARSelectedRoutespublic void setSTARselectedRoutes(SIDSTARSelectedRoutes value)
value - allowed object is
     SIDSTARSelectedRoutespublic String getCycleDate()
Stringpublic void setCycleDate(String value)
value - allowed object is
     Stringpublic Altitude getCruiseAltitude()
AltitudeCopyright © 2017. All rights reserved.