public class STAR extends SIDSTAR
Java class for STAR complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STAR">
<complexContent>
<extension base="{}SIDSTAR">
<sequence>
<element name="starRunwayTransition" type="{}STARRunwayTransition" maxOccurs="unbounded" minOccurs="0"/>
<element name="starEnrouteTransition" type="{}STAREnrouteTransition" maxOccurs="unbounded" minOccurs="0"/>
<element name="starCommonRoute" type="{}STARCommonRoute" minOccurs="0"/>
<element name="isContiniousDecent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isContiniousDecent
If this element exists and is true then the parent is a continious decent STAR.
|
protected STARCommonRoute |
starCommonRoute
This element is the common route
|
protected List<STAREnrouteTransition> |
starEnrouteTransition
These elements are the enroute transitions
|
protected List<STARRunwayTransition> |
starRunwayTransition
These elements are the runway transitions.
|
isDatabaseSupportedRnav, isVorDmeRnav, rnavPbnNavSpec, rnpPbnNavSpecisHelicopterOnlyProcedure, isRnav, isSpecial, procedureDesignAircraftCategoryOrType, procedureDesignMagVar, referenceIDidentifiersupplementalData| Constructor and Description |
|---|
STAR() |
| Modifier and Type | Method and Description |
|---|---|
STARCommonRoute |
getStarCommonRoute()
Gets the value of the starCommonRoute property.
|
List<STAREnrouteTransition> |
getStarEnrouteTransition()
Gets the value of the starEnrouteTransition property.
|
List<STARRunwayTransition> |
getStarRunwayTransition()
Gets the value of the starRunwayTransition property.
|
Boolean |
isIsContiniousDecent()
Gets the value of the isContiniousDecent property.
|
void |
setIsContiniousDecent(Boolean value)
Sets the value of the isContiniousDecent property.
|
void |
setStarCommonRoute(STARCommonRoute value)
Sets the value of the starCommonRoute property.
|
getRnavPbnNavSpec, getRnpPbnNavSpec, isIsDatabaseSupportedRnav, isIsVorDmeRnav, setIsDatabaseSupportedRnav, setIsVorDmeRnav, setRnavPbnNavSpec, setRnpPbnNavSpecgetProcedureDesignAircraftCategoryOrType, getProcedureDesignMagVar, getReferenceID, isIsHelicopterOnlyProcedure, isIsRnav, isIsSpecial, setIsHelicopterOnlyProcedure, setIsRnav, setIsSpecial, setProcedureDesignAircraftCategoryOrType, setProcedureDesignMagVar, setReferenceIDgetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected List<STARRunwayTransition> starRunwayTransition
protected List<STAREnrouteTransition> starEnrouteTransition
protected STARCommonRoute starCommonRoute
protected Boolean isContiniousDecent
public List<STARRunwayTransition> getStarRunwayTransition()
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 starRunwayTransition property.
For example, to add a new item, do as follows:
getStarRunwayTransition().add(newItem);
Objects of the following type(s) are allowed in the list
STARRunwayTransition
These elements are the runway transitions.
public List<STAREnrouteTransition> getStarEnrouteTransition()
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 starEnrouteTransition property.
For example, to add a new item, do as follows:
getStarEnrouteTransition().add(newItem);
Objects of the following type(s) are allowed in the list
STAREnrouteTransition
These elements are the enroute transitions
public STARCommonRoute getStarCommonRoute()
This element is the common route
STARCommonRoutepublic void setStarCommonRoute(STARCommonRoute value)
value - allowed object is
STARCommonRoutegetStarCommonRoute()public Boolean isIsContiniousDecent()
If this element exists and is true then the parent is a continious decent STAR.
Booleanpublic void setIsContiniousDecent(Boolean value)
value - allowed object is
BooleanisIsContiniousDecent()Copyright © 2017. All rights reserved.