public class HelipadDimensions extends Object
Java class for HelipadDimensions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HelipadDimensions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="padLengthLongSide" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="padLengthShortSide" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="padDiameter" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
padDiameter
Pad diameter if the pad is not a square, rectangle, or runway
|
protected Integer |
padLengthLongSide
Length of the longer side of the helipad.
|
protected Integer |
padLengthShortSide
Length of the shorter side of the helipad.
|
| Constructor and Description |
|---|
HelipadDimensions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPadDiameter()
Gets the value of the padDiameter property.
|
Integer |
getPadLengthLongSide()
Gets the value of the padLengthLongSide property.
|
Integer |
getPadLengthShortSide()
Gets the value of the padLengthShortSide property.
|
void |
setPadDiameter(Integer value)
Sets the value of the padDiameter property.
|
void |
setPadLengthLongSide(Integer value)
Sets the value of the padLengthLongSide property.
|
void |
setPadLengthShortSide(Integer value)
Sets the value of the padLengthShortSide property.
|
protected Integer padLengthLongSide
protected Integer padLengthShortSide
protected Integer padDiameter
public Integer getPadLengthLongSide()
Length of the longer side of the helipad.
Integerpublic void setPadLengthLongSide(Integer value)
value - allowed object is
IntegergetPadLengthLongSide()public Integer getPadLengthShortSide()
Length of the shorter side of the helipad.
Integerpublic void setPadLengthShortSide(Integer value)
value - allowed object is
IntegergetPadLengthShortSide()public Integer getPadDiameter()
Pad diameter if the pad is not a square, rectangle, or runway
Integerpublic void setPadDiameter(Integer value)
value - allowed object is
IntegergetPadDiameter()Copyright © 2020. All rights reserved.