public abstract class A424Point extends A424Record
Java class for A424Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="A424Point">
<complexContent>
<extension base="{}A424Record">
<sequence>
<element name="datumCode" type="{http://www.arinc424.com/xml/enumerations}DatumCode" minOccurs="0"/>
<element name="icaoCode" type="{http://www.arinc424.com/xml/datatypes}IcaoCode"/>
<element name="identifier" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier"/>
<element name="location" type="{http://www.arinc424.com/xml/datatypes}Location"/>
<element name="magneticVariation" type="{http://www.arinc424.com/xml/datatypes}MagneticVariation" minOccurs="0"/>
<element name="name" type="{http://www.arinc424.com/xml/datatypes}Name" minOccurs="0"/>
<element name="uirRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="firRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
</sequence>
<attribute name="referenceID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatumCode |
datumCode
The Datum Code field defines the Local Horizontal Reference Datum to which a geographical position, expressed in latitude and longitude, is associated.
|
protected Object |
firRef
The FIR Reference field identifies the Flight Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided.
|
protected String |
icaoCode
The “ICAO Code” field permits records to be categorized geographically within the limits of the categorization performed by the “Area Code” field.
|
protected String |
identifier
The identifier field contains the five-character-name-code, or other series of characters, with which the fix is identified.
|
protected Location |
location |
protected MagneticVariation |
magneticVariation
The “Magnetic Variation” field specifies the angular difference between True North and Magnetic North at the location defined in the record.
|
protected String |
name |
protected String |
referenceID |
protected Object |
uirRef
The UIR Reference field identifies the Upper Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided.
|
custAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
A424Point() |
| Modifier and Type | Method and Description |
|---|---|
DatumCode |
getDatumCode()
Gets the value of the datumCode property.
|
Object |
getFirRef()
Gets the value of the firRef property.
|
String |
getIcaoCode()
Gets the value of the icaoCode property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
Location |
getLocation()
Gets the value of the location property.
|
MagneticVariation |
getMagneticVariation()
Gets the value of the magneticVariation property.
|
String |
getName()
Gets the value of the name property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
Object |
getUirRef()
Gets the value of the uirRef property.
|
void |
setDatumCode(DatumCode value)
Sets the value of the datumCode property.
|
void |
setFirRef(Object value)
Sets the value of the firRef property.
|
void |
setIcaoCode(String value)
Sets the value of the icaoCode property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setLocation(Location value)
Sets the value of the location property.
|
void |
setMagneticVariation(MagneticVariation value)
Sets the value of the magneticVariation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
void |
setUirRef(Object value)
Sets the value of the uirRef property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected DatumCode datumCode
protected String icaoCode
protected String identifier
protected Location location
protected MagneticVariation magneticVariation
protected String name
protected Object uirRef
protected Object firRef
protected String referenceID
public DatumCode getDatumCode()
The Datum Code field defines the Local Horizontal Reference Datum to which a geographical position, expressed in latitude and longitude, is associated.
DatumCodepublic void setDatumCode(DatumCode value)
value - allowed object is
DatumCodegetDatumCode()public String getIcaoCode()
The “ICAO Code” field permits records to be categorized geographically within the limits of the categorization performed by the “Area Code” field.
Stringpublic void setIcaoCode(String value)
value - allowed object is
StringgetIcaoCode()public String getIdentifier()
The identifier field contains the five-character-name-code, or other series of characters, with which the fix is identified. This includes Waypoint Identifiers, VHF NAVAID Identifiers, NDB NAVAID identifier, and Airport Identifiers
Stringpublic void setIdentifier(String value)
value - allowed object is
StringgetIdentifier()public Location getLocation()
Locationpublic void setLocation(Location value)
value - allowed object is
Locationpublic MagneticVariation getMagneticVariation()
The “Magnetic Variation” field specifies the angular difference between True North and Magnetic North at the location defined in the record. “Dynamic Magnetic Variation” is a computer model derived value and takes location and date into consideration. For the “Station Declination” used in some record types, refer to Section 5.66.
MagneticVariationpublic void setMagneticVariation(MagneticVariation value)
value - allowed object is
MagneticVariationgetMagneticVariation()public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Object getUirRef()
The UIR Reference field identifies the Upper Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided. The reference is for the controlling Area Control Center or Flight Information Center.
Objectpublic void setUirRef(Object value)
value - allowed object is
ObjectgetUirRef()public Object getFirRef()
The FIR Reference field identifies the Flight Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided. The reference is for the controlling Area Control Center or Flight Information Center.
Objectpublic void setFirRef(Object value)
value - allowed object is
ObjectgetFirRef()public String getReferenceID()
StringCopyright © 2017. All rights reserved.