public class FlightPlan extends A424Record
Java class for FlightPlan complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlightPlan"> <complexContent> <extension base="{}A424Record"> <sequence> <element name="FlightPlanningLeg" type="{}FlightPlanningLeg" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<FlightPlanningLeg> |
flightPlanningLeg |
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
FlightPlan() |
Modifier and Type | Method and Description |
---|---|
List<FlightPlanningLeg> |
getFlightPlanningLeg()
Gets the value of the flightPlanningLeg property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected List<FlightPlanningLeg> flightPlanningLeg
public List<FlightPlanningLeg> getFlightPlanningLeg()
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 flightPlanningLeg property.
For example, to add a new item, do as follows:
getFlightPlanningLeg().add(newItem);
Objects of the following type(s) are allowed in the list
FlightPlanningLeg
Copyright © 2017. All rights reserved.