public class SID extends SIDSTAR
Java class for SID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SID"> <complexContent> <extension base="{}SIDSTAR"> <sequence> <element name="sidRunwayTransition" type="{}SIDRunwayTransition" maxOccurs="unbounded" minOccurs="0"/> <element name="sidCommonRoute" type="{}SIDCommonRoute" minOccurs="0"/> <element name="sidEnrouteTransition" type="{}SIDEnrouteTransition" maxOccurs="unbounded" minOccurs="0"/> <element name="isEngineOut" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isVector" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isPInS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isPInSProceedVisually" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isPInSProceedVfr" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isEngineOut
This element indicates that the SID is an Engine Out SID
|
protected Boolean |
isPInS
If this element exists and is true then the parent is a point in space SID.
|
protected Boolean |
isPInSProceedVfr
If this element exists and is true then the SID will proceed under visual flight rules.
|
protected Boolean |
isPInSProceedVisually
If this element exists and is true then the procedure will proceed visually.
|
protected Boolean |
isVector
The element indicates that the SID is a vector SID
|
protected SIDCommonRoute |
sidCommonRoute
This element is the common route of the SID
|
protected List<SIDEnrouteTransition> |
sidEnrouteTransition
These elements are the enroute transistions of the SID
|
protected List<SIDRunwayTransition> |
sidRunwayTransition
These elements are the runway transistions of the SID
|
isDatabaseSupportedRnav, isVorDmeRnav, rnavPbnNavSpec, rnpPbnNavSpec
isHelicopterOnlyProcedure, isRnav, isSpecial, procedureDesignAircraftCategoryOrType, procedureDesignMagVar, referenceID
identifier
supplementalData
Constructor and Description |
---|
SID() |
Modifier and Type | Method and Description |
---|---|
SIDCommonRoute |
getSidCommonRoute()
Gets the value of the sidCommonRoute property.
|
List<SIDEnrouteTransition> |
getSidEnrouteTransition()
Gets the value of the sidEnrouteTransition property.
|
List<SIDRunwayTransition> |
getSidRunwayTransition()
Gets the value of the sidRunwayTransition property.
|
Boolean |
isIsEngineOut()
Gets the value of the isEngineOut property.
|
Boolean |
isIsPInS()
Gets the value of the isPInS property.
|
Boolean |
isIsPInSProceedVfr()
Gets the value of the isPInSProceedVfr property.
|
Boolean |
isIsPInSProceedVisually()
Gets the value of the isPInSProceedVisually property.
|
Boolean |
isIsVector()
Gets the value of the isVector property.
|
void |
setIsEngineOut(Boolean value)
Sets the value of the isEngineOut property.
|
void |
setIsPInS(Boolean value)
Sets the value of the isPInS property.
|
void |
setIsPInSProceedVfr(Boolean value)
Sets the value of the isPInSProceedVfr property.
|
void |
setIsPInSProceedVisually(Boolean value)
Sets the value of the isPInSProceedVisually property.
|
void |
setIsVector(Boolean value)
Sets the value of the isVector property.
|
void |
setSidCommonRoute(SIDCommonRoute value)
Sets the value of the sidCommonRoute property.
|
getRnavPbnNavSpec, getRnpPbnNavSpec, isIsDatabaseSupportedRnav, isIsVorDmeRnav, setIsDatabaseSupportedRnav, setIsVorDmeRnav, setRnavPbnNavSpec, setRnpPbnNavSpec
getProcedureDesignAircraftCategoryOrType, getProcedureDesignMagVar, getReferenceID, isIsHelicopterOnlyProcedure, isIsRnav, isIsSpecial, setIsHelicopterOnlyProcedure, setIsRnav, setIsSpecial, setProcedureDesignAircraftCategoryOrType, setProcedureDesignMagVar, setReferenceID
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected List<SIDRunwayTransition> sidRunwayTransition
protected SIDCommonRoute sidCommonRoute
protected List<SIDEnrouteTransition> sidEnrouteTransition
protected Boolean isEngineOut
protected Boolean isVector
protected Boolean isPInS
protected Boolean isPInSProceedVisually
protected Boolean isPInSProceedVfr
public List<SIDRunwayTransition> getSidRunwayTransition()
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 sidRunwayTransition property.
For example, to add a new item, do as follows:
getSidRunwayTransition().add(newItem);
Objects of the following type(s) are allowed in the list
SIDRunwayTransition
These elements are the runway transistions of the SID
public SIDCommonRoute getSidCommonRoute()
This element is the common route of the SID
SIDCommonRoute
public void setSidCommonRoute(SIDCommonRoute value)
value
- allowed object is
SIDCommonRoute
getSidCommonRoute()
public List<SIDEnrouteTransition> getSidEnrouteTransition()
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 sidEnrouteTransition property.
For example, to add a new item, do as follows:
getSidEnrouteTransition().add(newItem);
Objects of the following type(s) are allowed in the list
SIDEnrouteTransition
These elements are the enroute transistions of the SID
public Boolean isIsEngineOut()
This element indicates that the SID is an Engine Out SID
Boolean
public void setIsEngineOut(Boolean value)
value
- allowed object is
Boolean
isIsEngineOut()
public Boolean isIsVector()
The element indicates that the SID is a vector SID
Boolean
public void setIsVector(Boolean value)
value
- allowed object is
Boolean
isIsVector()
public Boolean isIsPInS()
If this element exists and is true then the parent is a point in space SID.
Boolean
public void setIsPInS(Boolean value)
value
- allowed object is
Boolean
isIsPInS()
public Boolean isIsPInSProceedVisually()
If this element exists and is true then the procedure will proceed visually.
Boolean
public void setIsPInSProceedVisually(Boolean value)
value
- allowed object is
Boolean
isIsPInSProceedVisually()
public Boolean isIsPInSProceedVfr()
If this element exists and is true then the SID will proceed under visual flight rules.
Boolean
public void setIsPInSProceedVfr(Boolean value)
value
- allowed object is
Boolean
isIsPInSProceedVfr()
Copyright © 2017. All rights reserved.