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