public class TAA extends A424Record
Java class for TAA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TAA"> <complexContent> <extension base="{}A424Record"> <sequence> <element name="approachTypeIdentifier" type="{http://www.arinc424.com/xml/datatypes}ApproachTypeIdentifier" maxOccurs="unbounded"/> <element name="magneticTrueIndicator" type="{http://www.arinc424.com/xml/enumerations}MagneticTrueIndicator" minOccurs="0"/> <element name="taaFixPositionIndicator" type="{http://www.arinc424.com/xml/enumerations}TAASectorIdentifier"/> <element name="sectorTAADetails" type="{http://www.arinc424.com/xml/datatypes}TAASectorDetails" maxOccurs="unbounded"/> <element name="taaIAFWaypointReference" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> <element name="sectorBearingWaypointRef" 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 List<String> |
approachTypeIdentifier
Identifies the approach types published on a given approach procedure which require Airport or Helicopter Operations SBAS path points.
|
protected MagneticTrueIndicator |
magneticTrueIndicator
The field has multiple definitions.
|
protected String |
referenceID |
protected Object |
sectorBearingWaypointRef
The Sector Bearing Reference Waypoint field contains the identifier of the waypoint that the Sector Bearings are referenced to within a given Terminal Area Altitude sector
|
protected List<TAASectorDetails> |
sectorTAADetails
This class is an abstraction used to represent the details for a TAA Sector.
|
protected TAASectorIdentifier |
taaFixPositionIndicator
TThe Fix Position Indicator field contains an indication as to which TAA Initial Approach Fix (IAF) the data in the record applies.
|
protected PointReference |
taaIAFWaypointReference
The “TAA IAF Waypoint” field contains the identifier of the Initial Approach Fix (IAF) associated with a given Terminal Area Altitude sector.
|
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
TAA() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getApproachTypeIdentifier()
Gets the value of the approachTypeIdentifier property.
|
MagneticTrueIndicator |
getMagneticTrueIndicator()
Gets the value of the magneticTrueIndicator property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
Object |
getSectorBearingWaypointRef()
Gets the value of the sectorBearingWaypointRef property.
|
List<TAASectorDetails> |
getSectorTAADetails()
Gets the value of the sectorTAADetails property.
|
TAASectorIdentifier |
getTaaFixPositionIndicator()
Gets the value of the taaFixPositionIndicator property.
|
PointReference |
getTaaIAFWaypointReference()
Gets the value of the taaIAFWaypointReference property.
|
void |
setMagneticTrueIndicator(MagneticTrueIndicator value)
Sets the value of the magneticTrueIndicator property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
void |
setSectorBearingWaypointRef(Object value)
Sets the value of the sectorBearingWaypointRef property.
|
void |
setTaaFixPositionIndicator(TAASectorIdentifier value)
Sets the value of the taaFixPositionIndicator property.
|
void |
setTaaIAFWaypointReference(PointReference value)
Sets the value of the taaIAFWaypointReference property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected List<String> approachTypeIdentifier
protected MagneticTrueIndicator magneticTrueIndicator
protected TAASectorIdentifier taaFixPositionIndicator
protected List<TAASectorDetails> sectorTAADetails
protected PointReference taaIAFWaypointReference
protected Object sectorBearingWaypointRef
protected String referenceID
public List<String> getApproachTypeIdentifier()
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 approachTypeIdentifier property.
For example, to add a new item, do as follows:
getApproachTypeIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
String
Identifies the approach types published on a given approach procedure which require Airport or Helicopter Operations SBAS path points.
public MagneticTrueIndicator getMagneticTrueIndicator()
The field has multiple definitions. For Airport and Heliport Primary Records, it is used to indicate that all bearing and course detail for that airport are included in the data base with a reference to either Magnetic North or to True North. The field is blank in Airport Record when the data base contains a mix of magnetic and true bearing or course information for the airport. The Magnetic/True Indicator field is also used to indicate if the Course From and Course To fields of the Cruise Table record and the Sector Bearing fields of the MSA and TAA record are in magnetic or true degrees.
MagneticTrueIndicator
public void setMagneticTrueIndicator(MagneticTrueIndicator value)
value
- allowed object is
MagneticTrueIndicator
getMagneticTrueIndicator()
public TAASectorIdentifier getTaaFixPositionIndicator()
TThe Fix Position Indicator field contains an indication as to which TAA Initial Approach Fix (IAF) the data in the record applies.
TAASectorIdentifier
public void setTaaFixPositionIndicator(TAASectorIdentifier value)
value
- allowed object is
TAASectorIdentifier
getTaaFixPositionIndicator()
public List<TAASectorDetails> getSectorTAADetails()
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 sectorTAADetails property.
For example, to add a new item, do as follows:
getSectorTAADetails().add(newItem);
Objects of the following type(s) are allowed in the list
TAASectorDetails
This class is an abstraction used to represent the details for a TAA Sector.
public PointReference getTaaIAFWaypointReference()
The “TAA IAF Waypoint” field contains the identifier of the Initial Approach Fix (IAF) associated with a given Terminal Area Altitude sector. There may be one, two or three such IAF waypoints defined for a single approach procedure. The TAA IAF Waypoint identified in the TAA Sector with the identifier of “C” (Section 5.272) is the fix to which all sector bearing information for the procedure TAA is defined. The TAA IAF Waypoint in the individual TAA Sector records is the fix from which radius distances are defined.
PointReference
public void setTaaIAFWaypointReference(PointReference value)
value
- allowed object is
PointReference
getTaaIAFWaypointReference()
public Object getSectorBearingWaypointRef()
The Sector Bearing Reference Waypoint field contains the identifier of the waypoint that the Sector Bearings are referenced to within a given Terminal Area Altitude sector
Object
public void setSectorBearingWaypointRef(Object value)
value
- allowed object is
Object
getSectorBearingWaypointRef()
public String getReferenceID()
String
Copyright © 2017. All rights reserved.