public class UavVehicleCharacteristicsType extends Object
Java class for UavVehicleCharacteristicsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavVehicleCharacteristicsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="weight" use="required" type="{}NonNegativeDoubleType" /> <attribute name="wingspan" use="required" type="{}NonNegativeDoubleType" /> <attribute name="avgChord" use="required" type="{}NonNegativeDoubleType" /> <attribute name="planFormArea" use="required" type="{}NonNegativeDoubleType" /> <attribute name="tailX" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="tailY" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="tailZ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
avgChord |
protected String |
description |
protected double |
planFormArea |
protected double |
tailX |
protected double |
tailY |
protected double |
tailZ |
protected double |
weight |
protected double |
wingspan |
Constructor and Description |
---|
UavVehicleCharacteristicsType() |
Modifier and Type | Method and Description |
---|---|
double |
getAvgChord()
Gets the value of the avgChord property.
|
String |
getDescription()
Gets the value of the description property.
|
double |
getPlanFormArea()
Gets the value of the planFormArea property.
|
double |
getTailX()
Gets the value of the tailX property.
|
double |
getTailY()
Gets the value of the tailY property.
|
double |
getTailZ()
Gets the value of the tailZ property.
|
double |
getWeight()
Gets the value of the weight property.
|
double |
getWingspan()
Gets the value of the wingspan property.
|
void |
setAvgChord(double value)
Sets the value of the avgChord property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPlanFormArea(double value)
Sets the value of the planFormArea property.
|
void |
setTailX(double value)
Sets the value of the tailX property.
|
void |
setTailY(double value)
Sets the value of the tailY property.
|
void |
setTailZ(double value)
Sets the value of the tailZ property.
|
void |
setWeight(double value)
Sets the value of the weight property.
|
void |
setWingspan(double value)
Sets the value of the wingspan property.
|
protected double weight
protected double wingspan
protected double avgChord
protected double planFormArea
protected double tailX
protected double tailY
protected double tailZ
protected String description
public double getWeight()
public void setWeight(double value)
public double getWingspan()
public void setWingspan(double value)
public double getAvgChord()
public void setAvgChord(double value)
public double getPlanFormArea()
public void setPlanFormArea(double value)
public double getTailX()
public void setTailX(double value)
public double getTailY()
public void setTailY(double value)
public double getTailZ()
public void setTailZ(double value)
public String getDescription()
String