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