public class LocalizerGlideslope extends PrecisionApproachNavaid
Java class for LocalizerGlideslope complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="LocalizerGlideslope">
   <complexContent>
     <extension base="{}PrecisionApproachNavaid">
       <sequence>
         <element name="approachRouteIdent" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier" maxOccurs="4" minOccurs="0"/>
         <element name="glideslopeBeamWidth" type="{http://www.arinc424.com/xml/datatypes}GlideslopeBeamWidth" minOccurs="0"/>
         <element name="glideslopeHeightAtLandingThreshold" type="{http://www.arinc424.com/xml/datatypes}ThresholdCrossingHeight" minOccurs="0"/>
         <element name="glideslopeLocation" type="{http://www.arinc424.com/xml/datatypes}Location" minOccurs="0"/>
         <element name="glideslopePosition" type="{http://www.arinc424.com/xml/datatypes}BeamPosition" minOccurs="0"/>
         <element name="localizerPosition" type="{http://www.arinc424.com/xml/datatypes}BeamPosition" minOccurs="0"/>
         <element name="localizerPositionReference" type="{http://www.arinc424.com/xml/enumerations}LocalizerAzimuthPositionReference" minOccurs="0"/>
         <element name="localizerTrueBearing" type="{http://www.arinc424.com/xml/datatypes}TrueBearing" minOccurs="0"/>
         <element name="localizerTrueBearingSource" type="{http://www.arinc424.com/xml/enumerations}TrueBearingSource" minOccurs="0"/>
         <element name="localizerWidth" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="stationDeclination" type="{http://www.arinc424.com/xml/datatypes}StationDeclination" minOccurs="0"/>
         <element name="supportingFacilityReference" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
         <element name="localizerGlideslopeFrequency" type="{http://www.arinc424.com/xml/datatypes}Frequency"/>
         <element name="iLsBackCourse" type="{http://www.arinc424.com/xml/enumerations}ILSBackCourse" minOccurs="0"/>
         <element name="iLSDmeLocation" type="{http://www.arinc424.com/xml/enumerations}ILSDMELocation" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<String> | approachRouteIdentThe “Approach Route Identifier” field contains the identifier of the approach route to be flown. | 
| protected BigDecimal | glideslopeBeamWidthThe “Glide Slope Beam Width” field specifies the glide path beam width of the Glide Slope defined in the record. | 
| protected Long | glideslopeHeightAtLandingThresholdThe “Threshold Crossing Height” specifies the height above the landing threshold on a normal glide path. | 
| protected Location | glideslopeLocationLatitude and Longitude details of this point. | 
| protected Long | glideslopePosition | 
| protected ILSBackCourse | iLsBackCourse | 
| protected ILSDMELocation | ilsDmeLocation | 
| protected Frequency | localizerGlideslopeFrequency | 
| protected Long | localizerPosition | 
| protected LocalizerAzimuthPositionReference | localizerPositionReferenceElement which encapsulates the localizer details for the corresponding Runway. | 
| protected BigDecimal | localizerTrueBearingThe “Magnetic Bearing” for ILS localizer, MLS Azimuth, MLS Back Azimuth and
 Runway records is given in the primary record. | 
