public class Airway extends A424ObjectWithId
Java class for Airway complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Airway">
   <complexContent>
     <extension base="{}A424ObjectWithId">
       <sequence>
         <element name="airwayRouteType" type="{http://www.arinc424.com/xml/enumerations}EnrouteAirwayRouteType"/>
         <element name="custAreaCode" type="{http://www.arinc424.com/xml/datatypes}CustAreaCode"/>
         <element name="airwaysMarker" type="{}AirwaysMarker" maxOccurs="unbounded" minOccurs="0"/>
         <element name="airwaysRescritionAltitudeExclusion" type="{}EnrouteAirwaysRestrictionAltitudeExclusion" maxOccurs="unbounded" minOccurs="0"/>
         <element name="airwaysRestrictionSeasonalClosure" type="{}EnrouteAirwaysRestrictionSeasonalClosure" maxOccurs="unbounded" minOccurs="0"/>
         <element name="airwaysRestrictionCruisingTableReplacement" type="{}EnrouteAirwaysRestrictionCruisingTableReplacement" maxOccurs="unbounded" minOccurs="0"/>
         <element name="airwaySegment" type="{}AirwaySegment" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="referenceID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected EnrouteAirwayRouteType | airwayRouteType | 
| protected List<AirwaySegment> | airwaySegment | 
| protected List<AirwaysMarker> | airwaysMarker | 
| protected List<EnrouteAirwaysRestrictionAltitudeExclusion> | airwaysRescritionAltitudeExclusion | 
| protected List<EnrouteAirwaysRestrictionCruisingTableReplacement> | airwaysRestrictionCruisingTableReplacement | 
| protected List<EnrouteAirwaysRestrictionSeasonalClosure> | airwaysRestrictionSeasonalClosure | 
| protected CustAreaCode | custAreaCode | 
| protected String | referenceID | 
identifiersupplementalData| Constructor and Description | 
|---|
| Airway() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnrouteAirwayRouteType | getAirwayRouteType()Gets the value of the airwayRouteType property. | 
| List<AirwaySegment> | getAirwaySegment()Gets the value of the airwaySegment property. | 
| List<AirwaysMarker> | getAirwaysMarker()Gets the value of the airwaysMarker property. | 
| List<EnrouteAirwaysRestrictionAltitudeExclusion> | getAirwaysRescritionAltitudeExclusion()Gets the value of the airwaysRescritionAltitudeExclusion property. | 
| List<EnrouteAirwaysRestrictionCruisingTableReplacement> | getAirwaysRestrictionCruisingTableReplacement()Gets the value of the airwaysRestrictionCruisingTableReplacement property. | 
| List<EnrouteAirwaysRestrictionSeasonalClosure> | getAirwaysRestrictionSeasonalClosure()Gets the value of the airwaysRestrictionSeasonalClosure property. | 
| CustAreaCode | getCustAreaCode()Gets the value of the custAreaCode property. | 
| String | getReferenceID()Gets the value of the referenceID property. | 
| void | setAirwayRouteType(EnrouteAirwayRouteType value)Sets the value of the airwayRouteType property. | 
| void | setCustAreaCode(CustAreaCode value)Sets the value of the custAreaCode property. | 
| void | setReferenceID(String value)Sets the value of the referenceID property. | 
getIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected EnrouteAirwayRouteType airwayRouteType
protected CustAreaCode custAreaCode
protected List<AirwaysMarker> airwaysMarker
protected List<EnrouteAirwaysRestrictionAltitudeExclusion> airwaysRescritionAltitudeExclusion
protected List<EnrouteAirwaysRestrictionSeasonalClosure> airwaysRestrictionSeasonalClosure
protected List<EnrouteAirwaysRestrictionCruisingTableReplacement> airwaysRestrictionCruisingTableReplacement
protected List<AirwaySegment> airwaySegment
protected String referenceID
public EnrouteAirwayRouteType getAirwayRouteType()
EnrouteAirwayRouteTypepublic void setAirwayRouteType(EnrouteAirwayRouteType value)
value - allowed object is
     EnrouteAirwayRouteTypepublic CustAreaCode getCustAreaCode()
CustAreaCodepublic void setCustAreaCode(CustAreaCode value)
value - allowed object is
     CustAreaCodepublic List<AirwaysMarker> getAirwaysMarker()
 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 airwaysMarker property.
 
 
For example, to add a new item, do as follows:
    getAirwaysMarker().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 AirwaysMarker
public List<EnrouteAirwaysRestrictionAltitudeExclusion> getAirwaysRescritionAltitudeExclusion()
 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 airwaysRescritionAltitudeExclusion property.
 
 
For example, to add a new item, do as follows:
    getAirwaysRescritionAltitudeExclusion().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 EnrouteAirwaysRestrictionAltitudeExclusion
public List<EnrouteAirwaysRestrictionSeasonalClosure> getAirwaysRestrictionSeasonalClosure()
 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 airwaysRestrictionSeasonalClosure property.
 
 
For example, to add a new item, do as follows:
    getAirwaysRestrictionSeasonalClosure().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 EnrouteAirwaysRestrictionSeasonalClosure
public List<EnrouteAirwaysRestrictionCruisingTableReplacement> getAirwaysRestrictionCruisingTableReplacement()
 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 airwaysRestrictionCruisingTableReplacement property.
 
 
For example, to add a new item, do as follows:
    getAirwaysRestrictionCruisingTableReplacement().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 EnrouteAirwaysRestrictionCruisingTableReplacement
public List<AirwaySegment> getAirwaySegment()
 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 airwaySegment property.
 
 
For example, to add a new item, do as follows:
    getAirwaySegment().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 AirwaySegment
public String getReferenceID()
StringCopyright © 2017. All rights reserved.