public class EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails extends Object
Java class for EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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="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> </restriction> </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 TimeCodeAirwaysRestriction |
timeCode
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.
|
protected List<TimeOfOperation> |
timeOfOperation
The Time of Operation field is used to indicate the times of operation of a Facility or Restriction.
|
protected UnitsofAltitude |
unitsofAltitude
The “Units of Altitude” field is used to indicate the units of measurement for the values in the “Restriction Altitude” fields.
|
Constructor and Description |
---|
EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails() |
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.
|
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.
|
protected ExclusionIndicator exclusionIndicator
protected List<RestrictionAltitudeBlockIndicator> restrictionAltitudeBlockIndicator
protected TimeCodeAirwaysRestriction timeCode
protected List<TimeOfOperation> timeOfOperation
protected UnitsofAltitude unitsofAltitude
public EnrouteAirwaysRestrictionAltitudeExclusionTimingDetails()
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.
ExclusionIndicator
public void setExclusionIndicator(ExclusionIndicator value)
value
- allowed object is
ExclusionIndicator
getExclusionIndicator()
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.
TimeCodeAirwaysRestriction
public void setTimeCode(TimeCodeAirwaysRestriction value)
value
- allowed object is
TimeCodeAirwaysRestriction
getTimeCode()
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.
UnitsofAltitude
public void setUnitsofAltitude(UnitsofAltitude value)
value
- allowed object is
UnitsofAltitude
getUnitsofAltitude()
Copyright © 2017. All rights reserved.