public class AirportHeliportLocalizerMarker extends A424Point
Java class for AirportHeliportLocalizerMarker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AirportHeliportLocalizerMarker">
<complexContent>
<extension base="{}A424Point">
<sequence>
<element name="elevation" type="{http://www.arinc424.com/xml/datatypes}Elevation"/>
<element name="localizerRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
<element name="locatorClass" type="{}LocatorClass" minOccurs="0"/>
<element name="locatorFacilityCharacteristics" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="locatorFrequency" type="{http://www.arinc424.com/xml/datatypes}Frequency" minOccurs="0"/>
<element name="markerType" type="{http://www.arinc424.com/xml/enumerations}MarkerType" minOccurs="0"/>
<element name="minorAxisBearing" type="{http://www.arinc424.com/xml/datatypes}MinorAxisBearing" minOccurs="0"/>
<element name="runwayIdentifier" type="{http://www.arinc424.com/xml/datatypes}RunwayIdentifier" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
elevation
The Facility Elevation field provides the elevation of navaids and communication transmitters.
|
protected PointReference |
localizerRef
The “Localizer/MLS/GLS Identifier” field identifies the localizer, MLS facility or GLS Ref Path defined in the record.
|
protected LocatorClass |
locatorClass
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 String |
locatorFacilityCharacteristics
The “Facility Characteristics” field identifies the characteristics of the NAVAID facility.
|
protected Frequency |
locatorFrequency
The “VOR/NDB Frequency” field specifies the frequency of the NAVAID identified in the “VOR/NDB Identifier” field of the record.
|
protected MarkerType |
markerType
The “Marker Type” field defines the type of marker.
|
protected BigDecimal |
minorAxisBearing
The “Minor Axis Bearing” field indicates the true bearing of the minor axis of marker beacons.
|
protected RunwayIdentifier |
runwayIdentifier
The “Runway Identifier” field identifies the runways described in runway records and runways served by the ILS/MLS described in ILS/MLS records.
|
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceId, uirRefareaCode, customerCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
AirportHeliportLocalizerMarker() |
| Modifier and Type | Method and Description |
|---|---|
int |
getElevation()
Gets the value of the elevation property.
|
PointReference |
getLocalizerRef()
Gets the value of the localizerRef property.
|
LocatorClass |
getLocatorClass()
Gets the value of the locatorClass property.
|
String |
getLocatorFacilityCharacteristics()
Gets the value of the locatorFacilityCharacteristics property.
|
Frequency |
getLocatorFrequency()
Gets the value of the locatorFrequency property.
|
MarkerType |
getMarkerType()
Gets the value of the markerType property.
|
BigDecimal |
getMinorAxisBearing()
Gets the value of the minorAxisBearing property.
|
RunwayIdentifier |
getRunwayIdentifier()
Gets the value of the runwayIdentifier property.
|
void |
setElevation(int value)
Sets the value of the elevation property.
|
void |
setLocalizerRef(PointReference value)
Sets the value of the localizerRef property.
|
void |
setLocatorClass(LocatorClass value)
Sets the value of the locatorClass property.
|
void |
setLocatorFacilityCharacteristics(String value)
Sets the value of the locatorFacilityCharacteristics property.
|
void |
setLocatorFrequency(Frequency value)
Sets the value of the locatorFrequency property.
|
void |
setMarkerType(MarkerType value)
Sets the value of the markerType property.
|
void |
setMinorAxisBearing(BigDecimal value)
Sets the value of the minorAxisBearing property.
|
void |
setRunwayIdentifier(RunwayIdentifier value)
Sets the value of the runwayIdentifier property.
|
getDatumCode, getFirRef, getIcaoCode, getIdentifier, getLocation, getMagneticVariation, getName, getReferenceId, getUirRef, setDatumCode, setFirRef, setIcaoCode, setIdentifier, setLocation, setMagneticVariation, setName, setReferenceId, setUirRefgetAreaCode, getCustomerCode, getCycleDate, getNotes, getRecordType, setAreaCode, setCustomerCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected int elevation
protected PointReference localizerRef
protected LocatorClass locatorClass
protected String locatorFacilityCharacteristics
protected Frequency locatorFrequency
protected MarkerType markerType
protected BigDecimal minorAxisBearing
protected RunwayIdentifier runwayIdentifier
public int getElevation()
The Facility Elevation field provides the elevation of navaids and communication transmitters.
public void setElevation(int value)
getElevation()public PointReference getLocalizerRef()
The “Localizer/MLS/GLS Identifier” field identifies the localizer, MLS facility or GLS Ref Path defined in the record. In the Runway Record, two “Landing Systems” may be defined.
PointReferencepublic void setLocalizerRef(PointReference value)
value - allowed object is
PointReferencegetLocalizerRef()public LocatorClass getLocatorClass()
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.
LocatorClasspublic void setLocatorClass(LocatorClass value)
value - allowed object is
LocatorClassgetLocatorClass()public String getLocatorFacilityCharacteristics()
The “Facility Characteristics” field identifies the characteristics of the NAVAID facility.
Stringpublic void setLocatorFacilityCharacteristics(String value)
value - allowed object is
StringgetLocatorFacilityCharacteristics()public Frequency getLocatorFrequency()
The “VOR/NDB Frequency” field specifies the frequency of the NAVAID identified in the “VOR/NDB Identifier” field of the record.
Frequencypublic void setLocatorFrequency(Frequency value)
value - allowed object is
FrequencygetLocatorFrequency()public MarkerType getMarkerType()
The “Marker Type” field defines the type of marker.
MarkerTypepublic void setMarkerType(MarkerType value)
value - allowed object is
MarkerTypegetMarkerType()public BigDecimal getMinorAxisBearing()
The “Minor Axis Bearing” field indicates the true bearing of the minor axis of marker beacons.
BigDecimalpublic void setMinorAxisBearing(BigDecimal value)
value - allowed object is
BigDecimalgetMinorAxisBearing()public RunwayIdentifier getRunwayIdentifier()
The “Runway Identifier” field identifies the runways described in runway records and runways served by the ILS/MLS described in ILS/MLS records.
RunwayIdentifierpublic void setRunwayIdentifier(RunwayIdentifier value)
value - allowed object is
RunwayIdentifiergetRunwayIdentifier()Copyright © 2020. All rights reserved.