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, qualifier2
msaRef, procedureLeg, transitionAltitude
identifier
supplementalData
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, setQualifier2
getMsaRef, getProcedureLeg, getTransitionAltitude, setMsaRef, setTransitionAltitude
getIdentifier, setIdentifier
getSupplementalData, setSupplementalData
protected String multipleIndicator
protected Object taaReference
public String getMultipleIndicator()
String
public void setMultipleIndicator(String value)
value
- allowed object is
String
public Object getTaaReference()
Object
Copyright © 2017. All rights reserved.