public class ObjMessage extends Object
Java class for obj_message complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_message">
<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_message" 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 |
|---|
ObjMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityCode()
Gets the value of the activityCode property.
|
CsCommonData |
getCommonData()
Gets the value of the commonData property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
String |
getDetailActivity()
Gets the value of the detailActivity property.
|
XMLGregorianCalendar |
getDTim()
Gets the value of the dTim property.
|
MeasuredDepthCoord |
getMd()
Gets the value of the md property.
|
MeasuredDepthCoord |
getMdBit()
Gets the value of the mdBit property.
|
String |
getMessageText()
Gets the value of the messageText 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.
|
List<IndexedObject> |
getParam()
Gets the value of the param property.
|
MessageSeverity |
getSeverity()
Gets the value of the severity property.
|
RefObjectString |
getSubObjectReference()
Gets the value of the subObjectReference property.
|
MessageType |
getTypeMessage()
Gets the value of the typeMessage 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.
|
MessageProbability |
getWarnProbability()
Gets the value of the warnProbability property.
|
void |
setActivityCode(String value)
Sets the value of the activityCode property.
|
void |
setCommonData(CsCommonData value)
Sets the value of the commonData property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDetailActivity(String value)
Sets the value of the detailActivity property.
|
void |
setDTim(XMLGregorianCalendar value)
Sets the value of the dTim property.
|
void |
setMd(MeasuredDepthCoord value)
Sets the value of the md property.
|
void |
setMdBit(MeasuredDepthCoord value)
Sets the value of the mdBit property.
|
void |
setMessageText(String value)
Sets the value of the messageText 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 |
setSeverity(MessageSeverity value)
Sets the value of the severity property.
|
void |
setSubObjectReference(RefObjectString value)
Sets the value of the subObjectReference property.
|
void |
setTypeMessage(MessageType value)
Sets the value of the typeMessage 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.
|
void |
setWarnProbability(MessageProbability value)
Sets the value of the warnProbability 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 RefObjectString getSubObjectReference()
RefObjectStringpublic void setSubObjectReference(RefObjectString value)
value - allowed object is
RefObjectStringpublic XMLGregorianCalendar getDTim()
XMLGregorianCalendarpublic void setDTim(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getActivityCode()
Stringpublic void setActivityCode(String value)
value - allowed object is
Stringpublic String getDetailActivity()
Stringpublic void setDetailActivity(String value)
value - allowed object is
Stringpublic MeasuredDepthCoord getMd()
MeasuredDepthCoordpublic void setMd(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic MeasuredDepthCoord getMdBit()
MeasuredDepthCoordpublic void setMdBit(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic MessageType getTypeMessage()
MessageTypepublic void setTypeMessage(MessageType value)
value - allowed object is
MessageTypepublic String getMessageText()
Stringpublic void setMessageText(String value)
value - allowed object is
Stringpublic List<IndexedObject> getParam()
set method for the param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
IndexedObjectpublic MessageSeverity getSeverity()
MessageSeveritypublic void setSeverity(MessageSeverity value)
value - allowed object is
MessageSeveritypublic MessageProbability getWarnProbability()
MessageProbabilitypublic void setWarnProbability(MessageProbability value)
value - allowed object is
MessageProbabilitypublic 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.