public class SelectedApproachTransition extends Object
Java class for SelectedApproachTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectedApproachTransition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ident" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier"/> <element name="toFixRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
ident |
protected PointReference |
toFixRef |
Constructor and Description |
---|
SelectedApproachTransition() |
Modifier and Type | Method and Description |
---|---|
String |
getIdent()
Gets the value of the ident property.
|
PointReference |
getToFixRef()
Gets the value of the toFixRef property.
|
void |
setIdent(String value)
Sets the value of the ident property.
|
void |
setToFixRef(PointReference value)
Sets the value of the toFixRef property.
|
protected String ident
protected PointReference toFixRef
public String getIdent()
String
public void setIdent(String value)
value
- allowed object is
String
public PointReference getToFixRef()
PointReference
public void setToFixRef(PointReference value)
value
- allowed object is
PointReference
Copyright © 2017. All rights reserved.