public class ViaSID extends Object
Java class for ViaSID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaSID"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sidRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/> <element name="SIDSelectedRoutes" 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 |
sidRef |
protected SIDSTARSelectedRoutes |
sidSelectedRoutes |
Constructor and Description |
---|
ViaSID() |
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 |
getSidRef()
Gets the value of the sidRef property.
|
SIDSTARSelectedRoutes |
getSIDSelectedRoutes()
Gets the value of the sidSelectedRoutes property.
|
void |
setCruiseAltitude(Altitude value)
Sets the value of the cruiseAltitude property.
|
void |
setCycleDate(String value)
Sets the value of the cycleDate property.
|
void |
setSidRef(Object value)
Sets the value of the sidRef property.
|
void |
setSIDSelectedRoutes(SIDSTARSelectedRoutes value)
Sets the value of the sidSelectedRoutes property.
|
protected Object sidRef
protected SIDSTARSelectedRoutes sidSelectedRoutes
protected String cycleDate
protected Altitude cruiseAltitude
public Object getSidRef()
Object
public void setSidRef(Object value)
value
- allowed object is
Object
public SIDSTARSelectedRoutes getSIDSelectedRoutes()
SIDSTARSelectedRoutes
public void setSIDSelectedRoutes(SIDSTARSelectedRoutes value)
value
- allowed object is
SIDSTARSelectedRoutes
public String getCycleDate()
String
public void setCycleDate(String value)
value
- allowed object is
String
public Altitude getCruiseAltitude()
Altitude
Copyright © 2017. All rights reserved.