public class UavCyclicOrderElementType extends Object
Java class for uavCyclicOrderElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uavCyclicOrderElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="longitudinal" use="required" type="{}signedPercentType" />
<attribute name="lateral" use="required" type="{}signedPercentType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
lateral |
protected double |
longitudinal |
| Constructor and Description |
|---|
UavCyclicOrderElementType() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLateral()
Gets the value of the lateral property.
|
double |
getLongitudinal()
Gets the value of the longitudinal property.
|
void |
setLateral(double value)
Sets the value of the lateral property.
|
void |
setLongitudinal(double value)
Sets the value of the longitudinal property.
|
public double getLongitudinal()
public void setLongitudinal(double value)
public double getLateral()
public void setLateral(double value)