public class UavStabilatorOrderElementType extends Object
Java class for uavStabilatorOrderElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uavStabilatorOrderElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="port" use="required" type="{}signedPercentType" /> <attribute name="starboard" use="required" type="{}signedPercentType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
port |
protected double |
starboard |
Constructor and Description |
---|
UavStabilatorOrderElementType() |
Modifier and Type | Method and Description |
---|---|
double |
getPort()
Gets the value of the port property.
|
double |
getStarboard()
Gets the value of the starboard property.
|
void |
setPort(double value)
Sets the value of the port property.
|
void |
setStarboard(double value)
Sets the value of the starboard property.
|
public double getPort()
public void setPort(double value)
public double getStarboard()
public void setStarboard(double value)