public class IntermediateFixDetails extends Object
Java class for IntermediateFixDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntermediateFixDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fixRelatedTransitionCode" type="{http://www.arinc424.com/xml/enumerations}FixRelatedTransitionCode"/>
<element name="intermediateDistance" type="{http://www.arinc424.com/xml/datatypes}AlongTrackDistance"/>
<element name="fixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointReference |
fixRef |
protected FixRelatedTransitionCode |
fixRelatedTransitionCode |
protected long |
intermediateDistance |
| Constructor and Description |
|---|
IntermediateFixDetails() |
| Modifier and Type | Method and Description |
|---|---|
PointReference |
getFixRef()
Gets the value of the fixRef property.
|
FixRelatedTransitionCode |
getFixRelatedTransitionCode()
Gets the value of the fixRelatedTransitionCode property.
|
long |
getIntermediateDistance()
Gets the value of the intermediateDistance property.
|
void |
setFixRef(PointReference value)
Sets the value of the fixRef property.
|
void |
setFixRelatedTransitionCode(FixRelatedTransitionCode value)
Sets the value of the fixRelatedTransitionCode property.
|
void |
setIntermediateDistance(long value)
Sets the value of the intermediateDistance property.
|
protected FixRelatedTransitionCode fixRelatedTransitionCode
protected long intermediateDistance
protected PointReference fixRef
public FixRelatedTransitionCode getFixRelatedTransitionCode()
FixRelatedTransitionCodepublic void setFixRelatedTransitionCode(FixRelatedTransitionCode value)
value - allowed object is
FixRelatedTransitionCodepublic long getIntermediateDistance()
public void setIntermediateDistance(long value)
public PointReference getFixRef()
PointReferencepublic void setFixRef(PointReference value)
value - allowed object is
PointReferenceCopyright © 2020. All rights reserved.