public class ObjBhaRun extends Object
Java class for obj_bhaRun complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_bhaRun">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameWell" type="{http://www.witsml.org/schemas/131}nameString"/>
<element name="nameWellbore" type="{http://www.witsml.org/schemas/131}nameString"/>
<element name="name" type="{http://www.witsml.org/schemas/131}nameString"/>
<group ref="{http://www.witsml.org/schemas/131}grp_bhaRun" minOccurs="0"/>
<element name="commonData" type="{http://www.witsml.org/schemas/131}cs_commonData" minOccurs="0"/>
<element name="customData" type="{http://www.witsml.org/schemas/131}cs_customData" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/131}attgrp_uid"/>
<attribute name="uidWell" type="{http://www.witsml.org/schemas/131}uidString" />
<attribute name="uidWellbore" type="{http://www.witsml.org/schemas/131}uidString" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObjBhaRun() |
| Modifier and Type | Method and Description |
|---|---|
AnglePerLengthMeasure |
getActDogleg()
Gets the value of the actDogleg property.
|
AnglePerLengthMeasure |
getActDoglegMx()
Gets the value of the actDoglegMx property.
|
CsCommonData |
getCommonData()
Gets the value of the commonData property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
CsDrillingParams |
getDrillingParams()
Gets the value of the drillingParams property.
|
XMLGregorianCalendar |
getDTimStart()
Gets the value of the dTimStart property.
|
XMLGregorianCalendar |
getDTimStartDrilling()
Gets the value of the dTimStartDrilling property.
|
XMLGregorianCalendar |
getDTimStop()
Gets the value of the dTimStop property.
|
XMLGregorianCalendar |
getDTimStopDrilling()
Gets the value of the dTimStopDrilling property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNameWell()
Gets the value of the nameWell property.
|
String |
getNameWellbore()
Gets the value of the nameWellbore property.
|
String |
getNumBitRun()
Gets the value of the numBitRun property.
|
Short |
getNumStringRun()
Gets the value of the numStringRun property.
|
String |
getObjectiveBha()
Gets the value of the objectiveBha property.
|
AnglePerLengthMeasure |
getPlanDogleg()
Gets the value of the planDogleg property.
|
String |
getReasonTrip()
Gets the value of the reasonTrip property.
|
BhaStatus |
getStatusBha()
Gets the value of the statusBha property.
|
RefNameString |
getTubular()
Gets the value of the tubular property.
|
String |
getUid()
Gets the value of the uid property.
|
String |
getUidWell()
Gets the value of the uidWell property.
|
String |
getUidWellbore()
Gets the value of the uidWellbore property.
|
void |
setActDogleg(AnglePerLengthMeasure value)
Sets the value of the actDogleg property.
|
void |
setActDoglegMx(AnglePerLengthMeasure value)
Sets the value of the actDoglegMx property.
|
void |
setCommonData(CsCommonData value)
Sets the value of the commonData property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDrillingParams(CsDrillingParams value)
Sets the value of the drillingParams property.
|
void |
setDTimStart(XMLGregorianCalendar value)
Sets the value of the dTimStart property.
|
void |
setDTimStartDrilling(XMLGregorianCalendar value)
Sets the value of the dTimStartDrilling property.
|
void |
setDTimStop(XMLGregorianCalendar value)
Sets the value of the dTimStop property.
|
void |
setDTimStopDrilling(XMLGregorianCalendar value)
Sets the value of the dTimStopDrilling property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameWell(String value)
Sets the value of the nameWell property.
|
void |
setNameWellbore(String value)
Sets the value of the nameWellbore property.
|
void |
setNumBitRun(String value)
Sets the value of the numBitRun property.
|
void |
setNumStringRun(Short value)
Sets the value of the numStringRun property.
|
void |
setObjectiveBha(String value)
Sets the value of the objectiveBha property.
|
void |
setPlanDogleg(AnglePerLengthMeasure value)
Sets the value of the planDogleg property.
|
void |
setReasonTrip(String value)
Sets the value of the reasonTrip property.
|
void |
setStatusBha(BhaStatus value)
Sets the value of the statusBha property.
|
void |
setTubular(RefNameString value)
Sets the value of the tubular property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
void |
setUidWell(String value)
Sets the value of the uidWell property.
|
void |
setUidWellbore(String value)
Sets the value of the uidWellbore property.
|
public String getNameWell()
Stringpublic void setNameWell(String value)
value - allowed object is
Stringpublic String getNameWellbore()
Stringpublic void setNameWellbore(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic RefNameString getTubular()
RefNameStringpublic void setTubular(RefNameString value)
value - allowed object is
RefNameStringpublic XMLGregorianCalendar getDTimStart()
XMLGregorianCalendarpublic void setDTimStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDTimStop()
XMLGregorianCalendarpublic void setDTimStop(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDTimStartDrilling()
XMLGregorianCalendarpublic void setDTimStartDrilling(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDTimStopDrilling()
XMLGregorianCalendarpublic void setDTimStopDrilling(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic AnglePerLengthMeasure getPlanDogleg()
AnglePerLengthMeasurepublic void setPlanDogleg(AnglePerLengthMeasure value)
value - allowed object is
AnglePerLengthMeasurepublic AnglePerLengthMeasure getActDogleg()
AnglePerLengthMeasurepublic void setActDogleg(AnglePerLengthMeasure value)
value - allowed object is
AnglePerLengthMeasurepublic AnglePerLengthMeasure getActDoglegMx()
AnglePerLengthMeasurepublic void setActDoglegMx(AnglePerLengthMeasure value)
value - allowed object is
AnglePerLengthMeasurepublic BhaStatus getStatusBha()
BhaStatuspublic void setStatusBha(BhaStatus value)
value - allowed object is
BhaStatuspublic String getNumBitRun()
Stringpublic void setNumBitRun(String value)
value - allowed object is
Stringpublic Short getNumStringRun()
Shortpublic void setNumStringRun(Short value)
value - allowed object is
Shortpublic String getReasonTrip()
Stringpublic void setReasonTrip(String value)
value - allowed object is
Stringpublic String getObjectiveBha()
Stringpublic void setObjectiveBha(String value)
value - allowed object is
Stringpublic CsDrillingParams getDrillingParams()
CsDrillingParamspublic void setDrillingParams(CsDrillingParams value)
value - allowed object is
CsDrillingParamspublic CsCommonData getCommonData()
CsCommonDatapublic void setCommonData(CsCommonData value)
value - allowed object is
CsCommonDatapublic CsCustomData getCustomData()
CsCustomDatapublic void setCustomData(CsCustomData value)
value - allowed object is
CsCustomDatapublic String getUidWell()
Stringpublic void setUidWell(String value)
value - allowed object is
Stringpublic String getUidWellbore()
Stringpublic void setUidWellbore(String value)
value - allowed object is
Stringpublic String getUid()
StringCopyright © 2017. All rights reserved.