public class CsStabilizer extends Object
Java class for cs_stabilizer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_stabilizer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lenBlade" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="lenBladeGauge" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="odBladeMx" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="odBladeMn" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="distBladeBot" type="{http://www.witsml.org/schemas/1series}lengthMeasure" minOccurs="0"/>
<element name="shapeBlade" type="{http://www.witsml.org/schemas/1series}BladeShapeType" minOccurs="0"/>
<element name="factFric" type="{http://www.witsml.org/schemas/1series}unitlessQuantity" minOccurs="0"/>
<element name="typeBlade" type="{http://www.witsml.org/schemas/1series}BladeType" 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"/>
<element name="extensionNameValue" type="{http://www.witsml.org/schemas/1series}cs_extensionNameValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/1series}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsStabilizer() |
| Modifier and Type | Method and Description |
|---|---|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
LengthMeasure |
getDistBladeBot()
Gets the value of the distBladeBot property.
|
CsExtensionAny |
getExtensionAny()
Gets the value of the extensionAny property.
|
List<CsExtensionNameValue> |
getExtensionNameValue()
Gets the value of the extensionNameValue property.
|
Double |
getFactFric()
Gets the value of the factFric property.
|
LengthMeasure |
getLenBlade()
Gets the value of the lenBlade property.
|
LengthMeasure |
getLenBladeGauge()
Gets the value of the lenBladeGauge property.
|
LengthMeasure |
getOdBladeMn()
Gets the value of the odBladeMn property.
|
LengthMeasure |
getOdBladeMx()
Gets the value of the odBladeMx property.
|
BladeShapeType |
getShapeBlade()
Gets the value of the shapeBlade property.
|
BladeType |
getTypeBlade()
Gets the value of the typeBlade property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDistBladeBot(LengthMeasure value)
Sets the value of the distBladeBot property.
|
void |
setExtensionAny(CsExtensionAny value)
Sets the value of the extensionAny property.
|
void |
setFactFric(Double value)
Sets the value of the factFric property.
|
void |
setLenBlade(LengthMeasure value)
Sets the value of the lenBlade property.
|
void |
setLenBladeGauge(LengthMeasure value)
Sets the value of the lenBladeGauge property.
|
void |
setOdBladeMn(LengthMeasure value)
Sets the value of the odBladeMn property.
|
void |
setOdBladeMx(LengthMeasure value)
Sets the value of the odBladeMx property.
|
void |
setShapeBlade(BladeShapeType value)
Sets the value of the shapeBlade property.
|
void |
setTypeBlade(BladeType value)
Sets the value of the typeBlade property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public LengthMeasure getLenBlade()
LengthMeasurepublic void setLenBlade(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getLenBladeGauge()
LengthMeasurepublic void setLenBladeGauge(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getOdBladeMx()
LengthMeasurepublic void setOdBladeMx(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getOdBladeMn()
LengthMeasurepublic void setOdBladeMn(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getDistBladeBot()
LengthMeasurepublic void setDistBladeBot(LengthMeasure value)
value - allowed object is
LengthMeasurepublic BladeShapeType getShapeBlade()
BladeShapeTypepublic void setShapeBlade(BladeShapeType value)
value - allowed object is
BladeShapeTypepublic Double getFactFric()
Doublepublic void setFactFric(Double value)
value - allowed object is
Doublepublic BladeType getTypeBlade()
BladeTypepublic void setTypeBlade(BladeType value)
value - allowed object is
BladeTypepublic CsCustomData getCustomData()
CsCustomDatapublic void setCustomData(CsCustomData value)
value - allowed object is
CsCustomDatapublic CsExtensionAny getExtensionAny()
CsExtensionAnypublic void setExtensionAny(CsExtensionAny value)
value - allowed object is
CsExtensionAnypublic List<CsExtensionNameValue> getExtensionNameValue()
set method for the extensionNameValue property.
For example, to add a new item, do as follows:
getExtensionNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
CsExtensionNameValuepublic String getUid()
StringCopyright © 2017. All rights reserved.