public class RestrictiveAirspace extends Airspace
Java class for RestrictiveAirspace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RestrictiveAirspace"> <complexContent> <extension base="{}Airspace"> <sequence> <element name="ICAOCode" type="{http://www.arinc424.com/xml/datatypes}IcaoCode" minOccurs="0"/> <element name="restrictiveAirspaceDesignation" type="{http://www.arinc424.com/xml/datatypes}RestrictiveAirspaceDesignation"/> <element name="restrictiveAirspaceName" type="{http://www.arinc424.com/xml/datatypes}Name" minOccurs="0"/> <element name="restrictiveAirspaceType" type="{http://www.arinc424.com/xml/enumerations}RestrictiveAirspaceType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
icaoCode |
protected String |
restrictiveAirspaceDesignation
The “Restrictive Airspace Designation” field contains the number or name that uniquely identifies the restrictive airspace.
|
protected String |
restrictiveAirspaceName
The “Restrictive Airspace Name” field will contain the name of the restrictive airspace when assigned.
|
protected RestrictiveAirspaceType |
restrictiveAirspaceType
The “Restrictive Airspace Type” field is used to indicate the type of Airspace in which the flight of aircraft is prohibited or restricted.
|
airspaceName, airspaceSegment, airspaceTimingDetails, lowerLimit, multipleCode, timeCode, unitIndicatorLower, unitIndicatorUpper, upperLimit
Constructor and Description |
---|
RestrictiveAirspace() |
Modifier and Type | Method and Description |
---|---|
String |
getICAOCode()
Gets the value of the icaoCode property.
|
String |
getRestrictiveAirspaceDesignation()
Gets the value of the restrictiveAirspaceDesignation property.
|
String |
getRestrictiveAirspaceName()
Gets the value of the restrictiveAirspaceName property.
|
RestrictiveAirspaceType |
getRestrictiveAirspaceType()
Gets the value of the restrictiveAirspaceType property.
|
void |
setICAOCode(String value)
Sets the value of the icaoCode property.
|
void |
setRestrictiveAirspaceDesignation(String value)
Sets the value of the restrictiveAirspaceDesignation property.
|
void |
setRestrictiveAirspaceName(String value)
Sets the value of the restrictiveAirspaceName property.
|
void |
setRestrictiveAirspaceType(RestrictiveAirspaceType value)
Sets the value of the restrictiveAirspaceType property.
|
getAirspaceName, getAirspaceSegment, getAirspaceTimingDetails, getLowerLimit, getMultipleCode, getTimeCode, getUnitIndicatorLower, getUnitIndicatorUpper, getUpperLimit, setAirspaceName, setAirspaceTimingDetails, setLowerLimit, setMultipleCode, setTimeCode, setUnitIndicatorLower, setUnitIndicatorUpper, setUpperLimit
protected String icaoCode
protected String restrictiveAirspaceDesignation
protected String restrictiveAirspaceName
protected RestrictiveAirspaceType restrictiveAirspaceType
public String getICAOCode()
String
public void setICAOCode(String value)
value
- allowed object is
String
public String getRestrictiveAirspaceDesignation()
The “Restrictive Airspace Designation” field contains the number or name that uniquely identifies the restrictive airspace.
String
public void setRestrictiveAirspaceDesignation(String value)
value
- allowed object is
String
getRestrictiveAirspaceDesignation()
public String getRestrictiveAirspaceName()
The “Restrictive Airspace Name” field will contain the name of the restrictive airspace when assigned.
String
public void setRestrictiveAirspaceName(String value)
value
- allowed object is
String
getRestrictiveAirspaceName()
public RestrictiveAirspaceType getRestrictiveAirspaceType()
The “Restrictive Airspace Type” field is used to indicate the type of Airspace in which the flight of aircraft is prohibited or restricted. The restriction may be continuous or specified for certain times.
RestrictiveAirspaceType
public void setRestrictiveAirspaceType(RestrictiveAirspaceType value)
value
- allowed object is
RestrictiveAirspaceType
getRestrictiveAirspaceType()
Copyright © 2017. All rights reserved.