public abstract class A424Record extends A424Base
Java class for A424Record complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="A424Record"> <complexContent> <extension base="{}A424Base"> <sequence> <element name="custAreaCode" type="{http://www.arinc424.com/xml/datatypes}CustAreaCode"/> <element name="cycleDate" type="{http://www.arinc424.com/xml/datatypes}CycleDate"/> <element name="notes" type="{http://www.arinc424.com/xml/datatypes}NotesText" maxOccurs="unbounded" minOccurs="0"/> <element name="recordType" type="{http://www.arinc424.com/xml/enumerations}RecordType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CustAreaCode |
custAreaCode
The “Customer Area Code” field permits the categorization of standard records by geographical area and of tailored records by the airlines for whom they are provided in the master file.
|
protected String |
cycleDate
For the concrete data type that implements A424Record the cycle date represents the last time the children elements changed.
|
protected List<String> |
notes
This class is used to have relevant Notes
|
protected RecordType |
recordType
The “Record Type” field content indicates whether the record data are “standard,” i.e., suitable for universal application, or “tailored,” i.e.
|
supplementalData
Constructor and Description |
---|
A424Record() |
Modifier and Type | Method and Description |
---|---|
CustAreaCode |
getCustAreaCode()
Gets the value of the custAreaCode property.
|
String |
getCycleDate()
Gets the value of the cycleDate property.
|
List<String> |
getNotes()
Gets the value of the notes property.
|
RecordType |
getRecordType()
Gets the value of the recordType property.
|
void |
setCustAreaCode(CustAreaCode value)
Sets the value of the custAreaCode property.
|
void |
setCycleDate(String value)
Sets the value of the cycleDate property.
|
void |
setRecordType(RecordType value)
Sets the value of the recordType property.
|
getSupplementalData, setSupplementalData
protected CustAreaCode custAreaCode
protected String cycleDate
protected RecordType recordType
public CustAreaCode getCustAreaCode()
The “Customer Area Code” field permits the categorization of standard records by geographical area and of tailored records by the airlines for whom they are provided in the master file. Several record types do not adhere to the established geographical boundaries. There is no “AREA” in such records.
CustAreaCode
public void setCustAreaCode(CustAreaCode value)
value
- allowed object is
CustAreaCode
getCustAreaCode()
public String getCycleDate()
For the concrete data type that implements A424Record the cycle date represents the last time the children elements changed. This only applies to elements with the same arity as this cycle date element. For example the cycle date that is a first child of a Procedure does not indicate if children of a Leg changed.
String
public void setCycleDate(String value)
value
- allowed object is
String
getCycleDate()
public List<String> getNotes()
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 notes property.
For example, to add a new item, do as follows:
getNotes().add(newItem);
Objects of the following type(s) are allowed in the list
String
This class is used to have relevant Notes
public RecordType getRecordType()
The “Record Type” field content indicates whether the record data are “standard,” i.e., suitable for universal application, or “tailored,” i.e. included for a single user’s specific purpose . Record type is set to tailored if any extension points are included in the record or if any content of the ARINC 424 XML schemas are altered in any way.
RecordType
public void setRecordType(RecordType value)
value
- allowed object is
RecordType
getRecordType()
Copyright © 2017. All rights reserved.