public abstract class Navaid extends A424Point
Java class for Navaid complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Navaid"> <complexContent> <extension base="{}A424Point"> <sequence> <element name="portRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> <element name="elevation" type="{http://www.arinc424.com/xml/datatypes}Elevation" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
elevation
Elevation of the navaid location in feet.
|
protected PointReference |
portRef
Defines the location of a designated point using a combination of angles and distances based on the guidance service.
|
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRef
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
Navaid() |
Modifier and Type | Method and Description |
---|---|
Integer |
getElevation()
Gets the value of the elevation property.
|
PointReference |
getPortRef()
Gets the value of the portRef property.
|
void |
setElevation(Integer value)
Sets the value of the elevation property.
|
void |
setPortRef(PointReference value)
Sets the value of the portRef property.
|
getDatumCode, getFirRef, getIcaoCode, getIdentifier, getLocation, getMagneticVariation, getName, getReferenceID, getUirRef, setDatumCode, setFirRef, setIcaoCode, setIdentifier, setLocation, setMagneticVariation, setName, setReferenceID, setUirRef
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected PointReference portRef
protected Integer elevation
public PointReference getPortRef()
Defines the location of a designated point using a combination of angles and distances based on the guidance service. The set of angles and distances must not under specify the location.
PointReference
public void setPortRef(PointReference value)
value
- allowed object is
PointReference
getPortRef()
public Integer getElevation()
Elevation of the navaid location in feet.
Integer
public void setElevation(Integer value)
value
- allowed object is
Integer
getElevation()
Copyright © 2017. All rights reserved.