public class UavControlOrdersElementType extends Object
Java class for uavControlOrdersElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uavControlOrdersElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <group ref="{}FixedWingUAVControlOrders"/> <group ref="{}RotaryWingUAVControlOrders"/> </choice> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SignedPercentElementType |
aileron |
protected PercentElementType |
collective |
protected UavCyclicOrderElementType |
cyclic |
protected String |
description |
protected UavStabilatorOrderElementType |
elevator |
protected UavEnginesOrdersElementType |
engines |
protected String |
id |
protected SignedPercentElementType |
pedals |
protected SignedPercentElementType |
rudder |
protected Double |
timeStamp |
Constructor and Description |
---|
UavControlOrdersElementType() |
Modifier and Type | Method and Description |
---|---|
SignedPercentElementType |
getAileron()
Gets the value of the aileron property.
|
PercentElementType |
getCollective()
Gets the value of the collective property.
|
UavCyclicOrderElementType |
getCyclic()
Gets the value of the cyclic property.
|
String |
getDescription()
Gets the value of the description property.
|
UavStabilatorOrderElementType |
getElevator()
Gets the value of the elevator property.
|
UavEnginesOrdersElementType |
getEngines()
Gets the value of the engines property.
|
String |
getId()
Gets the value of the id property.
|
SignedPercentElementType |
getPedals()
Gets the value of the pedals property.
|
SignedPercentElementType |
getRudder()
Gets the value of the rudder property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setAileron(SignedPercentElementType value)
Sets the value of the aileron property.
|
void |
setCollective(PercentElementType value)
Sets the value of the collective property.
|
void |
setCyclic(UavCyclicOrderElementType value)
Sets the value of the cyclic property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setElevator(UavStabilatorOrderElementType value)
Sets the value of the elevator property.
|
void |
setEngines(UavEnginesOrdersElementType value)
Sets the value of the engines property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPedals(SignedPercentElementType value)
Sets the value of the pedals property.
|
void |
setRudder(SignedPercentElementType value)
Sets the value of the rudder property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected UavEnginesOrdersElementType engines
protected SignedPercentElementType aileron
protected SignedPercentElementType rudder
protected UavStabilatorOrderElementType elevator
protected PercentElementType collective
protected UavCyclicOrderElementType cyclic
protected SignedPercentElementType pedals
protected Double timeStamp
protected String description
protected String id
public UavEnginesOrdersElementType getEngines()
UavEnginesOrdersElementType
public void setEngines(UavEnginesOrdersElementType value)
value
- allowed object is
UavEnginesOrdersElementType
public SignedPercentElementType getAileron()
SignedPercentElementType
public void setAileron(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public SignedPercentElementType getRudder()
SignedPercentElementType
public void setRudder(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public UavStabilatorOrderElementType getElevator()
UavStabilatorOrderElementType
public void setElevator(UavStabilatorOrderElementType value)
value
- allowed object is
UavStabilatorOrderElementType
public PercentElementType getCollective()
PercentElementType
public void setCollective(PercentElementType value)
value
- allowed object is
PercentElementType
public UavCyclicOrderElementType getCyclic()
UavCyclicOrderElementType
public void setCyclic(UavCyclicOrderElementType value)
value
- allowed object is
UavCyclicOrderElementType
public SignedPercentElementType getPedals()
SignedPercentElementType
public void setPedals(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String