public class Alternate extends A424Record
Java class for Alternate complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Alternate">
   <complexContent>
     <extension base="{}A424Record">
       <sequence>
         <element name="alternateDetails" type="{http://www.arinc424.com/xml/datatypes}AlternateDetails" maxOccurs="unbounded"/>
         <element name="departureOrArrivalPort" type="{}DepatureOrArrivalPort"/>
       </sequence>
       <attribute name="referenceID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<AlternateDetails> | alternateDetailsThis class is an abstraction used to represent the details of an Alternate. | 
| protected DepatureOrArrivalPort | departureOrArrivalPort | 
| protected String | referenceID | 
custAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| Alternate() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AlternateDetails> | getAlternateDetails()Gets the value of the alternateDetails property. | 
| DepatureOrArrivalPort | getDepartureOrArrivalPort()Gets the value of the departureOrArrivalPort property. | 
| String | getReferenceID()Gets the value of the referenceID property. | 
| void | setDepartureOrArrivalPort(DepatureOrArrivalPort value)Sets the value of the departureOrArrivalPort property. | 
| void | setReferenceID(String value)Sets the value of the referenceID property. | 
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected List<AlternateDetails> alternateDetails
protected DepatureOrArrivalPort departureOrArrivalPort
protected String referenceID
public List<AlternateDetails> getAlternateDetails()
 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 alternateDetails property.
 
 
For example, to add a new item, do as follows:
    getAlternateDetails().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 AlternateDetails
 
 
This class is an abstraction used to represent the details of an Alternate.
public DepatureOrArrivalPort getDepartureOrArrivalPort()
DepatureOrArrivalPortpublic void setDepartureOrArrivalPort(DepatureOrArrivalPort value)
value - allowed object is
     DepatureOrArrivalPortpublic String getReferenceID()
StringCopyright © 2017. All rights reserved.