public class EnrouteAirwaysRestrictionAltitudeExclusion extends EnrouteAirwaysRestriction
Java class for EnrouteAirwaysRestrictionAltitudeExclusion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrouteAirwaysRestrictionAltitudeExclusion">
<complexContent>
<extension base="{}EnrouteAirwaysRestriction">
<sequence>
<element name="exclusionIndicator" type="{http://www.arinc424.com/xml/enumerations}ExclusionIndicator" minOccurs="0"/>
<element name="restrictionAltitudeBlockIndicator" type="{http://www.arinc424.com/xml/datatypes}RestrictionAltitudeBlockIndicator" maxOccurs="unbounded" minOccurs="0"/>
<element name="unitsOfAltitude" type="{http://www.arinc424.com/xml/enumerations}UnitsOfAltitude" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExclusionIndicator |
exclusionIndicator
The “Exclusion Indicator” field is an indication of how the altitudes contained in the Cruising Table record referenced by the Airway segment(s) are restricted.
|
protected List<RestrictionAltitudeBlockIndicator> |
restrictionAltitudeBlockIndicator
This class is an abstraction for Restriction Altitude and Block Indicator elements as they occur together in airways restriction records.
|
protected UnitsOfAltitude |
unitsOfAltitude
The “Units of Altitude” field is used to indicate the units of measurement for the values in the “Restriction Altitude” fields.
|
endDate, endFixRef, isEveryYear, restrictionIdentifier, startDate, startFixRef, timesOfOperationareaCode, customerCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
EnrouteAirwaysRestrictionAltitudeExclusion() |
| Modifier and Type | Method and Description |
|---|---|
ExclusionIndicator |
getExclusionIndicator()
Gets the value of the exclusionIndicator property.
|
List<RestrictionAltitudeBlockIndicator> |
getRestrictionAltitudeBlockIndicator()
Gets the value of the restrictionAltitudeBlockIndicator property.
|
UnitsOfAltitude |
getUnitsOfAltitude()
Gets the value of the unitsOfAltitude property.
|
void |
setExclusionIndicator(ExclusionIndicator value)
Sets the value of the exclusionIndicator property.
|
void |
setUnitsOfAltitude(UnitsOfAltitude value)
Sets the value of the unitsOfAltitude property.
|
getEndDate, getEndFixRef, getRestrictionIdentifier, getStartDate, getStartFixRef, getTimesOfOperation, isIsEveryYear, setEndDate, setEndFixRef, setIsEveryYear, setRestrictionIdentifier, setStartDate, setStartFixRef, setTimesOfOperationgetAreaCode, getCustomerCode, getCycleDate, getNotes, getRecordType, setAreaCode, setCustomerCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected ExclusionIndicator exclusionIndicator
protected List<RestrictionAltitudeBlockIndicator> restrictionAltitudeBlockIndicator
protected UnitsOfAltitude unitsOfAltitude
public EnrouteAirwaysRestrictionAltitudeExclusion()
public ExclusionIndicator getExclusionIndicator()
The “Exclusion Indicator” field is an indication of how the altitudes contained in the Cruising Table record referenced by the Airway segment(s) are restricted. This is an “all altitude” restriction, further defined by direction of flight. These codes will not be used when certain altitudes remain available in a direction of flight.
ExclusionIndicatorpublic void setExclusionIndicator(ExclusionIndicator value)
value - allowed object is
ExclusionIndicatorgetExclusionIndicator()public List<RestrictionAltitudeBlockIndicator> getRestrictionAltitudeBlockIndicator()
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 restrictionAltitudeBlockIndicator property.
For example, to add a new item, do as follows:
getRestrictionAltitudeBlockIndicator().add(newItem);
Objects of the following type(s) are allowed in the list
RestrictionAltitudeBlockIndicator
This class is an abstraction for Restriction Altitude and Block Indicator elements as they occur together in airways restriction records.
public UnitsOfAltitude getUnitsOfAltitude()
The “Units of Altitude” field is used to indicate the units of measurement for the values in the “Restriction Altitude” fields.
UnitsOfAltitudepublic void setUnitsOfAltitude(UnitsOfAltitude value)
value - allowed object is
UnitsOfAltitudegetUnitsOfAltitude()Copyright © 2020. All rights reserved.