public class ObjWellbore extends Object
Java class for obj_wellbore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_wellbore">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameWell" 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_wellbore" 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" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObjWellbore() |
| Modifier and Type | Method and Description |
|---|---|
CsCommonData |
getCommonData()
Gets the value of the commonData property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
TimeMeasure |
getDayTarget()
Gets the value of the dayTarget property.
|
XMLGregorianCalendar |
getDTimKickoff()
Gets the value of the dTimKickoff property.
|
MeasuredDepthCoord |
getMdCurrent()
Gets the value of the mdCurrent property.
|
MeasuredDepthCoord |
getMdKickoff()
Gets the value of the mdKickoff property.
|
MeasuredDepthCoord |
getMdPlanned()
Gets the value of the mdPlanned property.
|
MeasuredDepthCoord |
getMdSubSeaPlanned()
Gets the value of the mdSubSeaPlanned property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNameWell()
Gets the value of the nameWell property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getNumGovt()
Gets the value of the numGovt property.
|
RefNameString |
getParentWellbore()
Gets the value of the parentWellbore property.
|
WellPurpose |
getPurposeWellbore()
Gets the value of the purposeWellbore property.
|
WellboreShape |
getShape()
Gets the value of the shape property.
|
WellStatus |
getStatusWellbore()
Gets the value of the statusWellbore property.
|
String |
getSuffixAPI()
Gets the value of the suffixAPI property.
|
WellVerticalDepthCoord |
getTvdCurrent()
Gets the value of the tvdCurrent property.
|
WellVerticalDepthCoord |
getTvdKickoff()
Gets the value of the tvdKickoff property.
|
WellVerticalDepthCoord |
getTvdPlanned()
Gets the value of the tvdPlanned property.
|
WellVerticalDepthCoord |
getTvdSubSeaPlanned()
Gets the value of the tvdSubSeaPlanned property.
|
WellboreType |
getTypeWellbore()
Gets the value of the typeWellbore property.
|
String |
getUid()
Gets the value of the uid property.
|
String |
getUidWell()
Gets the value of the uidWell property.
|
Boolean |
isAchievedTD()
Gets the value of the achievedTD property.
|
void |
setAchievedTD(Boolean value)
Sets the value of the achievedTD property.
|
void |
setCommonData(CsCommonData value)
Sets the value of the commonData property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDayTarget(TimeMeasure value)
Sets the value of the dayTarget property.
|
void |
setDTimKickoff(XMLGregorianCalendar value)
Sets the value of the dTimKickoff property.
|
void |
setMdCurrent(MeasuredDepthCoord value)
Sets the value of the mdCurrent property.
|
void |
setMdKickoff(MeasuredDepthCoord value)
Sets the value of the mdKickoff property.
|
void |
setMdPlanned(MeasuredDepthCoord value)
Sets the value of the mdPlanned property.
|
void |
setMdSubSeaPlanned(MeasuredDepthCoord value)
Sets the value of the mdSubSeaPlanned property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameWell(String value)
Sets the value of the nameWell property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setNumGovt(String value)
Sets the value of the numGovt property.
|
void |
setParentWellbore(RefNameString value)
Sets the value of the parentWellbore property.
|
void |
setPurposeWellbore(WellPurpose value)
Sets the value of the purposeWellbore property.
|
void |
setShape(WellboreShape value)
Sets the value of the shape property.
|
void |
setStatusWellbore(WellStatus value)
Sets the value of the statusWellbore property.
|
void |
setSuffixAPI(String value)
Sets the value of the suffixAPI property.
|
void |
setTvdCurrent(WellVerticalDepthCoord value)
Sets the value of the tvdCurrent property.
|
void |
setTvdKickoff(WellVerticalDepthCoord value)
Sets the value of the tvdKickoff property.
|
void |
setTvdPlanned(WellVerticalDepthCoord value)
Sets the value of the tvdPlanned property.
|
void |
setTvdSubSeaPlanned(WellVerticalDepthCoord value)
Sets the value of the tvdSubSeaPlanned property.
|
void |
setTypeWellbore(WellboreType value)
Sets the value of the typeWellbore property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
void |
setUidWell(String value)
Sets the value of the uidWell property.
|
public String getNameWell()
Stringpublic void setNameWell(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic RefNameString getParentWellbore()
RefNameStringpublic void setParentWellbore(RefNameString value)
value - allowed object is
RefNameStringpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getSuffixAPI()
Stringpublic void setSuffixAPI(String value)
value - allowed object is
Stringpublic String getNumGovt()
Stringpublic void setNumGovt(String value)
value - allowed object is
Stringpublic WellStatus getStatusWellbore()
WellStatuspublic void setStatusWellbore(WellStatus value)
value - allowed object is
WellStatuspublic WellPurpose getPurposeWellbore()
WellPurposepublic void setPurposeWellbore(WellPurpose value)
value - allowed object is
WellPurposepublic WellboreType getTypeWellbore()
WellboreTypepublic void setTypeWellbore(WellboreType value)
value - allowed object is
WellboreTypepublic WellboreShape getShape()
WellboreShapepublic void setShape(WellboreShape value)
value - allowed object is
WellboreShapepublic XMLGregorianCalendar getDTimKickoff()
XMLGregorianCalendarpublic void setDTimKickoff(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean isAchievedTD()
Booleanpublic void setAchievedTD(Boolean value)
value - allowed object is
Booleanpublic MeasuredDepthCoord getMdCurrent()
MeasuredDepthCoordpublic void setMdCurrent(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdCurrent()
WellVerticalDepthCoordpublic void setTvdCurrent(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic MeasuredDepthCoord getMdKickoff()
MeasuredDepthCoordpublic void setMdKickoff(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdKickoff()
WellVerticalDepthCoordpublic void setTvdKickoff(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic MeasuredDepthCoord getMdPlanned()
MeasuredDepthCoordpublic void setMdPlanned(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdPlanned()
WellVerticalDepthCoordpublic void setTvdPlanned(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic MeasuredDepthCoord getMdSubSeaPlanned()
MeasuredDepthCoordpublic void setMdSubSeaPlanned(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdSubSeaPlanned()
WellVerticalDepthCoordpublic void setTvdSubSeaPlanned(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic TimeMeasure getDayTarget()
TimeMeasurepublic void setDayTarget(TimeMeasure value)
value - allowed object is
TimeMeasurepublic 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 getUid()
StringCopyright © 2017. All rights reserved.