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()
String
public void setEnrouteIdent(String value)
value
- allowed object is
String
public PointReference getToFixRef()
PointReference
public void setToFixRef(PointReference value)
value
- allowed object is
PointReference
Copyright © 2017. All rights reserved.