public class UuvDynamicsCoefficientsType extends Object
Java class for UuvDynamicsCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvDynamicsCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SimulationRunOptions" type="{}SimRunOptionsType"/> <element name="Vehicle" type="{}UuvVehicleCharacteristicsType"/> <element name="GravityCenter" type="{}BodyCoordinatePointType"/> <element name="BuoyancyCenter" type="{}BodyCoordinatePointType"/> <element name="VariableBuoyancyCenter" type="{}BodyCoordinatePointType" minOccurs="0"/> <element name="ControlConfiguration" type="{}UuvControlConfigurationType"/> <element name="OperationalCharacteristics" type="{}UuvOperatingCharacteristicsType"/> <element name="InertiaMatrix" type="{}InertiaMatrixType"/> <element name="SurgeCoefficients" type="{}UuvSurgeCoefficientsType"/> <element name="SwayCoefficients" type="{}UuvSwayCoefficientsType"/> <element name="HeaveCoefficients" type="{}UuvHeaveCoefficientsType"/> <element name="RollCoefficients" type="{}UuvRollCoefficientsType"/> <element name="PitchCoefficients" type="{}UuvPitchCoefficientsType"/> <element name="YawCoefficients" type="{}UuvYawCoefficientsType"/> <element name="CrossSectionArrays" type="{}UuvCrossSectionArrayType"/> </sequence> <attGroup ref="{}commonAttributes"/> <attribute name="units" use="required" type="{}UnitsOfMeasureType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BodyCoordinatePointType |
buoyancyCenter |
protected UuvControlConfigurationType |
controlConfiguration |
protected UuvCrossSectionArrayType |
crossSectionArrays |
protected String |
description |
protected BodyCoordinatePointType |
gravityCenter |
protected UuvHeaveCoefficientsType |
heaveCoefficients |
protected InertiaMatrixType |
inertiaMatrix |
protected UuvOperatingCharacteristicsType |
operationalCharacteristics |
protected UuvPitchCoefficientsType |
pitchCoefficients |
protected UuvRollCoefficientsType |
rollCoefficients |
protected SimRunOptionsType |
simulationRunOptions |
protected UuvSurgeCoefficientsType |
surgeCoefficients |
protected UuvSwayCoefficientsType |
swayCoefficients |
protected UnitsOfMeasureType |
units |
protected BodyCoordinatePointType |
variableBuoyancyCenter |
protected UuvVehicleCharacteristicsType |
vehicle |
protected UuvYawCoefficientsType |
yawCoefficients |
Constructor and Description |
---|
UuvDynamicsCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
BodyCoordinatePointType |
getBuoyancyCenter()
Gets the value of the buoyancyCenter property.
|
UuvControlConfigurationType |
getControlConfiguration()
Gets the value of the controlConfiguration property.
|
UuvCrossSectionArrayType |
getCrossSectionArrays()
Gets the value of the crossSectionArrays property.
|
String |
getDescription()
Gets the value of the description property.
|
BodyCoordinatePointType |
getGravityCenter()
Gets the value of the gravityCenter property.
|
UuvHeaveCoefficientsType |
getHeaveCoefficients()
Gets the value of the heaveCoefficients property.
|
InertiaMatrixType |
getInertiaMatrix()
Gets the value of the inertiaMatrix property.
|
UuvOperatingCharacteristicsType |
getOperationalCharacteristics()
Gets the value of the operationalCharacteristics property.
|
UuvPitchCoefficientsType |
getPitchCoefficients()
Gets the value of the pitchCoefficients property.
|
UuvRollCoefficientsType |
getRollCoefficients()
Gets the value of the rollCoefficients property.
|
SimRunOptionsType |
getSimulationRunOptions()
Gets the value of the simulationRunOptions property.
|
UuvSurgeCoefficientsType |
getSurgeCoefficients()
Gets the value of the surgeCoefficients property.
|
UuvSwayCoefficientsType |
getSwayCoefficients()
Gets the value of the swayCoefficients property.
|
UnitsOfMeasureType |
getUnits()
Gets the value of the units property.
|
BodyCoordinatePointType |
getVariableBuoyancyCenter()
Gets the value of the variableBuoyancyCenter property.
|
UuvVehicleCharacteristicsType |
getVehicle()
Gets the value of the vehicle property.
|
UuvYawCoefficientsType |
getYawCoefficients()
Gets the value of the yawCoefficients property.
|
void |
setBuoyancyCenter(BodyCoordinatePointType value)
Sets the value of the buoyancyCenter property.
|
void |
setControlConfiguration(UuvControlConfigurationType value)
Sets the value of the controlConfiguration property.
|
void |
setCrossSectionArrays(UuvCrossSectionArrayType value)
Sets the value of the crossSectionArrays property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGravityCenter(BodyCoordinatePointType value)
Sets the value of the gravityCenter property.
|
void |
setHeaveCoefficients(UuvHeaveCoefficientsType value)
Sets the value of the heaveCoefficients property.
|
void |
setInertiaMatrix(InertiaMatrixType value)
Sets the value of the inertiaMatrix property.
|
void |
setOperationalCharacteristics(UuvOperatingCharacteristicsType value)
Sets the value of the operationalCharacteristics property.
|
void |
setPitchCoefficients(UuvPitchCoefficientsType value)
Sets the value of the pitchCoefficients property.
|
void |
setRollCoefficients(UuvRollCoefficientsType value)
Sets the value of the rollCoefficients property.
|
void |
setSimulationRunOptions(SimRunOptionsType value)
Sets the value of the simulationRunOptions property.
|
void |
setSurgeCoefficients(UuvSurgeCoefficientsType value)
Sets the value of the surgeCoefficients property.
|
void |
setSwayCoefficients(UuvSwayCoefficientsType value)
Sets the value of the swayCoefficients property.
|
void |
setUnits(UnitsOfMeasureType value)
Sets the value of the units property.
|
void |
setVariableBuoyancyCenter(BodyCoordinatePointType value)
Sets the value of the variableBuoyancyCenter property.
|
void |
setVehicle(UuvVehicleCharacteristicsType value)
Sets the value of the vehicle property.
|
void |
setYawCoefficients(UuvYawCoefficientsType value)
Sets the value of the yawCoefficients property.
|
protected SimRunOptionsType simulationRunOptions
protected UuvVehicleCharacteristicsType vehicle
protected BodyCoordinatePointType gravityCenter
protected BodyCoordinatePointType buoyancyCenter
protected BodyCoordinatePointType variableBuoyancyCenter
protected UuvControlConfigurationType controlConfiguration
protected UuvOperatingCharacteristicsType operationalCharacteristics
protected InertiaMatrixType inertiaMatrix
protected UuvSurgeCoefficientsType surgeCoefficients
protected UuvSwayCoefficientsType swayCoefficients
protected UuvHeaveCoefficientsType heaveCoefficients
protected UuvRollCoefficientsType rollCoefficients
protected UuvPitchCoefficientsType pitchCoefficients
protected UuvYawCoefficientsType yawCoefficients
protected UuvCrossSectionArrayType crossSectionArrays
protected UnitsOfMeasureType units
protected String description
public SimRunOptionsType getSimulationRunOptions()
SimRunOptionsType
public void setSimulationRunOptions(SimRunOptionsType value)
value
- allowed object is
SimRunOptionsType
public UuvVehicleCharacteristicsType getVehicle()
UuvVehicleCharacteristicsType
public void setVehicle(UuvVehicleCharacteristicsType value)
value
- allowed object is
UuvVehicleCharacteristicsType
public BodyCoordinatePointType getGravityCenter()
BodyCoordinatePointType
public void setGravityCenter(BodyCoordinatePointType value)
value
- allowed object is
BodyCoordinatePointType
public BodyCoordinatePointType getBuoyancyCenter()
BodyCoordinatePointType
public void setBuoyancyCenter(BodyCoordinatePointType value)
value
- allowed object is
BodyCoordinatePointType
public BodyCoordinatePointType getVariableBuoyancyCenter()
BodyCoordinatePointType
public void setVariableBuoyancyCenter(BodyCoordinatePointType value)
value
- allowed object is
BodyCoordinatePointType
public UuvControlConfigurationType getControlConfiguration()
UuvControlConfigurationType
public void setControlConfiguration(UuvControlConfigurationType value)
value
- allowed object is
UuvControlConfigurationType
public UuvOperatingCharacteristicsType getOperationalCharacteristics()
UuvOperatingCharacteristicsType
public void setOperationalCharacteristics(UuvOperatingCharacteristicsType value)
value
- allowed object is
UuvOperatingCharacteristicsType
public InertiaMatrixType getInertiaMatrix()
InertiaMatrixType
public void setInertiaMatrix(InertiaMatrixType value)
value
- allowed object is
InertiaMatrixType
public UuvSurgeCoefficientsType getSurgeCoefficients()
UuvSurgeCoefficientsType
public void setSurgeCoefficients(UuvSurgeCoefficientsType value)
value
- allowed object is
UuvSurgeCoefficientsType
public UuvSwayCoefficientsType getSwayCoefficients()
UuvSwayCoefficientsType
public void setSwayCoefficients(UuvSwayCoefficientsType value)
value
- allowed object is
UuvSwayCoefficientsType
public UuvHeaveCoefficientsType getHeaveCoefficients()
UuvHeaveCoefficientsType
public void setHeaveCoefficients(UuvHeaveCoefficientsType value)
value
- allowed object is
UuvHeaveCoefficientsType
public UuvRollCoefficientsType getRollCoefficients()
UuvRollCoefficientsType
public void setRollCoefficients(UuvRollCoefficientsType value)
value
- allowed object is
UuvRollCoefficientsType
public UuvPitchCoefficientsType getPitchCoefficients()
UuvPitchCoefficientsType
public void setPitchCoefficients(UuvPitchCoefficientsType value)
value
- allowed object is
UuvPitchCoefficientsType
public UuvYawCoefficientsType getYawCoefficients()
UuvYawCoefficientsType
public void setYawCoefficients(UuvYawCoefficientsType value)
value
- allowed object is
UuvYawCoefficientsType
public UuvCrossSectionArrayType getCrossSectionArrays()
UuvCrossSectionArrayType
public void setCrossSectionArrays(UuvCrossSectionArrayType value)
value
- allowed object is
UuvCrossSectionArrayType
public UnitsOfMeasureType getUnits()
UnitsOfMeasureType
public void setUnits(UnitsOfMeasureType value)
value
- allowed object is
UnitsOfMeasureType
public String getDescription()
String