public class UavEnginesOrdersElementType extends Object
Java class for uavEnginesOrdersElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uavEnginesOrdersElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="engine1" use="required" type="{}signedPercentType" /> <attribute name="engine2" type="{}signedPercentType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
engine1 |
protected Double |
engine2 |
Constructor and Description |
---|
UavEnginesOrdersElementType() |
Modifier and Type | Method and Description |
---|---|
double |
getEngine1()
Gets the value of the engine1 property.
|
Double |
getEngine2()
Gets the value of the engine2 property.
|
void |
setEngine1(double value)
Sets the value of the engine1 property.
|
void |
setEngine2(Double value)
Sets the value of the engine2 property.
|
protected double engine1
protected Double engine2