public class EnrouteCommunication extends Communication
Java class for EnrouteCommunication complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="EnrouteCommunication">
   <complexContent>
     <extension base="{}Communication">
       <sequence>
         <element name="communicationType" type="{http://www.arinc424.com/xml/enumerations}CommunicatingType" minOccurs="0"/>
         <element name="firRDOIdent" type="{http://www.arinc424.com/xml/datatypes}FIRRDOIdentifier" minOccurs="0"/>
         <element name="firUirRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="positionNarrative" type="{http://www.arinc424.com/xml/datatypes}PositionNarrative" minOccurs="0"/>
         <element name="serviceIndicator" type="{http://www.arinc424.com/xml/datatypes}EnrouteCommunicationServiceIndicator" minOccurs="0"/>
         <element name="assignedSectorName" type="{http://www.arinc424.com/xml/datatypes}AssignedSectorName" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<JAXBElement<?>> | rest | 
altitudeDescription, callSign, communicationAltitude1, communicationAltitude2, communicationClass, communicationDetails, communicationType, frequencyUnits, guardTransmit, h24Indicator, location, modulation, radarService, receiveFrequency, sequenceNumber, signalEmission, timeNarrative, timeOfOperation, transmitFrequencycustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| EnrouteCommunication() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<JAXBElement<?>> | getRest()Gets the rest of the content model. | 
getAltitudeDescription, getCallSign, getCommunicationAltitude1, getCommunicationAltitude2, getCommunicationClass, getCommunicationDetails, getCommunicationType, getFrequencyUnits, getGuardTransmit, getH24Indicator, getLocation, getModulation, getRadarService, getReceiveFrequency, getSequenceNumber, getSignalEmission, getTimeNarrative, getTimeOfOperation, getTransmitFrequency, setAltitudeDescription, setCallSign, setCommunicationAltitude1, setCommunicationAltitude2, setCommunicationClass, setCommunicationDetails, setCommunicationType, setFrequencyUnits, setGuardTransmit, setH24Indicator, setLocation, setModulation, setRadarService, setReceiveFrequency, setSequenceNumber, setSignalEmission, setTransmitFrequencygetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, 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 "CommunicationType" is used by two different parts of a schema. See: line 242 of file:/Users/kwells/Development/aero-data-projects/arinc-WIP/XSDs/src/main/schema/Records/Communication.xsd line 40 of file:/Users/kwells/Development/aero-data-projects/arinc-WIP/XSDs/src/main/schema/Records/Communication.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<EnrouteCommunicationServiceIndicator>
 JAXBElement<Object>
 JAXBElement<String>
 JAXBElement<String>
 JAXBElement<String>
 JAXBElement<CommunicatingType>
Copyright © 2017. All rights reserved.