public class CsIscwsaModelParameters extends Object
Java class for cs_iscwsaModelParameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_iscwsaModelParameters">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="misalignmentMode" type="{http://www.witsml.org/schemas/1series}ErrorModelMisalignmentMode"/>
<element name="gyroInitialization" type="{http://www.witsml.org/schemas/1series}planeAngleMeasure" minOccurs="0"/>
<element name="gyroReinitializationDistance" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="switching" type="{http://www.witsml.org/schemas/1series}logicalBoolean" minOccurs="0"/>
<element name="noiseReductionFactor" type="{http://www.witsml.org/schemas/1series}gtZeroAndLeOne" minOccurs="0"/>
<element name="gyroRunningSpeed" type="{http://www.witsml.org/schemas/1series}velocityMeasure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsIscwsaModelParameters() |
| Modifier and Type | Method and Description |
|---|---|
PlaneAngleMeasure |
getGyroInitialization()
Gets the value of the gyroInitialization property.
|
LengthMeasure |
getGyroReinitializationDistance()
Gets the value of the gyroReinitializationDistance property.
|
VelocityMeasure |
getGyroRunningSpeed()
Gets the value of the gyroRunningSpeed property.
|
String |
getMisalignmentMode()
Gets the value of the misalignmentMode property.
|
Double |
getNoiseReductionFactor()
Gets the value of the noiseReductionFactor property.
|
Boolean |
isSwitching()
Gets the value of the switching property.
|
void |
setGyroInitialization(PlaneAngleMeasure value)
Sets the value of the gyroInitialization property.
|
void |
setGyroReinitializationDistance(LengthMeasure value)
Sets the value of the gyroReinitializationDistance property.
|
void |
setGyroRunningSpeed(VelocityMeasure value)
Sets the value of the gyroRunningSpeed property.
|
void |
setMisalignmentMode(String value)
Sets the value of the misalignmentMode property.
|
void |
setNoiseReductionFactor(Double value)
Sets the value of the noiseReductionFactor property.
|
void |
setSwitching(Boolean value)
Sets the value of the switching property.
|
public String getMisalignmentMode()
Stringpublic void setMisalignmentMode(String value)
value - allowed object is
Stringpublic PlaneAngleMeasure getGyroInitialization()
PlaneAngleMeasurepublic void setGyroInitialization(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic LengthMeasure getGyroReinitializationDistance()
LengthMeasurepublic void setGyroReinitializationDistance(LengthMeasure value)
value - allowed object is
LengthMeasurepublic Boolean isSwitching()
Booleanpublic void setSwitching(Boolean value)
value - allowed object is
Booleanpublic Double getNoiseReductionFactor()
Doublepublic void setNoiseReductionFactor(Double value)
value - allowed object is
Doublepublic VelocityMeasure getGyroRunningSpeed()
VelocityMeasurepublic void setGyroRunningSpeed(VelocityMeasure value)
value - allowed object is
VelocityMeasureCopyright © 2017. All rights reserved.