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()
SimRunOptionsTypepublic void setSimulationRunOptions(SimRunOptionsType value)
value - allowed object is
     SimRunOptionsTypepublic UuvVehicleCharacteristicsType getVehicle()
UuvVehicleCharacteristicsTypepublic void setVehicle(UuvVehicleCharacteristicsType value)
value - allowed object is
     UuvVehicleCharacteristicsTypepublic BodyCoordinatePointType getGravityCenter()
BodyCoordinatePointTypepublic void setGravityCenter(BodyCoordinatePointType value)
value - allowed object is
     BodyCoordinatePointTypepublic BodyCoordinatePointType getBuoyancyCenter()
BodyCoordinatePointTypepublic void setBuoyancyCenter(BodyCoordinatePointType value)
value - allowed object is
     BodyCoordinatePointTypepublic BodyCoordinatePointType getVariableBuoyancyCenter()
BodyCoordinatePointTypepublic void setVariableBuoyancyCenter(BodyCoordinatePointType value)
value - allowed object is
     BodyCoordinatePointTypepublic UuvControlConfigurationType getControlConfiguration()
UuvControlConfigurationTypepublic void setControlConfiguration(UuvControlConfigurationType value)
value - allowed object is
     UuvControlConfigurationTypepublic UuvOperatingCharacteristicsType getOperationalCharacteristics()
UuvOperatingCharacteristicsTypepublic void setOperationalCharacteristics(UuvOperatingCharacteristicsType value)
value - allowed object is
     UuvOperatingCharacteristicsTypepublic InertiaMatrixType getInertiaMatrix()
InertiaMatrixTypepublic void setInertiaMatrix(InertiaMatrixType value)
value - allowed object is
     InertiaMatrixTypepublic UuvSurgeCoefficientsType getSurgeCoefficients()
UuvSurgeCoefficientsTypepublic void setSurgeCoefficients(UuvSurgeCoefficientsType value)
value - allowed object is
     UuvSurgeCoefficientsTypepublic UuvSwayCoefficientsType getSwayCoefficients()
UuvSwayCoefficientsTypepublic void setSwayCoefficients(UuvSwayCoefficientsType value)
value - allowed object is
     UuvSwayCoefficientsTypepublic UuvHeaveCoefficientsType getHeaveCoefficients()
UuvHeaveCoefficientsTypepublic void setHeaveCoefficients(UuvHeaveCoefficientsType value)
value - allowed object is
     UuvHeaveCoefficientsTypepublic UuvRollCoefficientsType getRollCoefficients()
UuvRollCoefficientsTypepublic void setRollCoefficients(UuvRollCoefficientsType value)
value - allowed object is
     UuvRollCoefficientsTypepublic UuvPitchCoefficientsType getPitchCoefficients()
UuvPitchCoefficientsTypepublic void setPitchCoefficients(UuvPitchCoefficientsType value)
value - allowed object is
     UuvPitchCoefficientsTypepublic UuvYawCoefficientsType getYawCoefficients()
UuvYawCoefficientsTypepublic void setYawCoefficients(UuvYawCoefficientsType value)
value - allowed object is
     UuvYawCoefficientsTypepublic UuvCrossSectionArrayType getCrossSectionArrays()
UuvCrossSectionArrayTypepublic void setCrossSectionArrays(UuvCrossSectionArrayType value)
value - allowed object is
     UuvCrossSectionArrayTypepublic UnitsOfMeasureType getUnits()
UnitsOfMeasureTypepublic void setUnits(UnitsOfMeasureType value)
value - allowed object is
     UnitsOfMeasureTypepublic String getDescription()
String