public class EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails extends Object
Java class for EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cruiseTableIdentifier" type="{http://www.arinc424.com/xml/datatypes}CruiseTableIdentifier" 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="4"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
cruiseTableIdentifier
A standard cruising level table is established by ICAO and is to be observed except when, on the basis of regional air navigation agreements, a modified table of cruising levels is prescribed for use.
|
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.
|
Constructor and Description |
---|
EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getCruiseTableIdentifier()
Gets the value of the cruiseTableIdentifier property.
|
TimeCodeAirwaysRestriction |
getTimeCode()
Gets the value of the timeCode property.
|
List<TimeOfOperation> |
getTimeOfOperation()
Gets the value of the timeOfOperation property.
|
void |
setCruiseTableIdentifier(String value)
Sets the value of the cruiseTableIdentifier property.
|
void |
setTimeCode(TimeCodeAirwaysRestriction value)
Sets the value of the timeCode property.
|
protected String cruiseTableIdentifier
protected TimeCodeAirwaysRestriction timeCode
protected List<TimeOfOperation> timeOfOperation
public EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails()
public String getCruiseTableIdentifier()
A standard cruising level table is established by ICAO and is to be observed except when, on the basis of regional air navigation agreements, a modified table of cruising levels is prescribed for use. This field permits the enroute airway record to identify the Cruise Table record that is to be used for cruise levels.
String
public void setCruiseTableIdentifier(String value)
value
- allowed object is
String
getCruiseTableIdentifier()
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.
Copyright © 2017. All rights reserved.