public class PreferredRouteLeg extends Leg
Java class for PreferredRouteLeg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreferredRouteLeg">
<complexContent>
<extension base="{}Leg">
<sequence>
<element name="aircraftUsageGroup" type="{http://www.arinc424.com/xml/datatypes}AircraftUsageGroup" minOccurs="0"/>
<element name="areaCode" type="{http://www.arinc424.com/xml/enumerations}AreaCode" minOccurs="0"/>
<element name="directionRestriction" type="{http://www.arinc424.com/xml/enumerations}PreferredRouteDirectionalRestriction" minOccurs="0"/>
<element name="level" type="{http://www.arinc424.com/xml/enumerations}Level" minOccurs="0"/>
<element name="forwardAltitudeConstraint" type="{http://www.arinc424.com/xml/datatypes}AirspaceRouteHoldAltitudeConstraint" minOccurs="0"/>
<element name="reverseAltitudeConstraint" type="{http://www.arinc424.com/xml/datatypes}AirspaceRouteHoldAltitudeConstraint" minOccurs="0"/>
<element name="preferredRouteUseIndicator" type="{http://www.arinc424.com/xml/datatypes}PreferredRouteUseIndicator"/>
<element name="routeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="viaCode" type="{http://www.arinc424.com/xml/enumerations}PreferredRouteViaCodes" minOccurs="0"/>
<element name="airwayRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="procedureRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="initialAirportFix" type="{http://www.arinc424.com/xml/datatypes}InitialTerminusAirportFix" minOccurs="0"/>
<element name="initialAirportFixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
<element name="terminusAirportFix" type="{http://www.arinc424.com/xml/datatypes}InitialTerminusAirportFix" minOccurs="0"/>
<element name="toTerminusFixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
rest |
fixIdent, fixRef, recNavaidIdent, recNavaidRef, sequenceNumberareaCode, customerCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description |
|---|
PreferredRouteLeg() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getRest()
Gets the rest of the content model.
|
getFixIdent, getFixRef, getRecNavaidIdent, getRecNavaidRef, getSequenceNumber, setFixIdent, setFixRef, setRecNavaidIdent, setRecNavaidRef, setSequenceNumbergetAreaCode, getCustomerCode, getCycleDate, getNotes, getRecordType, setAreaCode, setCustomerCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected List<JAXBElement<?>> rest
public List<JAXBElement<?>> getRest()
You are getting this "catch-all" property because of the following reason: The field name "AreaCode" is used by two different parts of a schema. See: line 100 of file:/Users/kwells/Development/aero-data-projects/aerodata-XML/com.ars.aerodata/424-Schema/src/main/arinc424schemas/Records/Legs.xsd line 37 of file:/Users/kwells/Development/aero-data-projects/aerodata-XML/com.ars.aerodata/424-Schema/src/main/arinc424schemas/Records/BasicClasses.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
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 rest property.
For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
JAXBElement<PreferredRouteDirectionalRestriction>
JAXBElement<Level>
JAXBElement<PointReference>
JAXBElement<PreferredRouteUseIndicator>
JAXBElement<PointReference>
JAXBElement<String>
JAXBElement<Object>
JAXBElement<AirspaceRouteHoldAltitudeConstraint>
JAXBElement<String>
JAXBElement<AircraftUsageGroup>
JAXBElement<AirspaceRouteHoldAltitudeConstraint>
JAXBElement<AreaCode>
JAXBElement<String>
JAXBElement<PreferredRouteViaCodes>
Copyright © 2020. All rights reserved.