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 |
helicopterPerformanceReq
This element provides performance requirements for helicopters using this helipad.
|
protected HelipadShape |
helipadShape
This element provides the shape of the helipad.
|
protected Integer |
maximumHelicopterWeight
This element provides the maximum weight for helicopters using this helipad.
|
protected Integer |
padDimensionX
This element is the X dimension of a rectanglular pad.
|
protected Integer |
padDimensionY
This element is the Y dimension of a rectanglular pad.
|
protected Integer |
padRadius
This element provides the pad radius if it is not a square or rectangle
|
datumCode, firRef, icaoCode, identifier, location, magneticVariation, name, referenceID, uirRef
custAreaCode, cycleDate, notes, recordType
supplementalData
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, setUirRef
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected 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.
Integer
public void setPadDimensionX(Integer value)
value
- allowed object is
Integer
getPadDimensionX()
public Integer getPadDimensionY()
This element is the Y dimension of a rectanglular pad.
Integer
public void setPadDimensionY(Integer value)
value
- allowed object is
Integer
getPadDimensionY()
public Integer getPadRadius()
This element provides the pad radius if it is not a square or rectangle
Integer
public void setPadRadius(Integer value)
value
- allowed object is
Integer
getPadRadius()
public HelipadShape getHelipadShape()
This element provides the shape of the helipad.
HelipadShape
public void setHelipadShape(HelipadShape value)
value
- allowed object is
HelipadShape
getHelipadShape()
public Integer getMaximumHelicopterWeight()
This element provides the maximum weight for helicopters using this helipad.
Integer
public void setMaximumHelicopterWeight(Integer value)
value
- allowed object is
Integer
getMaximumHelicopterWeight()
public HelicopterPerformanceReq getHelicopterPerformanceReq()
This element provides performance requirements for helicopters using this helipad.
HelicopterPerformanceReq
public void setHelicopterPerformanceReq(HelicopterPerformanceReq value)
value
- allowed object is
HelicopterPerformanceReq
getHelicopterPerformanceReq()
Copyright © 2017. All rights reserved.