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="enrouteAirwaysRestrictionAltitudeexclusionTimingDetails" type="{}EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails" maxOccurs="unbounded" minOccurs="0"/>
         <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="7" minOccurs="0"/>
         <element name="timeCode" type="{http://www.arinc424.com/xml/enumerations}TimeCodeAirwaysRestriction" minOccurs="0"/>
         <element name="timeOfOperation" type="{http://www.arinc424.com/xml/datatypes}TimeOfOperation" maxOccurs="4" 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 List<EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails> | enrouteAirwaysRestrictionAltitudeexclusionTimingDetailsEnroute Airways Restriction Altitude Exclusion Timing Details Description | 
| protected ExclusionIndicator | exclusionIndicatorThe “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> | restrictionAltitudeBlockIndicatorThis class is an abstraction for Restriction Altitude and Block Indicator elements as they occur together in airways restriction records. | 
| protected TimeCodeAirwaysRestriction | timeCodeOn Airway Restriction Primary and Continuation Records, the Time Code indicated either a continuous or non-continuous operation, the details of which are contained in the same record. | 
| protected List<TimeOfOperation> | timeOfOperationThe Time of Operation field is used to indicate the times of operation of a Facility or Restriction. | 
| protected UnitsofAltitude | unitsofAltitudeThe “Units of Altitude” field is used to indicate the units of measurement for the values in the “Restriction Altitude” fields. | 
endDate, endFixICAOCode, endFixIdentifier, fixReference, restrictionIdentifier, restrictionType, routeIdentifier, startDate, startFixICAOCode, startFixIdentifiercustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| EnrouteAirwaysRestrictionAltitudeExclusion() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails> | getEnrouteAirwaysRestrictionAltitudeexclusionTimingDetails()Gets the value of the enrouteAirwaysRestrictionAltitudeexclusionTimingDetails property. | 
| ExclusionIndicator | getExclusionIndicator()Gets the value of the exclusionIndicator property. | 
| List<RestrictionAltitudeBlockIndicator> | getRestrictionAltitudeBlockIndicator()Gets the value of the restrictionAltitudeBlockIndicator property. | 
| TimeCodeAirwaysRestriction | getTimeCode()Gets the value of the timeCode property. | 
| List<TimeOfOperation> | getTimeOfOperation()Gets the value of the timeOfOperation property. | 
| UnitsofAltitude | getUnitsofAltitude()Gets the value of the unitsofAltitude property. | 
| void | setExclusionIndicator(ExclusionIndicator value)Sets the value of the exclusionIndicator property. | 
| void | setTimeCode(TimeCodeAirwaysRestriction value)Sets the value of the timeCode property. | 
| void | setUnitsofAltitude(UnitsofAltitude value)Sets the value of the unitsofAltitude property. | 
getEndDate, getEndFixICAOCode, getEndFixIdentifier, getFixReference, getRestrictionIdentifier, getRestrictionType, getRouteIdentifier, getStartDate, getStartFixICAOCode, getStartFixIdentifier, setEndDate, setEndFixICAOCode, setEndFixIdentifier, setFixReference, setRestrictionIdentifier, setRestrictionType, setRouteIdentifier, setStartDate, setStartFixICAOCode, setStartFixIdentifiergetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected List<EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails> enrouteAirwaysRestrictionAltitudeexclusionTimingDetails
protected ExclusionIndicator exclusionIndicator
protected List<RestrictionAltitudeBlockIndicator> restrictionAltitudeBlockIndicator
protected TimeCodeAirwaysRestriction timeCode
protected List<TimeOfOperation> timeOfOperation
protected UnitsofAltitude unitsofAltitude
public EnrouteAirwaysRestrictionAltitudeExclusion()
public List<EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails> getEnrouteAirwaysRestrictionAltitudeexclusionTimingDetails()
 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 enrouteAirwaysRestrictionAltitudeexclusionTimingDetails property.
 
 
For example, to add a new item, do as follows:
    getEnrouteAirwaysRestrictionAltitudeexclusionTimingDetails().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails
 
 
Enroute Airways Restriction Altitude Exclusion Timing Details Description
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 TimeCodeAirwaysRestriction getTimeCode()
On Airway Restriction Primary and Continuation Records, the Time Code indicated either a continuous or non-continuous operation, the details of which are contained in the same record.
TimeCodeAirwaysRestrictionpublic void setTimeCode(TimeCodeAirwaysRestriction value)
value - allowed object is
     TimeCodeAirwaysRestrictiongetTimeCode()public List<TimeOfOperation> getTimeOfOperation()
 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 timeOfOperation property.
 
 
For example, to add a new item, do as follows:
    getTimeOfOperation().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 TimeOfOperation
 
 
The Time of Operation field is used to indicate the times of operation of a Facility or Restriction.
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 © 2017. All rights reserved.