public class FIRUIRSegment extends AirspaceSegment
Java class for FIRUIRSegment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FIRUIRSegment"> <complexContent> <extension base="{}AirspaceSegment"> <sequence> <element name="adjacentFIRIdentifier" type="{http://www.arinc424.com/xml/datatypes}FIRUIRIdentifier" minOccurs="0"/> <element name="adjacentUIRIdentifier" type="{http://www.arinc424.com/xml/datatypes}FIRUIRIdentifier" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
adjacentFIRIdentifier
The “FIR/UIR Identifier” field identifies the Flight Information Region and Upper Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided.
|
protected String |
adjacentUIRIdentifier
The “FIR/UIR Identifier” field identifies the Flight Information Region and Upper Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided.
|
arcBearing, arcDistance, arcOriginLocation, boundaryVIA, isEndOfDescription, level, location, notam, sequenceNumber
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
FIRUIRSegment() |
Modifier and Type | Method and Description |
---|---|
String |
getAdjacentFIRIdentifier()
Gets the value of the adjacentFIRIdentifier property.
|
String |
getAdjacentUIRIdentifier()
Gets the value of the adjacentUIRIdentifier property.
|
void |
setAdjacentFIRIdentifier(String value)
Sets the value of the adjacentFIRIdentifier property.
|
void |
setAdjacentUIRIdentifier(String value)
Sets the value of the adjacentUIRIdentifier property.
|
getArcBearing, getArcDistance, getArcOriginLocation, getBoundaryVIA, getLevel, getLocation, getNotam, getSequenceNumber, isIsEndOfDescription, setArcBearing, setArcDistance, setArcOriginLocation, setBoundaryVIA, setIsEndOfDescription, setLevel, setLocation, setNotam, setSequenceNumber
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected String adjacentFIRIdentifier
protected String adjacentUIRIdentifier
public String getAdjacentFIRIdentifier()
The “FIR/UIR Identifier” field identifies the Flight Information Region and Upper Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided. The Identifier is for the controlling Area Control Center or Flight Information Center.
String
public void setAdjacentFIRIdentifier(String value)
value
- allowed object is
String
getAdjacentFIRIdentifier()
public String getAdjacentUIRIdentifier()
The “FIR/UIR Identifier” field identifies the Flight Information Region and Upper Information Region of airspace with defined dimensions within which Flight Information Service and Alerting Service are provided. The Identifier is for the controlling Area Control Center or Flight Information Center.
String
public void setAdjacentUIRIdentifier(String value)
value
- allowed object is
String
getAdjacentUIRIdentifier()
Copyright © 2017. All rights reserved.