public class AirwaySegment extends Route
Java class for AirwaySegment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AirwaySegment"> <complexContent> <extension base="{}Route"> <sequence> <element name="airwayLeg" type="{}AirwayLeg" maxOccurs="unbounded" minOccurs="2"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AirwayLeg> |
airwayLeg |
identifier
supplementalData
Constructor and Description |
---|
AirwaySegment() |
Modifier and Type | Method and Description |
---|---|
List<AirwayLeg> |
getAirwayLeg()
Gets the value of the airwayLeg property.
|
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
public List<AirwayLeg> getAirwayLeg()
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 airwayLeg property.
For example, to add a new item, do as follows:
getAirwayLeg().add(newItem);
Objects of the following type(s) are allowed in the list
AirwayLeg
Copyright © 2017. All rights reserved.