public class EnrouteAirwaysRestrictionCruisingTableReplacement extends EnrouteAirwaysRestriction
Java class for EnrouteAirwaysRestrictionCruisingTableReplacement complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="EnrouteAirwaysRestrictionCruisingTableReplacement">
   <complexContent>
     <extension base="{}EnrouteAirwaysRestriction">
       <sequence>
         <element name="cruiseTableIdentifier" type="{http://www.arinc424.com/xml/datatypes}CruiseTableIdentifier" minOccurs="0"/>
         <element name="cruiseTableRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="enrouteAirwaysRestrictionCruisingTableReplacementContinuation" type="{}EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails" maxOccurs="unbounded" 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>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | cruiseTableIdentifierA 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 Object | cruiseTableRef | 
| protected List<EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails> | enrouteAirwaysRestrictionCruisingTableReplacementContinuationEnroute Airways Restriction Cruising Table Replacement Timing Details Description | 
| 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. | 
endDate, endFixICAOCode, endFixIdentifier, fixReference, restrictionIdentifier, restrictionType, routeIdentifier, startDate, startFixICAOCode, startFixIdentifiercustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| EnrouteAirwaysRestrictionCruisingTableReplacement() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCruiseTableIdentifier()Gets the value of the cruiseTableIdentifier property. | 
| Object | getCruiseTableRef()Gets the value of the cruiseTableRef property. | 
| List<EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails> | getEnrouteAirwaysRestrictionCruisingTableReplacementContinuation()Gets the value of the enrouteAirwaysRestrictionCruisingTableReplacementContinuation 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 | setCruiseTableRef(Object value)Sets the value of the cruiseTableRef property. | 
| void | setTimeCode(TimeCodeAirwaysRestriction value)Sets the value of the timeCode 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 String cruiseTableIdentifier
protected Object cruiseTableRef
protected List<EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails> enrouteAirwaysRestrictionCruisingTableReplacementContinuation
protected TimeCodeAirwaysRestriction timeCode
protected List<TimeOfOperation> timeOfOperation
public EnrouteAirwaysRestrictionCruisingTableReplacement()
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.
Stringpublic void setCruiseTableIdentifier(String value)
value - allowed object is
     StringgetCruiseTableIdentifier()public Object getCruiseTableRef()
Objectpublic void setCruiseTableRef(Object value)
value - allowed object is
     Objectpublic List<EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails> getEnrouteAirwaysRestrictionCruisingTableReplacementContinuation()
 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 enrouteAirwaysRestrictionCruisingTableReplacementContinuation property.
 
 
For example, to add a new item, do as follows:
    getEnrouteAirwaysRestrictionCruisingTableReplacementContinuation().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 EnrouteAirwaysRestrictionCruisingTableReplacementTimingDetails
 
 
Enroute Airways Restriction Cruising Table Replacement Timing Details Description
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.
Copyright © 2017. All rights reserved.