public class MunitionDynamicsCoefficientsType extends Object
Java class for MunitionDynamicsCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MunitionDynamicsCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PolarMomentOfInertia" type="{}NonNegativeDoubleType"/> <element name="SurfaceArea" type="{}NonNegativeDoubleType"/> <element name="ProjectileDiameter" type="{}NonNegativeDoubleType"/> <element name="AeroCoeffient" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="AeroCoeffient2" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="NoseRollDampingCoefficient" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="AeroNormalSlopeCoefficient" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="AeroRestoreMomentumSlopeCoefficient" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="AeroMagnusSlopeCoefficient" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="GunHeight" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="GunElevation" type="{}NonNegativeDoubleType"/> <element name="RocketBoostVelocity" type="{}NonNegativeDoubleType"/> <element name="OneDegreeTailFinCant" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="RocketBoostAcceleration" type="{}NonNegativeDoubleType"/> <element name="MassBurnRate" type="{}NonNegativeDoubleType"/> <element name="RocketBoostIgnitionTime" type="{}NonNegativeDoubleType"/> <element name="MassBurnTime" type="{}NonNegativeDoubleType"/> </sequence> <attGroup ref="{}commonAttributes"/> <attribute name="units" type="{}UnitsOfMeasureType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
aeroCoeffient |
protected double |
aeroCoeffient2 |
protected double |
aeroMagnusSlopeCoefficient |
protected double |
aeroNormalSlopeCoefficient |
protected double |
aeroRestoreMomentumSlopeCoefficient |
protected String |
description |
protected double |
gunElevation |
protected double |
gunHeight |
protected double |
massBurnRate |
protected double |
massBurnTime |
protected double |
noseRollDampingCoefficient |
protected double |
oneDegreeTailFinCant |
protected double |
polarMomentOfInertia |
protected double |
projectileDiameter |
protected double |
rocketBoostAcceleration |
protected double |
rocketBoostIgnitionTime |
protected double |
rocketBoostVelocity |
protected double |
surfaceArea |
protected UnitsOfMeasureType |
units |
Constructor and Description |
---|
MunitionDynamicsCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
double |
getAeroCoeffient()
Gets the value of the aeroCoeffient property.
|
double |
getAeroCoeffient2()
Gets the value of the aeroCoeffient2 property.
|
double |
getAeroMagnusSlopeCoefficient()
Gets the value of the aeroMagnusSlopeCoefficient property.
|
double |
getAeroNormalSlopeCoefficient()
Gets the value of the aeroNormalSlopeCoefficient property.
|
double |
getAeroRestoreMomentumSlopeCoefficient()
Gets the value of the aeroRestoreMomentumSlopeCoefficient property.
|
String |
getDescription()
Gets the value of the description property.
|
double |
getGunElevation()
Gets the value of the gunElevation property.
|
double |
getGunHeight()
Gets the value of the gunHeight property.
|
double |
getMassBurnRate()
Gets the value of the massBurnRate property.
|
double |
getMassBurnTime()
Gets the value of the massBurnTime property.
|
double |
getNoseRollDampingCoefficient()
Gets the value of the noseRollDampingCoefficient property.
|
double |
getOneDegreeTailFinCant()
Gets the value of the oneDegreeTailFinCant property.
|
double |
getPolarMomentOfInertia()
Gets the value of the polarMomentOfInertia property.
|
double |
getProjectileDiameter()
Gets the value of the projectileDiameter property.
|
double |
getRocketBoostAcceleration()
Gets the value of the rocketBoostAcceleration property.
|
double |
getRocketBoostIgnitionTime()
Gets the value of the rocketBoostIgnitionTime property.
|
double |
getRocketBoostVelocity()
Gets the value of the rocketBoostVelocity property.
|
double |
getSurfaceArea()
Gets the value of the surfaceArea property.
|
UnitsOfMeasureType |
getUnits()
Gets the value of the units property.
|
void |
setAeroCoeffient(double value)
Sets the value of the aeroCoeffient property.
|
void |
setAeroCoeffient2(double value)
Sets the value of the aeroCoeffient2 property.
|
void |
setAeroMagnusSlopeCoefficient(double value)
Sets the value of the aeroMagnusSlopeCoefficient property.
|
void |
setAeroNormalSlopeCoefficient(double value)
Sets the value of the aeroNormalSlopeCoefficient property.
|
void |
setAeroRestoreMomentumSlopeCoefficient(double value)
Sets the value of the aeroRestoreMomentumSlopeCoefficient property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGunElevation(double value)
Sets the value of the gunElevation property.
|
void |
setGunHeight(double value)
Sets the value of the gunHeight property.
|
void |
setMassBurnRate(double value)
Sets the value of the massBurnRate property.
|
void |
setMassBurnTime(double value)
Sets the value of the massBurnTime property.
|
void |
setNoseRollDampingCoefficient(double value)
Sets the value of the noseRollDampingCoefficient property.
|
void |
setOneDegreeTailFinCant(double value)
Sets the value of the oneDegreeTailFinCant property.
|
void |
setPolarMomentOfInertia(double value)
Sets the value of the polarMomentOfInertia property.
|
void |
setProjectileDiameter(double value)
Sets the value of the projectileDiameter property.
|
void |
setRocketBoostAcceleration(double value)
Sets the value of the rocketBoostAcceleration property.
|
void |
setRocketBoostIgnitionTime(double value)
Sets the value of the rocketBoostIgnitionTime property.
|
void |
setRocketBoostVelocity(double value)
Sets the value of the rocketBoostVelocity property.
|
void |
setSurfaceArea(double value)
Sets the value of the surfaceArea property.
|
void |
setUnits(UnitsOfMeasureType value)
Sets the value of the units property.
|
protected double polarMomentOfInertia
protected double surfaceArea
protected double projectileDiameter
protected double aeroCoeffient
protected double aeroCoeffient2
protected double noseRollDampingCoefficient
protected double aeroNormalSlopeCoefficient
protected double aeroRestoreMomentumSlopeCoefficient
protected double aeroMagnusSlopeCoefficient
protected double gunHeight
protected double gunElevation
protected double rocketBoostVelocity
protected double oneDegreeTailFinCant
protected double rocketBoostAcceleration
protected double massBurnRate
protected double rocketBoostIgnitionTime
protected double massBurnTime
protected UnitsOfMeasureType units
protected String description
public double getPolarMomentOfInertia()
public void setPolarMomentOfInertia(double value)
public double getSurfaceArea()
public void setSurfaceArea(double value)
public double getProjectileDiameter()
public void setProjectileDiameter(double value)
public double getAeroCoeffient()
public void setAeroCoeffient(double value)
public double getAeroCoeffient2()
public void setAeroCoeffient2(double value)
public double getNoseRollDampingCoefficient()
public void setNoseRollDampingCoefficient(double value)
public double getAeroNormalSlopeCoefficient()
public void setAeroNormalSlopeCoefficient(double value)
public double getAeroRestoreMomentumSlopeCoefficient()
public void setAeroRestoreMomentumSlopeCoefficient(double value)
public double getAeroMagnusSlopeCoefficient()
public void setAeroMagnusSlopeCoefficient(double value)
public double getGunHeight()
public void setGunHeight(double value)
public double getGunElevation()
public void setGunElevation(double value)
public double getRocketBoostVelocity()
public void setRocketBoostVelocity(double value)
public double getOneDegreeTailFinCant()
public void setOneDegreeTailFinCant(double value)
public double getRocketBoostAcceleration()
public void setRocketBoostAcceleration(double value)
public double getMassBurnRate()
public void setMassBurnRate(double value)
public double getRocketBoostIgnitionTime()
public void setRocketBoostIgnitionTime(double value)
public double getMassBurnTime()
public void setMassBurnTime(double value)
public UnitsOfMeasureType getUnits()
UnitsOfMeasureType
public void setUnits(UnitsOfMeasureType value)
value
- allowed object is
UnitsOfMeasureType
public String getDescription()
String