public class CsWbGeometry extends Object
Java class for cs_wbGeometry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_wbGeometry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.witsml.org/schemas/131}grp_wbGeometry" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsWbGeometry() |
| Modifier and Type | Method and Description |
|---|---|
LengthMeasure |
getDepthWaterMean()
Gets the value of the depthWaterMean property.
|
XMLGregorianCalendar |
getDTimReport()
Gets the value of the dTimReport property.
|
LengthMeasure |
getGapAir()
Gets the value of the gapAir property.
|
MeasuredDepthCoord |
getMdBottom()
Gets the value of the mdBottom property.
|
List<CsWbGeometrySection> |
getWbGeometrySection()
Gets the value of the wbGeometrySection property.
|
void |
setDepthWaterMean(LengthMeasure value)
Sets the value of the depthWaterMean property.
|
void |
setDTimReport(XMLGregorianCalendar value)
Sets the value of the dTimReport property.
|
void |
setGapAir(LengthMeasure value)
Sets the value of the gapAir property.
|
void |
setMdBottom(MeasuredDepthCoord value)
Sets the value of the mdBottom property.
|
public XMLGregorianCalendar getDTimReport()
XMLGregorianCalendarpublic void setDTimReport(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic MeasuredDepthCoord getMdBottom()
MeasuredDepthCoordpublic void setMdBottom(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic LengthMeasure getGapAir()
LengthMeasurepublic void setGapAir(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getDepthWaterMean()
LengthMeasurepublic void setDepthWaterMean(LengthMeasure value)
value - allowed object is
LengthMeasurepublic List<CsWbGeometrySection> getWbGeometrySection()
set method for the wbGeometrySection property.
For example, to add a new item, do as follows:
getWbGeometrySection().add(newItem);
Objects of the following type(s) are allowed in the list
CsWbGeometrySectionCopyright © 2017. All rights reserved.