public class FlightPlanningArrivalDepartureDetails extends Object
Java class for FlightPlanningArrivalDepartureDetails complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FlightPlanningArrivalDepartureDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IntermediateFixDetails" type="{http://www.arinc424.com/xml/datatypes}FixDetails" maxOccurs="4" minOccurs="4"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<FixDetails> | intermediateFixDetailsThis class is an abstraction for representing the details of a Fix | 
| Constructor and Description | 
|---|
| FlightPlanningArrivalDepartureDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<FixDetails> | getIntermediateFixDetails()Gets the value of the intermediateFixDetails property. | 
protected List<FixDetails> intermediateFixDetails
public FlightPlanningArrivalDepartureDetails()
public List<FixDetails> getIntermediateFixDetails()
 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 intermediateFixDetails property.
 
 
For example, to add a new item, do as follows:
    getIntermediateFixDetails().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 FixDetails
 
 
This class is an abstraction for representing the details of a Fix
Copyright © 2017. All rights reserved.