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