public class Airways extends Object
Java class for Airways complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Airways">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="airway" type="{}Airway" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Airways() |
| Modifier and Type | Method and Description |
|---|---|
List<Airway> |
getAirway()
Gets the value of the airway property.
|
public List<Airway> getAirway()
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 airway property.
For example, to add a new item, do as follows:
getAirway().add(newItem);
Objects of the following type(s) are allowed in the list
Airway
Copyright © 2017. All rights reserved.