public class UuvVehicleCharacteristicsType extends Object
Java class for UuvVehicleCharacteristicsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvVehicleCharacteristicsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="weight" use="required" type="{}NonNegativeDoubleType" /> <attribute name="buoyancy" use="required" type="{}NonNegativeDoubleType" /> <attribute name="length" use="required" type="{}NonNegativeDoubleType" /> <attribute name="diameter" use="required" type="{}NonNegativeDoubleType" /> <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="mbtWeight" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
buoyancy |
protected String |
description |
protected double |
diameter |
protected double |
height |
protected double |
length |
protected double |
mbtWeight |
protected double |
weight |
Constructor and Description |
---|
UuvVehicleCharacteristicsType() |
Modifier and Type | Method and Description |
---|---|
double |
getBuoyancy()
Gets the value of the buoyancy property.
|
String |
getDescription()
Gets the value of the description property.
|
double |
getDiameter()
Gets the value of the diameter property.
|
double |
getHeight()
Gets the value of the height property.
|
double |
getLength()
Gets the value of the length property.
|
double |
getMbtWeight()
Gets the value of the mbtWeight property.
|
double |
getWeight()
Gets the value of the weight property.
|
void |
setBuoyancy(double value)
Sets the value of the buoyancy property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDiameter(double value)
Sets the value of the diameter property.
|
void |
setHeight(double value)
Sets the value of the height property.
|
void |
setLength(double value)
Sets the value of the length property.
|
void |
setMbtWeight(double value)
Sets the value of the mbtWeight property.
|
void |
setWeight(double value)
Sets the value of the weight property.
|
protected double weight
protected double buoyancy
protected double length
protected double diameter
protected double height
protected double mbtWeight
protected String description
public double getWeight()
public void setWeight(double value)
public double getBuoyancy()
public void setBuoyancy(double value)
public double getLength()
public void setLength(double value)
public double getDiameter()
public void setDiameter(double value)
public double getHeight()
public void setHeight(double value)
public double getMbtWeight()
public void setMbtWeight(double value)
public String getDescription()
String