public class Helipad extends A424Point
Java class for Helipad complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Helipad">
   <complexContent>
     <extension base="{}A424Point">
       <sequence>
         <element name="padDimensionX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="padDimensionY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="padRadius" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="helipadShape" type="{http://www.arinc424.com/xml/enumerations}HelipadShape" minOccurs="0"/>
         <element name="maximumHelicopterWeight" type="{http://www.arinc424.com/xml/datatypes}MaxHelicopterWeight" minOccurs="0"/>
         <element name="helicopterPerformanceReq" type="{http://www.arinc424.com/xml/enumerations}HelicopterPerformanceReq" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected HelicopterPerformanceReq | helicopterPerformanceReqThis element provides performance requirements for helicopters using this helipad. | 
| protected HelipadShape | helipadShapeThis element provides the shape of the helipad. | 
| protected Integer | maximumHelicopterWeightThis element provides the maximum weight for helicopters using this helipad. | 
| protected Integer | padDimensionXThis element is the X dimension of a rectanglular pad. | 
| protected Integer | padDimensionYThis element is the Y dimension of a rectanglular pad. | 
| protected Integer | padRadiusThis element provides the pad radius if it is not a square or rectangle | 
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRefcustAreaCode, cycleDate, notes, recordTypesupplementalData| Constructor and Description | 
|---|
| Helipad() | 
| Modifier and Type | Method and Description | 
|---|---|
| HelicopterPerformanceReq | getHelicopterPerformanceReq()Gets the value of the helicopterPerformanceReq property. | 
| HelipadShape | getHelipadShape()Gets the value of the helipadShape property. | 
| Integer | getMaximumHelicopterWeight()Gets the value of the maximumHelicopterWeight property. | 
| Integer | getPadDimensionX()Gets the value of the padDimensionX property. | 
| Integer | getPadDimensionY()Gets the value of the padDimensionY property. | 
| Integer | getPadRadius()Gets the value of the padRadius property. | 
| void | setHelicopterPerformanceReq(HelicopterPerformanceReq value)Sets the value of the helicopterPerformanceReq property. | 
| void | setHelipadShape(HelipadShape value)Sets the value of the helipadShape property. | 
| void | setMaximumHelicopterWeight(Integer value)Sets the value of the maximumHelicopterWeight property. | 
| void | setPadDimensionX(Integer value)Sets the value of the padDimensionX property. | 
| void | setPadDimensionY(Integer value)Sets the value of the padDimensionY property. | 
| void | setPadRadius(Integer value)Sets the value of the padRadius property. | 
getDatumCode, getFirRef, getIcaoCode, getIdentifier, getLocation, getMagneticVariation, getName, getReferenceID, getUirRef, setDatumCode, setFirRef, setIcaoCode, setIdentifier, setLocation, setMagneticVariation, setName, setReferenceID, setUirRefgetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected Integer padDimensionX
protected Integer padDimensionY
protected Integer padRadius
protected HelipadShape helipadShape
protected Integer maximumHelicopterWeight
protected HelicopterPerformanceReq helicopterPerformanceReq
public Integer getPadDimensionX()
This element is the X dimension of a rectanglular pad.
Integerpublic void setPadDimensionX(Integer value)
value - allowed object is
     IntegergetPadDimensionX()public Integer getPadDimensionY()
This element is the Y dimension of a rectanglular pad.
Integerpublic void setPadDimensionY(Integer value)
value - allowed object is
     IntegergetPadDimensionY()public Integer getPadRadius()
This element provides the pad radius if it is not a square or rectangle
Integerpublic void setPadRadius(Integer value)
value - allowed object is
     IntegergetPadRadius()public HelipadShape getHelipadShape()
This element provides the shape of the helipad.
HelipadShapepublic void setHelipadShape(HelipadShape value)
value - allowed object is
     HelipadShapegetHelipadShape()public Integer getMaximumHelicopterWeight()
This element provides the maximum weight for helicopters using this helipad.
Integerpublic void setMaximumHelicopterWeight(Integer value)
value - allowed object is
     IntegergetMaximumHelicopterWeight()public HelicopterPerformanceReq getHelicopterPerformanceReq()
This element provides performance requirements for helicopters using this helipad.
HelicopterPerformanceReqpublic void setHelicopterPerformanceReq(HelicopterPerformanceReq value)
value - allowed object is
     HelicopterPerformanceReqgetHelicopterPerformanceReq()Copyright © 2017. All rights reserved.