public class FIRUIR extends A424Record
Java class for FIRUIR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FIRUIR"> <complexContent> <extension base="{}A424Record"> <sequence> <element name="cruiseTableIdentifier" type="{http://www.arinc424.com/xml/datatypes}CruiseTableIdentifier" minOccurs="0"/> <element name="entryReport" type="{http://www.arinc424.com/xml/enumerations}FIRUIREntryReport" minOccurs="0"/> <element name="firUIRAddress" type="{http://www.arinc424.com/xml/datatypes}FIRUIRAddress"/> <element name="firUIRIdentifier" type="{http://www.arinc424.com/xml/datatypes}FIRUIRIdentifier"/> <element name="firUIRIndicator" type="{http://www.arinc424.com/xml/enumerations}FIRUIRIndicator"/> <element name="firUIRSegment" type="{}FIRUIRSegment" maxOccurs="unbounded"/> <element name="firUIRName" type="{http://www.arinc424.com/xml/datatypes}FIRUIRName" minOccurs="0"/> <element name="firUpperLimit" type="{http://www.arinc424.com/xml/datatypes}AltitudeLimit" minOccurs="0"/> <element name="firLowerLimit" type="{http://www.arinc424.com/xml/datatypes}AltitudeLimit" minOccurs="0"/> <element name="uirUpperLimit" type="{http://www.arinc424.com/xml/datatypes}AltitudeLimit" minOccurs="0"/> <element name="uirLowerLimit" type="{http://www.arinc424.com/xml/datatypes}AltitudeLimit" minOccurs="0"/> <element name="firUIRATCReportingUnitsAltitude" type="{http://www.arinc424.com/xml/enumerations}FIRUIRATCReportingUnitsAltitude" minOccurs="0"/> <element name="firUIRATCReportingUnitsSpeed" type="{http://www.arinc424.com/xml/enumerations}FIRUIRATCReportingUnitsSpeed" minOccurs="0"/> </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 String |
entryReport |
protected AltitudeLimit |
firLowerLimit |
protected String |
firUIRAddress |
protected FIRUIRATCReportingUnitsAltitude |
firUIRATCReportingUnitsAltitude |
protected FIRUIRATCReportingUnitsSpeed |
firUIRATCReportingUnitsSpeed |
protected String |
firUIRIdentifier |
protected FIRUIRIndicator |
firUIRIndicator |
protected String |
firUIRName |
protected List<FIRUIRSegment> |
firUIRSegment |
protected AltitudeLimit |
firUpperLimit |
protected String |
referenceID |
protected AltitudeLimit |
uirLowerLimit |
protected AltitudeLimit |
uirUpperLimit |
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
FIRUIR() |
Modifier and Type | Method and Description |
---|---|
String |
getCruiseTableIdentifier()
Gets the value of the cruiseTableIdentifier property.
|
String |
getEntryReport()
Gets the value of the entryReport property.
|
AltitudeLimit |
getFirLowerLimit()
Gets the value of the firLowerLimit property.
|
String |
getFirUIRAddress()
Gets the value of the firUIRAddress property.
|
FIRUIRATCReportingUnitsAltitude |
getFirUIRATCReportingUnitsAltitude()
Gets the value of the firUIRATCReportingUnitsAltitude property.
|
FIRUIRATCReportingUnitsSpeed |
getFirUIRATCReportingUnitsSpeed()
Gets the value of the firUIRATCReportingUnitsSpeed property.
|
String |
getFirUIRIdentifier()
Gets the value of the firUIRIdentifier property.
|
FIRUIRIndicator |
getFirUIRIndicator()
Gets the value of the firUIRIndicator property.
|
String |
getFirUIRName()
Gets the value of the firUIRName property.
|
List<FIRUIRSegment> |
getFirUIRSegment()
Gets the value of the firUIRSegment property.
|
AltitudeLimit |
getFirUpperLimit()
Gets the value of the firUpperLimit property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
AltitudeLimit |
getUirLowerLimit()
Gets the value of the uirLowerLimit property.
|
AltitudeLimit |
getUirUpperLimit()
Gets the value of the uirUpperLimit property.
|
void |
setCruiseTableIdentifier(String value)
Sets the value of the cruiseTableIdentifier property.
|
void |
setEntryReport(String value)
Sets the value of the entryReport property.
|
void |
setFirLowerLimit(AltitudeLimit value)
Sets the value of the firLowerLimit property.
|
void |
setFirUIRAddress(String value)
Sets the value of the firUIRAddress property.
|
void |
setFirUIRATCReportingUnitsAltitude(FIRUIRATCReportingUnitsAltitude value)
Sets the value of the firUIRATCReportingUnitsAltitude property.
|
void |
setFirUIRATCReportingUnitsSpeed(FIRUIRATCReportingUnitsSpeed value)
Sets the value of the firUIRATCReportingUnitsSpeed property.
|
void |
setFirUIRIdentifier(String value)
Sets the value of the firUIRIdentifier property.
|
void |
setFirUIRIndicator(FIRUIRIndicator value)
Sets the value of the firUIRIndicator property.
|
void |
setFirUIRName(String value)
Sets the value of the firUIRName property.
|
void |
setFirUpperLimit(AltitudeLimit value)
Sets the value of the firUpperLimit property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
void |
setUirLowerLimit(AltitudeLimit value)
Sets the value of the uirLowerLimit property.
|
void |
setUirUpperLimit(AltitudeLimit value)
Sets the value of the uirUpperLimit property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected String cruiseTableIdentifier
protected String entryReport
protected String firUIRAddress
protected String firUIRIdentifier
protected FIRUIRIndicator firUIRIndicator
protected List<FIRUIRSegment> firUIRSegment
protected String firUIRName
protected AltitudeLimit firUpperLimit
protected AltitudeLimit firLowerLimit
protected AltitudeLimit uirUpperLimit
protected AltitudeLimit uirLowerLimit
protected FIRUIRATCReportingUnitsAltitude firUIRATCReportingUnitsAltitude
protected FIRUIRATCReportingUnitsSpeed firUIRATCReportingUnitsSpeed
protected String referenceID
public String getCruiseTableIdentifier()
String
public void setCruiseTableIdentifier(String value)
value
- allowed object is
String
public String getEntryReport()
String
public void setEntryReport(String value)
value
- allowed object is
String
public String getFirUIRAddress()
String
public void setFirUIRAddress(String value)
value
- allowed object is
String
public String getFirUIRIdentifier()
String
public void setFirUIRIdentifier(String value)
value
- allowed object is
String
public FIRUIRIndicator getFirUIRIndicator()
FIRUIRIndicator
public void setFirUIRIndicator(FIRUIRIndicator value)
value
- allowed object is
FIRUIRIndicator
public List<FIRUIRSegment> getFirUIRSegment()
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 firUIRSegment property.
For example, to add a new item, do as follows:
getFirUIRSegment().add(newItem);
Objects of the following type(s) are allowed in the list
FIRUIRSegment
public String getFirUIRName()
String
public void setFirUIRName(String value)
value
- allowed object is
String
public AltitudeLimit getFirUpperLimit()
AltitudeLimit
public void setFirUpperLimit(AltitudeLimit value)
value
- allowed object is
AltitudeLimit
public AltitudeLimit getFirLowerLimit()
AltitudeLimit
public void setFirLowerLimit(AltitudeLimit value)
value
- allowed object is
AltitudeLimit
public AltitudeLimit getUirUpperLimit()
AltitudeLimit
public void setUirUpperLimit(AltitudeLimit value)
value
- allowed object is
AltitudeLimit
public AltitudeLimit getUirLowerLimit()
AltitudeLimit
public void setUirLowerLimit(AltitudeLimit value)
value
- allowed object is
AltitudeLimit
public FIRUIRATCReportingUnitsAltitude getFirUIRATCReportingUnitsAltitude()
FIRUIRATCReportingUnitsAltitude
public void setFirUIRATCReportingUnitsAltitude(FIRUIRATCReportingUnitsAltitude value)
value
- allowed object is
FIRUIRATCReportingUnitsAltitude
public FIRUIRATCReportingUnitsSpeed getFirUIRATCReportingUnitsSpeed()
FIRUIRATCReportingUnitsSpeed
public void setFirUIRATCReportingUnitsSpeed(FIRUIRATCReportingUnitsSpeed value)
value
- allowed object is
FIRUIRATCReportingUnitsSpeed
public String getReferenceID()
String
Copyright © 2017. All rights reserved.