public class CsHoleOpener extends Object
Java class for cs_holeOpener complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_holeOpener">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="typeHoleOpener" type="{http://www.witsml.org/schemas/131}HoleOpenerType" minOccurs="0"/>
<element name="numCutter" type="{http://www.witsml.org/schemas/131}nonNegativeCount" minOccurs="0"/>
<element name="manufacturer" type="{http://www.witsml.org/schemas/131}nameString" minOccurs="0"/>
<element name="diaHoleOpener" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="customData" type="{http://www.witsml.org/schemas/131}cs_customData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsHoleOpener() |
| Modifier and Type | Method and Description |
|---|---|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
LengthMeasure |
getDiaHoleOpener()
Gets the value of the diaHoleOpener property.
|
String |
getManufacturer()
Gets the value of the manufacturer property.
|
Short |
getNumCutter()
Gets the value of the numCutter property.
|
HoleOpenerType |
getTypeHoleOpener()
Gets the value of the typeHoleOpener property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDiaHoleOpener(LengthMeasure value)
Sets the value of the diaHoleOpener property.
|
void |
setManufacturer(String value)
Sets the value of the manufacturer property.
|
void |
setNumCutter(Short value)
Sets the value of the numCutter property.
|
void |
setTypeHoleOpener(HoleOpenerType value)
Sets the value of the typeHoleOpener property.
|
public HoleOpenerType getTypeHoleOpener()
HoleOpenerTypepublic void setTypeHoleOpener(HoleOpenerType value)
value - allowed object is
HoleOpenerTypepublic Short getNumCutter()
Shortpublic void setNumCutter(Short value)
value - allowed object is
Shortpublic String getManufacturer()
Stringpublic void setManufacturer(String value)
value - allowed object is
Stringpublic LengthMeasure getDiaHoleOpener()
LengthMeasurepublic void setDiaHoleOpener(LengthMeasure value)
value - allowed object is
LengthMeasurepublic CsCustomData getCustomData()
CsCustomDatapublic void setCustomData(CsCustomData value)
value - allowed object is
CsCustomDataCopyright © 2017. All rights reserved.