public class GLS extends PrecisionApproachNavaid
Java class for GLS complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="GLS">
   <complexContent>
     <extension base="{}PrecisionApproachNavaid">
       <sequence>
         <element name="serviceVolumneRadius" type="{http://www.arinc424.com/xml/datatypes}ServiceVolumeRadius" minOccurs="0"/>
         <element name="stationElevationWGS84" type="{http://www.arinc424.com/xml/datatypes}StationElevationWGS84" minOccurs="0"/>
         <element name="stationType" type="{http://www.arinc424.com/xml/datatypes}StationType" minOccurs="0"/>
         <element name="tdmaSlots" type="{http://www.arinc424.com/xml/datatypes}TDMASlots" minOccurs="0"/>
         <element name="glsChannel" type="{http://www.arinc424.com/xml/datatypes}Channel"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected long | glsChannel | 
| protected Long | serviceVolumneRadiusThe service volume radius identifies the radius of the service volume around the transmitter in Nautical miles. | 
| protected Integer | stationElevationWGS84This field identifies the WGS84 elevation of the GLS ground station described in the record. | 
| protected String | stationTypeThe station type identifies the type of the differential ground station. | 
| protected String | tdmaSlotsThe TDMA identifies the time slot(s) in which the ground station transmits the related approach. | 
approachAngle, approachCourseBearing, category, runwayIdentifier, runwayReferencedatumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| GLS() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getGlsChannel()Gets the value of the glsChannel property. | 
| Long | getServiceVolumneRadius()Gets the value of the serviceVolumneRadius property. | 
| Integer | getStationElevationWGS84()Gets the value of the stationElevationWGS84 property. | 
| String | getStationType()Gets the value of the stationType property. | 
| String | getTdmaSlots()Gets the value of the tdmaSlots property. | 
| void | setGlsChannel(long value)Sets the value of the glsChannel property. | 
| void | setServiceVolumneRadius(Long value)Sets the value of the serviceVolumneRadius property. | 
| void | setStationElevationWGS84(Integer value)Sets the value of the stationElevationWGS84 property. | 
| void | setStationType(String value)Sets the value of the stationType property. | 
| void | setTdmaSlots(String value)Sets the value of the tdmaSlots 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 Long serviceVolumneRadius
protected Integer stationElevationWGS84
protected String stationType
protected String tdmaSlots
protected long glsChannel
public Long getServiceVolumneRadius()
The service volume radius identifies the radius of the service volume around the transmitter in Nautical miles.
Longpublic void setServiceVolumneRadius(Long value)
value - allowed object is
     LonggetServiceVolumneRadius()public Integer getStationElevationWGS84()
This field identifies the WGS84 elevation of the GLS ground station described in the record.
Integerpublic void setStationElevationWGS84(Integer value)
value - allowed object is
     IntegergetStationElevationWGS84()public String getStationType()
The station type identifies the type of the differential ground station. The first character will be L for LAAS/GLS ground station, C for SCAT-1 station. The second and third character will be blank for the moment. They will indicate the interoperability standard to which the station conforms.
Stringpublic void setStationType(String value)
value - allowed object is
     StringgetStationType()public String getTdmaSlots()
The TDMA identifies the time slot(s) in which the ground station transmits the related approach. The high precision time source available through GPS permits utilization of Time division multiplexing or TDMA (Time Division Multiple Access), allowing multiple ground stations to share a common frequency by dividing it into eight time slots. An individual station may broadcast in one or more of eight slots.
Stringpublic void setTdmaSlots(String value)
value - allowed object is
     StringgetTdmaSlots()public long getGlsChannel()
public void setGlsChannel(long value)
Copyright © 2017. All rights reserved.