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 |
dmeRef
This 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 |
ndbClass
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.
|
protected Frequency |
ndbFrequency |
protected Long |
repititionRate |
protected TypeOfEmission |
typeOfEmission |
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRef
custAreaCode, cycleDate, notes, recordType
supplementalData
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, setPortRef
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 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.
NdbNavaidClass
public void setNdbClass(NdbNavaidClass value)
value
- allowed object is
NdbNavaidClass
getNdbClass()
public Frequency getNdbFrequency()
Frequency
public void setNdbFrequency(Frequency value)
value
- allowed object is
Frequency
public TypeOfEmission getTypeOfEmission()
TypeOfEmission
public void setTypeOfEmission(TypeOfEmission value)
value
- allowed object is
TypeOfEmission
public Long getRepititionRate()
Long
public void setRepititionRate(Long value)
value
- allowed object is
Long
public NavaidNDBEmissionType getNavaidNdbEmissionType()
NavaidNDBEmissionType
public void setNavaidNdbEmissionType(NavaidNDBEmissionType value)
value
- allowed object is
NavaidNDBEmissionType
public 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)
PointReference
public void setDmeRef(PointReference value)
value
- allowed object is
PointReference
getDmeRef()
Copyright © 2017. All rights reserved.