public class ObjRisk extends Object
Java class for obj_risk complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_risk">
<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_risk" 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 |
|---|
ObjRisk() |
| Modifier and Type | Method and Description |
|---|---|
List<RiskAffectedPersonnel> |
getAffectedPersonnel()
Gets the value of the affectedPersonnel property.
|
RiskCategory |
getCategory()
Gets the value of the category property.
|
CsCommonData |
getCommonData()
Gets the value of the commonData property.
|
String |
getContingency()
Gets the value of the contingency property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
String |
getDetails()
Gets the value of the details property.
|
LengthMeasure |
getDiaHole()
Gets the value of the diaHole property.
|
XMLGregorianCalendar |
getDTimEnd()
Gets the value of the dTimEnd property.
|
XMLGregorianCalendar |
getDTimStart()
Gets the value of the dTimStart property.
|
String |
getExtendCategory()
Gets the value of the extendCategory property.
|
String |
getIdentification()
Gets the value of the identification property.
|
MeasuredDepthCoord |
getMdBitEnd()
Gets the value of the mdBitEnd property.
|
MeasuredDepthCoord |
getMdBitStart()
Gets the value of the mdBitStart property.
|
MeasuredDepthCoord |
getMdHoleEnd()
Gets the value of the mdHoleEnd property.
|
MeasuredDepthCoord |
getMdHoleStart()
Gets the value of the mdHoleStart property.
|
List<String> |
getMitigation()
Gets the value of the mitigation 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.
|
RefObjectString |
getObjectReference()
Gets the value of the objectReference property.
|
Short |
getProbabilityLevel()
Gets the value of the probabilityLevel property.
|
Short |
getSeverityLevel()
Gets the value of the severityLevel property.
|
RiskSubCategory |
getSubCategory()
Gets the value of the subCategory property.
|
String |
getSummary()
Gets the value of the summary property.
|
WellVerticalDepthCoord |
getTvdHoleEnd()
Gets the value of the tvdHoleEnd property.
|
WellVerticalDepthCoord |
getTvdHoleStart()
Gets the value of the tvdHoleStart property.
|
RiskType |
getType()
Gets the value of the type 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 |
setCategory(RiskCategory value)
Sets the value of the category property.
|
void |
setCommonData(CsCommonData value)
Sets the value of the commonData property.
|
void |
setContingency(String value)
Sets the value of the contingency property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDetails(String value)
Sets the value of the details property.
|
void |
setDiaHole(LengthMeasure value)
Sets the value of the diaHole property.
|
void |
setDTimEnd(XMLGregorianCalendar value)
Sets the value of the dTimEnd property.
|
void |
setDTimStart(XMLGregorianCalendar value)
Sets the value of the dTimStart property.
|
void |
setExtendCategory(String value)
Sets the value of the extendCategory property.
|
void |
setIdentification(String value)
Sets the value of the identification property.
|
void |
setMdBitEnd(MeasuredDepthCoord value)
Sets the value of the mdBitEnd property.
|
void |
setMdBitStart(MeasuredDepthCoord value)
Sets the value of the mdBitStart property.
|
void |
setMdHoleEnd(MeasuredDepthCoord value)
Sets the value of the mdHoleEnd property.
|
void |
setMdHoleStart(MeasuredDepthCoord value)
Sets the value of the mdHoleStart 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 |
setObjectReference(RefObjectString value)
Sets the value of the objectReference property.
|
void |
setProbabilityLevel(Short value)
Sets the value of the probabilityLevel property.
|
void |
setSeverityLevel(Short value)
Sets the value of the severityLevel property.
|
void |
setSubCategory(RiskSubCategory value)
Sets the value of the subCategory property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTvdHoleEnd(WellVerticalDepthCoord value)
Sets the value of the tvdHoleEnd property.
|
void |
setTvdHoleStart(WellVerticalDepthCoord value)
Sets the value of the tvdHoleStart property.
|
void |
setType(RiskType value)
Sets the value of the type 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 RefObjectString getObjectReference()
RefObjectStringpublic void setObjectReference(RefObjectString value)
value - allowed object is
RefObjectStringpublic RiskType getType()
RiskTypepublic void setType(RiskType value)
value - allowed object is
RiskTypepublic RiskCategory getCategory()
RiskCategorypublic void setCategory(RiskCategory value)
value - allowed object is
RiskCategorypublic RiskSubCategory getSubCategory()
RiskSubCategorypublic void setSubCategory(RiskSubCategory value)
value - allowed object is
RiskSubCategorypublic String getExtendCategory()
Stringpublic void setExtendCategory(String value)
value - allowed object is
Stringpublic List<RiskAffectedPersonnel> getAffectedPersonnel()
set method for the affectedPersonnel property.
For example, to add a new item, do as follows:
getAffectedPersonnel().add(newItem);
Objects of the following type(s) are allowed in the list
RiskAffectedPersonnelpublic XMLGregorianCalendar getDTimStart()
XMLGregorianCalendarpublic void setDTimStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDTimEnd()
XMLGregorianCalendarpublic void setDTimEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic MeasuredDepthCoord getMdHoleStart()
MeasuredDepthCoordpublic void setMdHoleStart(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic MeasuredDepthCoord getMdHoleEnd()
MeasuredDepthCoordpublic void setMdHoleEnd(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdHoleStart()
WellVerticalDepthCoordpublic void setTvdHoleStart(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic WellVerticalDepthCoord getTvdHoleEnd()
WellVerticalDepthCoordpublic void setTvdHoleEnd(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic MeasuredDepthCoord getMdBitStart()
MeasuredDepthCoordpublic void setMdBitStart(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic MeasuredDepthCoord getMdBitEnd()
MeasuredDepthCoordpublic void setMdBitEnd(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic LengthMeasure getDiaHole()
LengthMeasurepublic void setDiaHole(LengthMeasure value)
value - allowed object is
LengthMeasurepublic Short getSeverityLevel()
Shortpublic void setSeverityLevel(Short value)
value - allowed object is
Shortpublic Short getProbabilityLevel()
Shortpublic void setProbabilityLevel(Short value)
value - allowed object is
Shortpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic String getDetails()
Stringpublic void setDetails(String value)
value - allowed object is
Stringpublic String getIdentification()
Stringpublic void setIdentification(String value)
value - allowed object is
Stringpublic String getContingency()
Stringpublic void setContingency(String value)
value - allowed object is
Stringpublic List<String> getMitigation()
set method for the mitigation property.
For example, to add a new item, do as follows:
getMitigation().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic 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.