public class ViaRunway extends Object
Java class for ViaRunway complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViaRunway">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="runwayIdent" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier"/>
<element name="toFixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
runwayIdent |
protected PointReference |
toFixRef |
| Constructor and Description |
|---|
ViaRunway() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRunwayIdent()
Gets the value of the runwayIdent property.
|
PointReference |
getToFixRef()
Gets the value of the toFixRef property.
|
void |
setRunwayIdent(String value)
Sets the value of the runwayIdent property.
|
void |
setToFixRef(PointReference value)
Sets the value of the toFixRef property.
|
protected String runwayIdent
protected PointReference toFixRef
public String getRunwayIdent()
Stringpublic void setRunwayIdent(String value)
value - allowed object is
Stringpublic PointReference getToFixRef()
PointReferencepublic void setToFixRef(PointReference value)
value - allowed object is
PointReferenceCopyright © 2017. All rights reserved.