public class Mora extends Object
Java class for Mora complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mora">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="isUnknown" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="altitude" type="{http://www.arinc424.com/xml/datatypes}AltitudeValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
altitude |
protected Boolean |
isUnknown |
| Constructor and Description |
|---|
Mora() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAltitude()
Gets the value of the altitude property.
|
Boolean |
isIsUnknown()
Gets the value of the isUnknown property.
|
void |
setAltitude(Integer value)
Sets the value of the altitude property.
|
void |
setIsUnknown(Boolean value)
Sets the value of the isUnknown property.
|
public Boolean isIsUnknown()
Booleanpublic void setIsUnknown(Boolean value)
value - allowed object is
Booleanpublic Integer getAltitude()
IntegerCopyright © 2020. All rights reserved.