public class CruisingTable extends A424Base
Java class for CruisingTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CruisingTable"> <complexContent> <extension base="{}A424Base"> <sequence> <element name="cruiseTableIdentifier" type="{http://www.arinc424.com/xml/datatypes}CruiseTableIdentifier"/> <element name="cruisingTableLeg" type="{}CruisingTableLeg" maxOccurs="unbounded"/> </sequence> <attribute name="referenceID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
cruiseTableIdentifier |
protected List<CruisingTableLeg> |
cruisingTableLeg |
protected String |
referenceID |
supplementalData
Constructor and Description |
---|
CruisingTable() |
Modifier and Type | Method and Description |
---|---|
String |
getCruiseTableIdentifier()
Gets the value of the cruiseTableIdentifier property.
|
List<CruisingTableLeg> |
getCruisingTableLeg()
Gets the value of the cruisingTableLeg property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
void |
setCruiseTableIdentifier(String value)
Sets the value of the cruiseTableIdentifier property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
getSupplementalData, setSupplementalData
protected String cruiseTableIdentifier
protected List<CruisingTableLeg> cruisingTableLeg
protected String referenceID
public String getCruiseTableIdentifier()
String
public void setCruiseTableIdentifier(String value)
value
- allowed object is
String
public List<CruisingTableLeg> getCruisingTableLeg()
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 cruisingTableLeg property.
For example, to add a new item, do as follows:
getCruisingTableLeg().add(newItem);
Objects of the following type(s) are allowed in the list
CruisingTableLeg
public String getReferenceID()
String
Copyright © 2017. All rights reserved.