public class ObjFluidsReport extends Object
Java class for obj_fluidsReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_fluidsReport">
<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_fluidsReport" 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 |
|---|
ObjFluidsReport() |
| Modifier and Type | Method and Description |
|---|---|
CsCommonData |
getCommonData()
Gets the value of the commonData property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
XMLGregorianCalendar |
getDTim()
Gets the value of the dTim property.
|
List<CsFluid> |
getFluid()
Gets the value of the fluid property.
|
MeasuredDepthCoord |
getMd()
Gets the value of the md 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.
|
Short |
getNumReport()
Gets the value of the numReport property.
|
WellVerticalDepthCoord |
getTvd()
Gets the value of the tvd 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 |
setCommonData(CsCommonData value)
Sets the value of the commonData property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDTim(XMLGregorianCalendar value)
Sets the value of the dTim property.
|
void |
setMd(MeasuredDepthCoord value)
Sets the value of the md 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 |
setNumReport(Short value)
Sets the value of the numReport property.
|
void |
setTvd(WellVerticalDepthCoord value)
Sets the value of the tvd 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 XMLGregorianCalendar getDTim()
XMLGregorianCalendarpublic void setDTim(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic MeasuredDepthCoord getMd()
MeasuredDepthCoordpublic void setMd(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvd()
WellVerticalDepthCoordpublic void setTvd(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic Short getNumReport()
Shortpublic void setNumReport(Short value)
value - allowed object is
Shortpublic List<CsFluid> getFluid()
set method for the fluid property.
For example, to add a new item, do as follows:
getFluid().add(newItem);
Objects of the following type(s) are allowed in the list
CsFluidpublic 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.