public class AirwaysMarker extends A424Point
Java class for AirwaysMarker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AirwaysMarker">
<complexContent>
<extension base="{}A424Point">
<sequence>
<element name="elevation" type="{http://www.arinc424.com/xml/datatypes}Elevation"/>
<element name="markerCode" type="{http://www.arinc424.com/xml/datatypes}MarkerCode" minOccurs="0"/>
<element name="markerPower" type="{http://www.arinc424.com/xml/enumerations}HighLow" minOccurs="0"/>
<element name="markerShape" type="{http://www.arinc424.com/xml/enumerations}MarkerShape" minOccurs="0"/>
<element name="minorAxis" type="{http://www.arinc424.com/xml/datatypes}MinorAxisBearing" 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 String |
markerCode
The “Marker Code” field contains the coded ident that provides an aural and visual indication of station passage in the cockpit.
|
protected HighLow |
markerPower
The “High/Low” field indicates the power of the enroute marker.
|
protected MarkerShape |
markerShape
The “Shape” field defines the radiation pattern of an airways marker as being either “bone” or “elliptical.”
|
protected BigDecimal |
minorAxis
The “Minor Axis Bearing” field indicates the true bearing of the minor axis of marker beacons.
|
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceId, uirRefareaCode, customerCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
AirwaysMarker() |
| Modifier and Type | Method and Description |
|---|---|
int |
getElevation()
Gets the value of the elevation property.
|
String |
getMarkerCode()
Gets the value of the markerCode property.
|
HighLow |
getMarkerPower()
Gets the value of the markerPower property.
|
MarkerShape |
getMarkerShape()
Gets the value of the markerShape property.
|
BigDecimal |
getMinorAxis()
Gets the value of the minorAxis property.
|
void |
setElevation(int value)
Sets the value of the elevation property.
|
void |
setMarkerCode(String value)
Sets the value of the markerCode property.
|
void |
setMarkerPower(HighLow value)
Sets the value of the markerPower property.
|
void |
setMarkerShape(MarkerShape value)
Sets the value of the markerShape property.
|
void |
setMinorAxis(BigDecimal value)
Sets the value of the minorAxis 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 String markerCode
protected HighLow markerPower
protected MarkerShape markerShape
protected BigDecimal minorAxis
public int getElevation()
The Facility Elevation field provides the elevation of navaids and communication transmitters.
public void setElevation(int value)
getElevation()public String getMarkerCode()
The “Marker Code” field contains the coded ident that provides an aural and visual indication of station passage in the cockpit. The code shall be keyed so as to transmit dots or dashes, or both, in an appropriate sequence on a radio frequency of 75 MHz. The frequency of the modulating tone is 3000 Hz.
Stringpublic void setMarkerCode(String value)
value - allowed object is
StringgetMarkerCode()public HighLow getMarkerPower()
The “High/Low” field indicates the power of the enroute marker.
HighLowpublic void setMarkerPower(HighLow value)
value - allowed object is
HighLowgetMarkerPower()public MarkerShape getMarkerShape()
The “Shape” field defines the radiation pattern of an airways marker as being either “bone” or “elliptical.”
MarkerShapepublic void setMarkerShape(MarkerShape value)
value - allowed object is
MarkerShapegetMarkerShape()public BigDecimal getMinorAxis()
The “Minor Axis Bearing” field indicates the true bearing of the minor axis of marker beacons.
BigDecimalpublic void setMinorAxis(BigDecimal value)
value - allowed object is
BigDecimalgetMinorAxis()Copyright © 2020. All rights reserved.