public class ApproachTransition extends ApproachRoute
Java class for ApproachTransition complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ApproachTransition">
   <complexContent>
     <extension base="{}ApproachRoute">
       <sequence>
         <element name="multipleIndicator" type="{http://www.arinc424.com/xml/datatypes}MultipleIndicator" minOccurs="0"/>
         <element name="taaReference" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | multipleIndicator | 
| protected Object | taaReference | 
qualifier1, qualifier2msaRef, procedureLeg, transitionAltitudeidentifiersupplementalData| Constructor and Description | 
|---|
| ApproachTransition() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMultipleIndicator()Gets the value of the multipleIndicator property. | 
| Object | getTaaReference()Gets the value of the taaReference property. | 
| void | setMultipleIndicator(String value)Sets the value of the multipleIndicator property. | 
| void | setTaaReference(Object value)Sets the value of the taaReference property. | 
getQualifier1, getQualifier2, setQualifier1, setQualifier2getMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitudegetIdentifier, setIdentifiergetSupplementalData, setSupplementalDataprotected String multipleIndicator
protected Object taaReference
public String getMultipleIndicator()
Stringpublic void setMultipleIndicator(String value)
value - allowed object is
     Stringpublic Object getTaaReference()
ObjectCopyright © 2017. All rights reserved.