public class CsRotarySteerableTool extends Object
Java class for cs_rotarySteerableTool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_rotarySteerableTool">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deflectionMethod" type="{http://www.witsml.org/schemas/1series}DeflectionMethod"/>
<choice>
<element name="bendAngle" type="{http://www.witsml.org/schemas/1series}planeAngleMeasure" minOccurs="0"/>
<element name="bendOffset" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
</choice>
<element name="holeSizeMn" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="holeSizeMx" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="wobMx" type="{http://www.witsml.org/schemas/1series}forceMeasure" minOccurs="0"/>
<element name="operatingSpeed" type="{http://www.witsml.org/schemas/1series}anglePerTimeMeasure" minOccurs="0"/>
<element name="speedMx" type="{http://www.witsml.org/schemas/1series}anglePerTimeMeasure" minOccurs="0"/>
<element name="flowRateMn" type="{http://www.witsml.org/schemas/1series}volumeFlowRateMeasure" minOccurs="0"/>
<element name="flowRateMx" type="{http://www.witsml.org/schemas/1series}volumeFlowRateMeasure" minOccurs="0"/>
<element name="downLinkFlowRateMn" type="{http://www.witsml.org/schemas/1series}volumeFlowRateMeasure" minOccurs="0"/>
<element name="downLinkFlowRateMx" type="{http://www.witsml.org/schemas/1series}volumeFlowRateMeasure" minOccurs="0"/>
<element name="pressLossFact" type="{http://www.witsml.org/schemas/1series}unitlessQuantity" minOccurs="0"/>
<element name="padCount" type="{http://www.witsml.org/schemas/1series}nonNegativeCount" minOccurs="0"/>
<element name="padLen" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="padWidth" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="padOffset" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="openPadOd" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="closePadOd" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="sensor" type="{http://www.witsml.org/schemas/1series}cs_sensor" maxOccurs="unbounded" minOccurs="0"/>
<element name="customData" type="{http://www.witsml.org/schemas/1series}cs_customData" minOccurs="0"/>
<element name="extensionAny" type="{http://www.witsml.org/schemas/1series}cs_extensionAny" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsRotarySteerableTool() |
| Modifier and Type | Method and Description |
|---|---|
PlaneAngleMeasure |
getBendAngle()
Gets the value of the bendAngle property.
|
LengthMeasure |
getBendOffset()
Gets the value of the bendOffset property.
|
LengthMeasure |
getClosePadOd()
Gets the value of the closePadOd property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
DeflectionMethod |
getDeflectionMethod()
Gets the value of the deflectionMethod property.
|
VolumeFlowRateMeasure |
getDownLinkFlowRateMn()
Gets the value of the downLinkFlowRateMn property.
|
VolumeFlowRateMeasure |
getDownLinkFlowRateMx()
Gets the value of the downLinkFlowRateMx property.
|
CsExtensionAny |
getExtensionAny()
Gets the value of the extensionAny property.
|
VolumeFlowRateMeasure |
getFlowRateMn()
Gets the value of the flowRateMn property.
|
VolumeFlowRateMeasure |
getFlowRateMx()
Gets the value of the flowRateMx property.
|
LengthMeasure |
getHoleSizeMn()
Gets the value of the holeSizeMn property.
|
LengthMeasure |
getHoleSizeMx()
Gets the value of the holeSizeMx property.
|
LengthMeasure |
getOpenPadOd()
Gets the value of the openPadOd property.
|
AnglePerTimeMeasure |
getOperatingSpeed()
Gets the value of the operatingSpeed property.
|
Short |
getPadCount()
Gets the value of the padCount property.
|
LengthMeasure |
getPadLen()
Gets the value of the padLen property.
|
LengthMeasure |
getPadOffset()
Gets the value of the padOffset property.
|
LengthMeasure |
getPadWidth()
Gets the value of the padWidth property.
|
Double |
getPressLossFact()
Gets the value of the pressLossFact property.
|
List<CsSensor> |
getSensor()
Gets the value of the sensor property.
|
AnglePerTimeMeasure |
getSpeedMx()
Gets the value of the speedMx property.
|
ForceMeasure |
getWobMx()
Gets the value of the wobMx property.
|
void |
setBendAngle(PlaneAngleMeasure value)
Sets the value of the bendAngle property.
|
void |
setBendOffset(LengthMeasure value)
Sets the value of the bendOffset property.
|
void |
setClosePadOd(LengthMeasure value)
Sets the value of the closePadOd property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDeflectionMethod(DeflectionMethod value)
Sets the value of the deflectionMethod property.
|
void |
setDownLinkFlowRateMn(VolumeFlowRateMeasure value)
Sets the value of the downLinkFlowRateMn property.
|
void |
setDownLinkFlowRateMx(VolumeFlowRateMeasure value)
Sets the value of the downLinkFlowRateMx property.
|
void |
setExtensionAny(CsExtensionAny value)
Sets the value of the extensionAny property.
|
void |
setFlowRateMn(VolumeFlowRateMeasure value)
Sets the value of the flowRateMn property.
|
void |
setFlowRateMx(VolumeFlowRateMeasure value)
Sets the value of the flowRateMx property.
|
void |
setHoleSizeMn(LengthMeasure value)
Sets the value of the holeSizeMn property.
|
void |
setHoleSizeMx(LengthMeasure value)
Sets the value of the holeSizeMx property.
|
void |
setOpenPadOd(LengthMeasure value)
Sets the value of the openPadOd property.
|
void |
setOperatingSpeed(AnglePerTimeMeasure value)
Sets the value of the operatingSpeed property.
|
void |
setPadCount(Short value)
Sets the value of the padCount property.
|
void |
setPadLen(LengthMeasure value)
Sets the value of the padLen property.
|
void |
setPadOffset(LengthMeasure value)
Sets the value of the padOffset property.
|
void |
setPadWidth(LengthMeasure value)
Sets the value of the padWidth property.
|
void |
setPressLossFact(Double value)
Sets the value of the pressLossFact property.
|
void |
setSpeedMx(AnglePerTimeMeasure value)
Sets the value of the speedMx property.
|
void |
setWobMx(ForceMeasure value)
Sets the value of the wobMx property.
|
public DeflectionMethod getDeflectionMethod()
DeflectionMethodpublic void setDeflectionMethod(DeflectionMethod value)
value - allowed object is
DeflectionMethodpublic PlaneAngleMeasure getBendAngle()
PlaneAngleMeasurepublic void setBendAngle(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic LengthMeasure getBendOffset()
LengthMeasurepublic void setBendOffset(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getHoleSizeMn()
LengthMeasurepublic void setHoleSizeMn(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getHoleSizeMx()
LengthMeasurepublic void setHoleSizeMx(LengthMeasure value)
value - allowed object is
LengthMeasurepublic ForceMeasure getWobMx()
ForceMeasurepublic void setWobMx(ForceMeasure value)
value - allowed object is
ForceMeasurepublic AnglePerTimeMeasure getOperatingSpeed()
AnglePerTimeMeasurepublic void setOperatingSpeed(AnglePerTimeMeasure value)
value - allowed object is
AnglePerTimeMeasurepublic AnglePerTimeMeasure getSpeedMx()
AnglePerTimeMeasurepublic void setSpeedMx(AnglePerTimeMeasure value)
value - allowed object is
AnglePerTimeMeasurepublic VolumeFlowRateMeasure getFlowRateMn()
VolumeFlowRateMeasurepublic void setFlowRateMn(VolumeFlowRateMeasure value)
value - allowed object is
VolumeFlowRateMeasurepublic VolumeFlowRateMeasure getFlowRateMx()
VolumeFlowRateMeasurepublic void setFlowRateMx(VolumeFlowRateMeasure value)
value - allowed object is
VolumeFlowRateMeasurepublic VolumeFlowRateMeasure getDownLinkFlowRateMn()
VolumeFlowRateMeasurepublic void setDownLinkFlowRateMn(VolumeFlowRateMeasure value)
value - allowed object is
VolumeFlowRateMeasurepublic VolumeFlowRateMeasure getDownLinkFlowRateMx()
VolumeFlowRateMeasurepublic void setDownLinkFlowRateMx(VolumeFlowRateMeasure value)
value - allowed object is
VolumeFlowRateMeasurepublic Double getPressLossFact()
Doublepublic void setPressLossFact(Double value)
value - allowed object is
Doublepublic Short getPadCount()
Shortpublic void setPadCount(Short value)
value - allowed object is
Shortpublic LengthMeasure getPadLen()
LengthMeasurepublic void setPadLen(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getPadWidth()
LengthMeasurepublic void setPadWidth(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getPadOffset()
LengthMeasurepublic void setPadOffset(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getOpenPadOd()
LengthMeasurepublic void setOpenPadOd(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getClosePadOd()
LengthMeasurepublic void setClosePadOd(LengthMeasure value)
value - allowed object is
LengthMeasurepublic List<CsSensor> getSensor()
set method for the sensor property.
For example, to add a new item, do as follows:
getSensor().add(newItem);
Objects of the following type(s) are allowed in the list
CsSensorpublic CsCustomData getCustomData()
CsCustomDatapublic void setCustomData(CsCustomData value)
value - allowed object is
CsCustomDatapublic CsExtensionAny getExtensionAny()
CsExtensionAnypublic void setExtensionAny(CsExtensionAny value)
value - allowed object is
CsExtensionAnyCopyright © 2017. All rights reserved.