public class CsSwcSample extends Object
Java class for cs_swcSample complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_swcSample">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="md" type="{http://www.witsml.org/schemas/131}measuredDepthCoord"/>
<element name="lithology" type="{http://www.witsml.org/schemas/131}cs_lithology" minOccurs="0"/>
<element name="show" type="{http://www.witsml.org/schemas/131}cs_show" minOccurs="0"/>
<element name="nameFormation" type="{http://www.witsml.org/schemas/131}str32" minOccurs="0"/>
<element name="comments" type="{http://www.witsml.org/schemas/131}commentString" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/131}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsSwcSample() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Gets the value of the comments property.
|
CsLithology |
getLithology()
Gets the value of the lithology property.
|
MeasuredDepthCoord |
getMd()
Gets the value of the md property.
|
String |
getNameFormation()
Gets the value of the nameFormation property.
|
CsShow |
getShow()
Gets the value of the show property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setLithology(CsLithology value)
Sets the value of the lithology property.
|
void |
setMd(MeasuredDepthCoord value)
Sets the value of the md property.
|
void |
setNameFormation(String value)
Sets the value of the nameFormation property.
|
void |
setShow(CsShow value)
Sets the value of the show property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public MeasuredDepthCoord getMd()
MeasuredDepthCoordpublic void setMd(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic CsLithology getLithology()
CsLithologypublic void setLithology(CsLithology value)
value - allowed object is
CsLithologypublic CsShow getShow()
CsShowpublic void setShow(CsShow value)
value - allowed object is
CsShowpublic String getNameFormation()
Stringpublic void setNameFormation(String value)
value - allowed object is
Stringpublic String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic String getUid()
StringCopyright © 2017. All rights reserved.