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()
UavEnginesOrdersElementTypepublic void setEngines(UavEnginesOrdersElementType value)
value - allowed object is
     UavEnginesOrdersElementTypepublic SignedPercentElementType getAileron()
SignedPercentElementTypepublic void setAileron(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic SignedPercentElementType getRudder()
SignedPercentElementTypepublic void setRudder(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic UavStabilatorOrderElementType getElevator()
UavStabilatorOrderElementTypepublic void setElevator(UavStabilatorOrderElementType value)
value - allowed object is
     UavStabilatorOrderElementTypepublic PercentElementType getCollective()
PercentElementTypepublic void setCollective(PercentElementType value)
value - allowed object is
     PercentElementTypepublic UavCyclicOrderElementType getCyclic()
UavCyclicOrderElementTypepublic void setCyclic(UavCyclicOrderElementType value)
value - allowed object is
     UavCyclicOrderElementTypepublic SignedPercentElementType getPedals()
SignedPercentElementTypepublic void setPedals(SignedPercentElementType value)
value - allowed object is
     SignedPercentElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String