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> |
alternateDetails
This class is an abstraction used to represent the details of an Alternate.
|
protected DepatureOrArrivalPort |
departureOrArrivalPort |
protected String |
referenceID |
custAreaCode, cycleDate, notes, recordType
supplementalData
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, setRecordType
getSupplementalData, setSupplementalData
protected 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()
DepatureOrArrivalPort
public void setDepartureOrArrivalPort(DepatureOrArrivalPort value)
value
- allowed object is
DepatureOrArrivalPort
public String getReferenceID()
String
Copyright © 2017. All rights reserved.