public class FlightPlanningTimeOfOperations extends Object
Java class for FlightPlanningTimeOfOperations complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FlightPlanningTimeOfOperations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="timeCodeContinuation" type="{http://www.arinc424.com/xml/enumerations}TimeCodeContinuationRecords"/>
         <element name="timeOfOperation" type="{http://www.arinc424.com/xml/datatypes}TimeOfOperation" maxOccurs="5" minOccurs="5"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected TimeCodeContinuationRecords | timeCodeContinuationWhen “Time Code” is used in a Time of Operations Continuation Record the field is used to indicate how to interpret Time of Operations Continuation Records. | 
| protected List<TimeOfOperation> | timeOfOperationThe Time of Operation field is used to indicate the times of operation of a Facility or Restriction. | 
| Constructor and Description | 
|---|
| FlightPlanningTimeOfOperations() | 
| Modifier and Type | Method and Description | 
|---|---|
| TimeCodeContinuationRecords | getTimeCodeContinuation()Gets the value of the timeCodeContinuation property. | 
| List<TimeOfOperation> | getTimeOfOperation()Gets the value of the timeOfOperation property. | 
| void | setTimeCodeContinuation(TimeCodeContinuationRecords value)Sets the value of the timeCodeContinuation property. | 
protected TimeCodeContinuationRecords timeCodeContinuation
protected List<TimeOfOperation> timeOfOperation
public TimeCodeContinuationRecords getTimeCodeContinuation()
When “Time Code” is used in a Time of Operations Continuation Record the field is used to indicate how to interpret Time of Operations Continuation Records.
TimeCodeContinuationRecordspublic void setTimeCodeContinuation(TimeCodeContinuationRecords value)
value - allowed object is
     TimeCodeContinuationRecordsgetTimeCodeContinuation()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.