public class RestrictiveAirspaceReference extends Object
Java class for RestrictiveAirspaceReference complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="RestrictiveAirspaceReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="restrictiveAirspaceDesignation" type="{http://www.arinc424.com/xml/datatypes}RestrictiveAirspaceDesignation"/>
         <element name="restrictiveAirspaceICAOCode" type="{http://www.arinc424.com/xml/datatypes}IcaoCode"/>
         <element name="restrictiveAirspaceMultipleCode" type="{http://www.arinc424.com/xml/datatypes}MultipleCode"/>
         <element name="restrictiveAirspaceType" type="{http://www.arinc424.com/xml/enumerations}RestrictiveAirspaceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
restrictiveAirspaceDesignation  | 
protected String | 
restrictiveAirspaceICAOCode  | 
protected String | 
restrictiveAirspaceMultipleCode  | 
protected RestrictiveAirspaceType | 
restrictiveAirspaceType  | 
| Constructor and Description | 
|---|
RestrictiveAirspaceReference()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getRestrictiveAirspaceDesignation()
Gets the value of the restrictiveAirspaceDesignation property. 
 | 
String | 
getRestrictiveAirspaceICAOCode()
Gets the value of the restrictiveAirspaceICAOCode property. 
 | 
String | 
getRestrictiveAirspaceMultipleCode()
Gets the value of the restrictiveAirspaceMultipleCode property. 
 | 
RestrictiveAirspaceType | 
getRestrictiveAirspaceType()
Gets the value of the restrictiveAirspaceType property. 
 | 
void | 
setRestrictiveAirspaceDesignation(String value)
Sets the value of the restrictiveAirspaceDesignation property. 
 | 
void | 
setRestrictiveAirspaceICAOCode(String value)
Sets the value of the restrictiveAirspaceICAOCode property. 
 | 
void | 
setRestrictiveAirspaceMultipleCode(String value)
Sets the value of the restrictiveAirspaceMultipleCode property. 
 | 
void | 
setRestrictiveAirspaceType(RestrictiveAirspaceType value)
Sets the value of the restrictiveAirspaceType property. 
 | 
protected String restrictiveAirspaceDesignation
protected String restrictiveAirspaceICAOCode
protected String restrictiveAirspaceMultipleCode
protected RestrictiveAirspaceType restrictiveAirspaceType
public String getRestrictiveAirspaceDesignation()
Stringpublic void setRestrictiveAirspaceDesignation(String value)
value - allowed object is
     Stringpublic String getRestrictiveAirspaceICAOCode()
Stringpublic void setRestrictiveAirspaceICAOCode(String value)
value - allowed object is
     Stringpublic String getRestrictiveAirspaceMultipleCode()
Stringpublic void setRestrictiveAirspaceMultipleCode(String value)
value - allowed object is
     Stringpublic RestrictiveAirspaceType getRestrictiveAirspaceType()
RestrictiveAirspaceTypepublic void setRestrictiveAirspaceType(RestrictiveAirspaceType value)
value - allowed object is
     RestrictiveAirspaceTypeCopyright © 2020. All rights reserved.