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 |
serviceVolumneRadius
The service volume radius identifies the radius of the service volume around the transmitter in Nautical miles.
|
protected Integer |
stationElevationWGS84
This field identifies the WGS84 elevation of the GLS ground station described in the record.
|
protected String |
stationType
The station type identifies the type of the differential ground station.
|
protected String |
tdmaSlots
The TDMA identifies the time slot(s) in which the ground station transmits the related approach.
|
approachAngle, approachCourseBearing, category, runwayIdentifier, runwayReference
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRef
custAreaCode, cycleDate, notes, recordType
supplementalData
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, setRunwayReference
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 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.
Long
public void setServiceVolumneRadius(Long value)
value
- allowed object is
Long
getServiceVolumneRadius()
public Integer getStationElevationWGS84()
This field identifies the WGS84 elevation of the GLS ground station described in the record.
Integer
public void setStationElevationWGS84(Integer value)
value
- allowed object is
Integer
getStationElevationWGS84()
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.
String
public void setStationType(String value)
value
- allowed object is
String
getStationType()
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.
String
public void setTdmaSlots(String value)
value
- allowed object is
String
getTdmaSlots()
public long getGlsChannel()
public void setGlsChannel(long value)
Copyright © 2017. All rights reserved.