| protected TrueBearingSource | localizerTrueBearingSourceThe content of the source field indicates whether the “True Bearing” is derived from official government sources or from other sources. | 
| protected BigDecimal | localizerWidth | 
| protected StationDeclination | stationDeclinationFor VHF NAVAIDS, the “Station Declination” field contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. | 
| protected PointReference | supportingFacilityReferenceThe “VOR/NDB Identifier” field identifies the VHF/MF/LF facility defined in the record. | 
approachAngle, approachCourseBearing, category, runwayIdentifier, runwayReferencedatumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| LocalizerGlideslope() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getApproachRouteIdent()Gets the value of the approachRouteIdent property. | 
| BigDecimal | getGlideslopeBeamWidth()Gets the value of the glideslopeBeamWidth property. | 
| Long | getGlideslopeHeightAtLandingThreshold()Gets the value of the glideslopeHeightAtLandingThreshold property. | 
| Location | getGlideslopeLocation()Gets the value of the glideslopeLocation property. | 
| Long | getGlideslopePosition()Gets the value of the glideslopePosition property. | 
| ILSBackCourse | getILsBackCourse()Gets the value of the iLsBackCourse property. | 
| ILSDMELocation | getILSDmeLocation()Gets the value of the ilsDmeLocation property. | 
| Frequency | getLocalizerGlideslopeFrequency()Gets the value of the localizerGlideslopeFrequency property. | 
| Long | getLocalizerPosition()Gets the value of the localizerPosition property. | 
| LocalizerAzimuthPositionReference | getLocalizerPositionReference()Gets the value of the localizerPositionReference property. | 
| BigDecimal | getLocalizerTrueBearing()Gets the value of the localizerTrueBearing property. | 
| TrueBearingSource | getLocalizerTrueBearingSource()Gets the value of the localizerTrueBearingSource property. | 
| BigDecimal | getLocalizerWidth()Gets the value of the localizerWidth property. | 
| StationDeclination | getStationDeclination()Gets the value of the stationDeclination property. | 
| PointReference | getSupportingFacilityReference()Gets the value of the supportingFacilityReference property. | 
| void | setGlideslopeBeamWidth(BigDecimal value)Sets the value of the glideslopeBeamWidth property. | 
| void | setGlideslopeHeightAtLandingThreshold(Long value)Sets the value of the glideslopeHeightAtLandingThreshold property. | 
| void | setGlideslopeLocation(Location value)Sets the value of the glideslopeLocation property. | 
| void | setGlideslopePosition(Long value)Sets the value of the glideslopePosition property. | 
| void | setILsBackCourse(ILSBackCourse value)Sets the value of the iLsBackCourse property. | 
| void | setILSDmeLocation(ILSDMELocation value)Sets the value of the ilsDmeLocation property. | 
| void | setLocalizerGlideslopeFrequency(Frequency value)Sets the value of the localizerGlideslopeFrequency property. | 
| void | setLocalizerPosition(Long value)Sets the value of the localizerPosition property. | 
| void | setLocalizerPositionReference(LocalizerAzimuthPositionReference value)Sets the value of the localizerPositionReference property. | 
| void | setLocalizerTrueBearing(BigDecimal value)Sets the value of the localizerTrueBearing property. | 
| void | setLocalizerTrueBearingSource(TrueBearingSource value)Sets the value of the localizerTrueBearingSource property. | 
| void | setLocalizerWidth(BigDecimal value)Sets the value of the localizerWidth property. | 
| void | setStationDeclination(StationDeclination value)Sets the value of the stationDeclination property. | 
| void | setSupportingFacilityReference(PointReference value)Sets the value of the supportingFacilityReference property. | 
getApproachAngle, getApproachCourseBearing, getCategory, getRunwayIdentifier, getRunwayReference, setApproachAngle, setApproachCourseBearing, setCategory, setRunwayIdentifier, setRunwayReferencegetElevation, 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 List<String> approachRouteIdent
protected BigDecimal glideslopeBeamWidth
protected Long glideslopeHeightAtLandingThreshold
protected Location glideslopeLocation
protected Long glideslopePosition
protected Long localizerPosition
protected LocalizerAzimuthPositionReference localizerPositionReference
protected BigDecimal localizerTrueBearing
protected TrueBearingSource localizerTrueBearingSource
protected BigDecimal localizerWidth
protected StationDeclination stationDeclination
protected PointReference supportingFacilityReference
protected Frequency localizerGlideslopeFrequency
protected ILSBackCourse iLsBackCourse
protected ILSDMELocation ilsDmeLocation
public List<String> getApproachRouteIdent()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the approachRouteIdent property.
 
 
For example, to add a new item, do as follows:
    getApproachRouteIdent().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 String
 
 
