public class CompanyRoute extends A424Record
Java class for CompanyRoute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanyRoute"> <complexContent> <extension base="{}A424Record"> <sequence> <element name="alternateDistanace" type="{http://www.arinc424.com/xml/datatypes}AlternateDistance" minOccurs="0"/> <element name="costIndex" type="{http://www.arinc424.com/xml/datatypes}CostIndex" minOccurs="0"/> <element name="cruiseAltitude" type="{http://www.arinc424.com/xml/datatypes}CruiseAltitude" minOccurs="0"/> <element name="enrouteEmergencyPortRef" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> <element name="fromPortFix" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> <element name="identifier" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier"/> <element name="terminalAlternateAirport" type="{http://www.arinc424.com/xml/datatypes}TerminlaAlternateAirport" minOccurs="0"/> <element name="toPortFix" type="{http://www.arinc424.com/xml/datatypes}PointReference" minOccurs="0"/> <element name="viaSID" type="{}ViaSID" minOccurs="0"/> <element name="viaEnroutes" type="{}ViaEnroutes" minOccurs="0"/> <element name="viaSTAR" type="{}ViaSTAR" minOccurs="0"/> <element name="viaApproach" type="{}ViaApproach" minOccurs="0"/> <element name="alternateRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/> </sequence> <attribute name="referenceID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
alternateDistanace
This field is used to supply the distance in nautical miles from the “To Airport/Heliport/Fix” to the Alternate Airport/Heliport.
|
protected PointReference |
alternateRef |
protected Long |
costIndex
The Cost Index field is used to define the relative value of fuel-related costs and time-related costs for a particular route.
|
protected String |
cruiseAltitude |
protected PointReference |
enrouteEmergencyPortRef |
protected PointReference |
fromPortFix
When used on Company Routes and Helicopter Operations Company Routes, the “From Airport/Heliport/Fix” is the fix from which the company route originates.
|
protected String |
identifier |
protected String |
referenceID |
protected String |
terminalAlternateAirport
This field has two uses depending on the “VIA” field and File Code for “To Fix.” For “VIA” field content of “ALT” this field will contain the Alternate Airport Ident or Heliport Ident for this Company Route.
|
protected PointReference |
toPortFix
When used on Company Routes and Helicopter Operations Company Routes, the “From Airport/Heliport/Fix” is the fix from which the company route originates.
|
protected ViaApproach |
viaApproach |
protected ViaEnroutes |
viaEnroutes |
protected ViaSID |
viaSID |
protected ViaSTAR |
viaSTAR |
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
CompanyRoute() |
Modifier and Type | Method and Description |
---|---|
Long |
getAlternateDistanace()
Gets the value of the alternateDistanace property.
|
PointReference |
getAlternateRef()
Gets the value of the alternateRef property.
|
Long |
getCostIndex()
Gets the value of the costIndex property.
|
String |
getCruiseAltitude()
Gets the value of the cruiseAltitude property.
|
PointReference |
getEnrouteEmergencyPortRef()
Gets the value of the enrouteEmergencyPortRef property.
|
PointReference |
getFromPortFix()
Gets the value of the fromPortFix property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
String |
getTerminalAlternateAirport()
Gets the value of the terminalAlternateAirport property.
|
PointReference |
getToPortFix()
Gets the value of the toPortFix property.
|
ViaApproach |
getViaApproach()
Gets the value of the viaApproach property.
|
ViaEnroutes |
getViaEnroutes()
Gets the value of the viaEnroutes property.
|
ViaSID |
getViaSID()
Gets the value of the viaSID property.
|
ViaSTAR |
getViaSTAR()
Gets the value of the viaSTAR property.
|
void |
setAlternateDistanace(Long value)
Sets the value of the alternateDistanace property.
|
void |
setAlternateRef(PointReference value)
Sets the value of the alternateRef property.
|
void |
setCostIndex(Long value)
Sets the value of the costIndex property.
|
void |
setCruiseAltitude(String value)
Sets the value of the cruiseAltitude property.
|
void |
setEnrouteEmergencyPortRef(PointReference value)
Sets the value of the enrouteEmergencyPortRef property.
|
void |
setFromPortFix(PointReference value)
Sets the value of the fromPortFix property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
void |
setTerminalAlternateAirport(String value)
Sets the value of the terminalAlternateAirport property.
|
void |
setToPortFix(PointReference value)
Sets the value of the toPortFix property.
|
void |
setViaApproach(ViaApproach value)
Sets the value of the viaApproach property.
|
void |
setViaEnroutes(ViaEnroutes value)
Sets the value of the viaEnroutes property.
|
void |
setViaSID(ViaSID value)
Sets the value of the viaSID property.
|
void |
setViaSTAR(ViaSTAR value)
Sets the value of the viaSTAR property.
|
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected Long alternateDistanace
protected Long costIndex
protected String cruiseAltitude
protected PointReference enrouteEmergencyPortRef
protected PointReference fromPortFix
protected String identifier
protected String terminalAlternateAirport
protected PointReference toPortFix
protected ViaSID viaSID
protected ViaEnroutes viaEnroutes
protected ViaSTAR viaSTAR
protected ViaApproach viaApproach
protected PointReference alternateRef
protected String referenceID
public Long getAlternateDistanace()
This field is used to supply the distance in nautical miles from the “To Airport/Heliport/Fix” to the Alternate Airport/Heliport.
Long
public void setAlternateDistanace(Long value)
value
- allowed object is
Long
getAlternateDistanace()
public Long getCostIndex()
The Cost Index field is used to define the relative value of fuel-related costs and time-related costs for a particular route.
Long
public void setCostIndex(Long value)
value
- allowed object is
Long
getCostIndex()
public String getCruiseAltitude()
String
public void setCruiseAltitude(String value)
value
- allowed object is
String
public PointReference getEnrouteEmergencyPortRef()
PointReference
public void setEnrouteEmergencyPortRef(PointReference value)
value
- allowed object is
PointReference
public PointReference getFromPortFix()
When used on Company Routes and Helicopter Operations Company Routes, the “From Airport/Heliport/Fix” is the fix from which the company route originates. The “To Airport/Heliport/Fix” is the fix at which the company route terminates. When used on Alternate Records, it is the Departure, Destination or Enroute Airport/Fix for which the alternate information is being provided.
PointReference
public void setFromPortFix(PointReference value)
value
- allowed object is
PointReference
getFromPortFix()
public String getIdentifier()
String
public void setIdentifier(String value)
value
- allowed object is
String
public String getTerminalAlternateAirport()
This field has two uses depending on the “VIA” field and File Code for “To Fix.” For “VIA” field content of “ALT” this field will contain the Alternate Airport Ident or Heliport Ident for this Company Route. If the file code for “To Fix” contains “P,” this field will contain the Airport Ident for REGN CODE (Section 5.41) of Terminal Waypoints (PC records) and Runway (PG records). If the file code for “To Fix” contains “H”, this field will contain the Heliport Ident for REGN CODE (Section 5.41) of Helicopter Terminal Waypoints (HC records).
String
public void setTerminalAlternateAirport(String value)
value
- allowed object is
String
getTerminalAlternateAirport()
public PointReference getToPortFix()
When used on Company Routes and Helicopter Operations Company Routes, the “From Airport/Heliport/Fix” is the fix from which the company route originates. The “To Airport/Heliport/Fix” is the fix at which the company route terminates. When used on Alternate Records, it is the Departure, Destination or Enroute Airport/Fix for which the alternate information is being provided.
PointReference
public void setToPortFix(PointReference value)
value
- allowed object is
PointReference
getToPortFix()
public ViaSID getViaSID()
ViaSID
public void setViaSID(ViaSID value)
value
- allowed object is
ViaSID
public ViaEnroutes getViaEnroutes()
ViaEnroutes
public void setViaEnroutes(ViaEnroutes value)
value
- allowed object is
ViaEnroutes
public ViaSTAR getViaSTAR()
ViaSTAR
public void setViaSTAR(ViaSTAR value)
value
- allowed object is
ViaSTAR
public ViaApproach getViaApproach()
ViaApproach
public void setViaApproach(ViaApproach value)
value
- allowed object is
ViaApproach
public PointReference getAlternateRef()
PointReference
public void setAlternateRef(PointReference value)
value
- allowed object is
PointReference
public String getReferenceID()
String
Copyright © 2017. All rights reserved.