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 | elevationElevation of the navaid location in feet. | 
| protected PointReference | portRefDefines 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, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| 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, setUirRefgetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected 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.
PointReferencepublic void setPortRef(PointReference value)
value - allowed object is
     PointReferencegetPortRef()public Integer getElevation()
Elevation of the navaid location in feet.
Integerpublic void setElevation(Integer value)
value - allowed object is
     IntegergetElevation()Copyright © 2017. All rights reserved.