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, recordType
supplementalData
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, setRecordType
getSupplementalData, setSupplementalData
protected 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.
DatumCode
public void setDatumCode(DatumCode value)
value
- allowed object is
DatumCode
getDatumCode()
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.
String
public void setIcaoCode(String value)
value
- allowed object is
String
getIcaoCode()
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
String
public void setIdentifier(String value)
value
- allowed object is
String
getIdentifier()
public Location getLocation()
Location
public void setLocation(Location value)
value
- allowed object is
Location
public 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.
MagneticVariation
public void setMagneticVariation(MagneticVariation value)
value
- allowed object is
MagneticVariation
getMagneticVariation()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public 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.
Object
public void setUirRef(Object value)
value
- allowed object is
Object
getUirRef()
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.
Object
public void setFirRef(Object value)
value
- allowed object is
Object
getFirRef()
public String getReferenceID()
String
Copyright © 2017. All rights reserved.