public class MinimumAltitude extends Object
Java class for MinimumAltitude complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MinimumAltitude">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="altitude" type="{http://www.arinc424.com/xml/datatypes}AltitudeValue"/>
<element name="altitudeUom" type="{http://www.arinc424.com/xml/enumerations}HeightUnitsIndicator"/>
<element name="altitudeType" type="{http://www.arinc424.com/xml/enumerations}MinimumAltitudeType"/>
<element name="isDerived" type="{http://www.arinc424.com/xml/datatypes}IsDerived" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
altitude |
protected MinimumAltitudeType |
altitudeType |
protected HeightUnitsIndicator |
altitudeUom |
protected Boolean |
isDerived
Indicates whether this altitude is a database supplier derived value (i.e.
|
| Constructor and Description |
|---|
MinimumAltitude() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAltitude()
Gets the value of the altitude property.
|
MinimumAltitudeType |
getAltitudeType()
Gets the value of the altitudeType property.
|
HeightUnitsIndicator |
getAltitudeUom()
Gets the value of the altitudeUom property.
|
Boolean |
isIsDerived()
Gets the value of the isDerived property.
|
void |
setAltitude(int value)
Sets the value of the altitude property.
|
void |
setAltitudeType(MinimumAltitudeType value)
Sets the value of the altitudeType property.
|
void |
setAltitudeUom(HeightUnitsIndicator value)
Sets the value of the altitudeUom property.
|
void |
setIsDerived(Boolean value)
Sets the value of the isDerived property.
|
protected int altitude
protected HeightUnitsIndicator altitudeUom
protected MinimumAltitudeType altitudeType
protected Boolean isDerived
public int getAltitude()
public void setAltitude(int value)
public HeightUnitsIndicator getAltitudeUom()
HeightUnitsIndicatorpublic void setAltitudeUom(HeightUnitsIndicator value)
value - allowed object is
HeightUnitsIndicatorpublic MinimumAltitudeType getAltitudeType()
MinimumAltitudeTypepublic void setAltitudeType(MinimumAltitudeType value)
value - allowed object is
MinimumAltitudeTypepublic Boolean isIsDerived()
Indicates whether this altitude is a database supplier derived value (i.e. it was not provided by the source originator).
Booleanpublic void setIsDerived(Boolean value)
value - allowed object is
BooleanisIsDerived()Copyright © 2020. All rights reserved.