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