public class NDB extends Navaid
Java class for NDB complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="NDB">
   <complexContent>
     <extension base="{}Navaid">
       <sequence>
         <element name="ndbClass" type="{http://www.arinc424.com/xml/datatypes}NdbNavaidClass"/>
         <element name="ndbFrequency" type="{http://www.arinc424.com/xml/datatypes}Frequency"/>
         <element name="typeOfEmission" type="{http://www.arinc424.com/xml/enumerations}TypeOfEmission" minOccurs="0"/>
         <element name="repititionRate" type="{http://www.arinc424.com/xml/datatypes}RepetitionRate" minOccurs="0"/>
         <element name="navaidNdbEmissionType" type="{http://www.arinc424.com/xml/enumerations}NavaidNDBEmissionType" minOccurs="0"/>
         <element name="dmeRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected PointReference | dmeRefThis field idenifies a reference to a DME navaid which originated in the same source data record as the NDB (i.e. | 
| protected NavaidNDBEmissionType | navaidNdbEmissionType | 
| protected NdbNavaidClass | ndbClassThe “Navaid Class” field provides information in coded format on the type of navaid, the coverage of the navaid, information carried on the navaid signal and collocation of navaids in both an electronic and aeronautical sense. | 
| protected Frequency | ndbFrequency | 
| protected Long | repititionRate | 
| protected TypeOfEmission | typeOfEmission | 
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| NDB() | 
| Modifier and Type | Method and Description | 
|---|---|
| PointReference | getDmeRef()Gets the value of the dmeRef property. | 
| NavaidNDBEmissionType | getNavaidNdbEmissionType()Gets the value of the navaidNdbEmissionType property. | 
| NdbNavaidClass | getNdbClass()Gets the value of the ndbClass property. | 
| Frequency | getNdbFrequency()Gets the value of the ndbFrequency property. | 
| Long | getRepititionRate()Gets the value of the repititionRate property. | 
| TypeOfEmission | getTypeOfEmission()Gets the value of the typeOfEmission property. | 
| void | setDmeRef(PointReference value)Sets the value of the dmeRef property. | 
| void | setNavaidNdbEmissionType(NavaidNDBEmissionType value)Sets the value of the navaidNdbEmissionType property. | 
| void | setNdbClass(NdbNavaidClass value)Sets the value of the ndbClass property. | 
| void | setNdbFrequency(Frequency value)Sets the value of the ndbFrequency property. | 
| void | setRepititionRate(Long value)Sets the value of the repititionRate property. | 
| void | setTypeOfEmission(TypeOfEmission value)Sets the value of the typeOfEmission property. | 
getElevation, getPortRef, setElevation, setPortRefgetDatumCode, getFirRef, getIcaoCode, getIdentifier, getLocation, getMagneticVariation, getName, getReferenceID, getUirRef, setDatumCode, setFirRef, setIcaoCode, setIdentifier, setLocation, setMagneticVariation, setName, setReferenceID, setUirRefgetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected NdbNavaidClass ndbClass
protected Frequency ndbFrequency
protected TypeOfEmission typeOfEmission
protected Long repititionRate
protected NavaidNDBEmissionType navaidNdbEmissionType
protected PointReference dmeRef
public NdbNavaidClass getNdbClass()
The “Navaid Class” field provides information in coded format on the type of navaid, the coverage of the navaid, information carried on the navaid signal and collocation of navaids in both an electronic and aeronautical sense. The field is made up of five columns of codes that define this information.
NdbNavaidClasspublic void setNdbClass(NdbNavaidClass value)
value - allowed object is
     NdbNavaidClassgetNdbClass()public Frequency getNdbFrequency()
Frequencypublic void setNdbFrequency(Frequency value)
value - allowed object is
     Frequencypublic TypeOfEmission getTypeOfEmission()
TypeOfEmissionpublic void setTypeOfEmission(TypeOfEmission value)
value - allowed object is
     TypeOfEmissionpublic Long getRepititionRate()
Longpublic void setRepititionRate(Long value)
value - allowed object is
     Longpublic NavaidNDBEmissionType getNavaidNdbEmissionType()
NavaidNDBEmissionTypepublic void setNavaidNdbEmissionType(NavaidNDBEmissionType value)
value - allowed object is
     NavaidNDBEmissionTypepublic PointReference getDmeRef()
This field idenifies a reference to a DME navaid which originated in the same source data record as the NDB (i.e. is paired with the NDB)
PointReferencepublic void setDmeRef(PointReference value)
value - allowed object is
     PointReferencegetDmeRef()Copyright © 2017. All rights reserved.