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 | isEngineOutThis element indicates that the SID is an Engine Out SID | 
| protected Boolean | isPInSIf this element exists and is true then the parent is a point in space SID. | 
| protected Boolean | isPInSProceedVfrIf this element exists and is true then the SID will proceed under visual flight rules. | 
| protected Boolean | isPInSProceedVisuallyIf this element exists and is true then the procedure will proceed visually. | 
| protected Boolean | isVectorThe element indicates that the SID is a vector SID | 
| protected SIDCommonRoute | sidCommonRouteThis element is the common route of the SID | 
| protected List<SIDEnrouteTransition> | sidEnrouteTransitionThese elements are the enroute transistions of the SID | 
| protected List<SIDRunwayTransition> | sidRunwayTransitionThese elements are the runway transistions of the SID | 
isDatabaseSupportedRnav, isVorDmeRnav, rnavPbnNavSpec, rnpPbnNavSpecisHelicopterOnlyProcedure, isRnav, isSpecial, procedureDesignAircraftCategoryOrType, procedureDesignMagVar, referenceIDidentifiersupplementalData| 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, setRnpPbnNavSpecgetProcedureDesignAircraftCategoryOrType, getProcedureDesignMagVar, getReferenceID, isIsHelicopterOnlyProcedure, isIsRnav, isIsSpecial, setIsHelicopterOnlyProcedure, setIsRnav, setIsSpecial, setProcedureDesignAircraftCategoryOrType, setProcedureDesignMagVar, setReferenceIDgetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected 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
SIDCommonRoutepublic void setSidCommonRoute(SIDCommonRoute value)
value - allowed object is
     SIDCommonRoutegetSidCommonRoute()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
Booleanpublic void setIsEngineOut(Boolean value)
value - allowed object is
     BooleanisIsEngineOut()public Boolean isIsVector()
The element indicates that the SID is a vector SID
Booleanpublic void setIsVector(Boolean value)
value - allowed object is
     BooleanisIsVector()public Boolean isIsPInS()
If this element exists and is true then the parent is a point in space SID.
Booleanpublic void setIsPInS(Boolean value)
value - allowed object is
     BooleanisIsPInS()public Boolean isIsPInSProceedVisually()
If this element exists and is true then the procedure will proceed visually.
Booleanpublic void setIsPInSProceedVisually(Boolean value)
value - allowed object is
     BooleanisIsPInSProceedVisually()public Boolean isIsPInSProceedVfr()
If this element exists and is true then the SID will proceed under visual flight rules.
Booleanpublic void setIsPInSProceedVfr(Boolean value)
value - allowed object is
     BooleanisIsPInSProceedVfr()Copyright © 2017. All rights reserved.