The “Approach Route Identifier” field contains the identifier of the approach route to be flown. To facilitate the provision of multiple approach procedures of the same type to a given runway, the field also is used to provide a “multiple indicator.”
public BigDecimal getGlideslopeBeamWidth()
The “Glide Slope Beam Width” field specifies the glide path beam width of the Glide Slope defined in the record.
BigDecimalpublic void setGlideslopeBeamWidth(BigDecimal value)
value - allowed object is
     BigDecimalgetGlideslopeBeamWidth()public Long getGlideslopeHeightAtLandingThreshold()
The “Threshold Crossing Height” specifies the height above the landing threshold on a normal glide path.
Longpublic void setGlideslopeHeightAtLandingThreshold(Long value)
value - allowed object is
     LonggetGlideslopeHeightAtLandingThreshold()public Location getGlideslopeLocation()
Latitude and Longitude details of this point.
Locationpublic void setGlideslopeLocation(Location value)
value - allowed object is
     LocationgetGlideslopeLocation()public Long getGlideslopePosition()
Longpublic void setGlideslopePosition(Long value)
value - allowed object is
     Longpublic Long getLocalizerPosition()
Longpublic void setLocalizerPosition(Long value)
value - allowed object is
     Longpublic LocalizerAzimuthPositionReference getLocalizerPositionReference()
Element which encapsulates the localizer details for the corresponding Runway. This element contains the localizer ident and localizer class.
LocalizerAzimuthPositionReferencepublic void setLocalizerPositionReference(LocalizerAzimuthPositionReference value)
value - allowed object is
     LocalizerAzimuthPositionReferencegetLocalizerPositionReference()public BigDecimal getLocalizerTrueBearing()
The “Magnetic Bearing” for ILS localizer, MLS Azimuth, MLS Back Azimuth and Runway records is given in the primary record. This field allows the true bearing to be entered independently of the magnetic variation.
BigDecimalpublic void setLocalizerTrueBearing(BigDecimal value)
value - allowed object is
     BigDecimalgetLocalizerTrueBearing()public TrueBearingSource getLocalizerTrueBearingSource()
The content of the source field indicates whether the “True Bearing” is derived from official government sources or from other sources.
TrueBearingSourcepublic void setLocalizerTrueBearingSource(TrueBearingSource value)
value - allowed object is
     TrueBearingSourcegetLocalizerTrueBearingSource()public BigDecimal getLocalizerWidth()
BigDecimalpublic void setLocalizerWidth(BigDecimal value)
value - allowed object is
     BigDecimalpublic StationDeclination getStationDeclination()
For VHF NAVAIDS, the “Station Declination” field contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. For ILS localizers, the field contains the angular difference between true north and magnetic north at the localizer antenna site at the time the magnetic bearing of the localizer course was established.
StationDeclinationpublic void setStationDeclination(StationDeclination value)
value - allowed object is
     StationDeclinationgetStationDeclination()public PointReference getSupportingFacilityReference()
The “VOR/NDB Identifier” field identifies the VHF/MF/LF facility defined in the record.
PointReferencepublic void setSupportingFacilityReference(PointReference value)
value - allowed object is
     PointReferencegetSupportingFacilityReference()public Frequency getLocalizerGlideslopeFrequency()
Frequencypublic void setLocalizerGlideslopeFrequency(Frequency value)
value - allowed object is
     Frequencypublic ILSBackCourse getILsBackCourse()
ILSBackCoursepublic void setILsBackCourse(ILSBackCourse value)
value - allowed object is
     ILSBackCoursepublic ILSDMELocation getILSDmeLocation()
ILSDMELocationpublic void setILSDmeLocation(ILSDMELocation value)
value - allowed object is
     ILSDMELocationCopyright © 2017. All rights reserved.