public abstract class Leg extends A424Record
Java class for Leg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Leg"> <complexContent> <extension base="{}A424Record"> <sequence> <element name="sequenceNumber" type="{http://www.arinc424.com/xml/datatypes}SequenceNumber"/> <element name="fixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> <element name="fixIdent" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier" minOccurs="0"/> <element name="recNavaidIdent" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier" minOccurs="0"/> <element name="recNavaidRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
fixIdent |
protected PointReference |
fixRef |
protected String |
recNavaidIdent |
protected PointReference |
recNavaidRef |
protected long |
sequenceNumber
For Route Type Records - A route of flight is defined by a series of legs taken in order.
|
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
Leg() |
Modifier and Type | Method and Description |
---|---|
String |
getFixIdent()
Gets the value of the fixIdent property.
|
PointReference |
getFixRef()
Gets the value of the fixRef property.
|
String |
getRecNavaidIdent()
Gets the value of the recNavaidIdent property.
|
PointReference |
getRecNavaidRef()
Gets the value of the recNavaidRef property.
|
long |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
void |
setFixIdent(String value)
Sets the value of the fixIdent property.
|
void |
setFixRef(PointReference value)
Sets the value of the fixRef property.
|
void |
setRecNavaidIdent(String value)
Sets the value of the recNavaidIdent property.
|
void |
setRecNavaidRef(PointReference value)
Sets the value of the recNavaidRef property.
|
void |
setSequenceNumber(long value)
Sets the value of the sequenceNumber property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected long sequenceNumber
protected PointReference fixRef
protected String fixIdent
protected String recNavaidIdent
protected PointReference recNavaidRef
public long getSequenceNumber()
For Route Type Records - A route of flight is defined by a series of legs taken in order. The “Sequence Number” field defines the position of the leg in the sequence defining the route of flight identified in the route identifier field.
public void setSequenceNumber(long value)
getSequenceNumber()
public PointReference getFixRef()
PointReference
public void setFixRef(PointReference value)
value
- allowed object is
PointReference
public String getFixIdent()
String
public void setFixIdent(String value)
value
- allowed object is
String
public String getRecNavaidIdent()
String
public void setRecNavaidIdent(String value)
value
- allowed object is
String
public PointReference getRecNavaidRef()
PointReference
public void setRecNavaidRef(PointReference value)
value
- allowed object is
PointReference
Copyright © 2017. All rights reserved.