public class ObjFormationMarker extends Object
Java class for obj_formationMarker complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_formationMarker">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameWell" type="{http://www.witsml.org/schemas/1series}nameString"/>
<element name="nameWellbore" type="{http://www.witsml.org/schemas/1series}nameString"/>
<element name="name" type="{http://www.witsml.org/schemas/1series}nameString"/>
<group ref="{http://www.witsml.org/schemas/1series}grp_formationMarker" minOccurs="0"/>
<element name="commonData" type="{http://www.witsml.org/schemas/1series}cs_commonData" minOccurs="0"/>
<element name="customData" type="{http://www.witsml.org/schemas/1series}cs_customData" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/1series}attgrp_objectUid"/>
<attribute name="uidWell" type="{http://www.witsml.org/schemas/1series}uidParentString" />
<attribute name="uidWellbore" type="{http://www.witsml.org/schemas/1series}uidParentString" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObjFormationMarker() |
| Modifier and Type | Method and Description |
|---|---|
ChronostratigraphyStruct |
getChronostratigraphic()
Gets the value of the chronostratigraphic property.
|
CsCommonData |
getCommonData()
Gets the value of the commonData property.
|
CsCustomData |
getCustomData()
Gets the value of the customData property.
|
String |
getDescription()
Gets the value of the description property.
|
PlaneAngleMeasure |
getDip()
Gets the value of the dip property.
|
PlaneAngleMeasure |
getDipDirection()
Gets the value of the dipDirection property.
|
LithostratigraphyStruct |
getLithostratigraphic()
Gets the value of the lithostratigraphic property.
|
MeasuredDepthCoord |
getMdLogSample()
Gets the value of the mdLogSample property.
|
MeasuredDepthCoord |
getMdPrognosed()
Gets the value of the mdPrognosed property.
|
MeasuredDepthCoord |
getMdTopSample()
Gets the value of the mdTopSample property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNameFormation()
Gets the value of the nameFormation property.
|
String |
getNameWell()
Gets the value of the nameWell property.
|
String |
getNameWellbore()
Gets the value of the nameWellbore property.
|
LengthMeasure |
getThicknessApparent()
Gets the value of the thicknessApparent property.
|
LengthMeasure |
getThicknessBed()
Gets the value of the thicknessBed property.
|
LengthMeasure |
getThicknessPerpen()
Gets the value of the thicknessPerpen property.
|
WellVerticalDepthCoord |
getTvdLogSample()
Gets the value of the tvdLogSample property.
|
WellVerticalDepthCoord |
getTvdPrognosed()
Gets the value of the tvdPrognosed property.
|
WellVerticalDepthCoord |
getTvdTopSample()
Gets the value of the tvdTopSample 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 |
setChronostratigraphic(ChronostratigraphyStruct value)
Sets the value of the chronostratigraphic property.
|
void |
setCommonData(CsCommonData value)
Sets the value of the commonData property.
|
void |
setCustomData(CsCustomData value)
Sets the value of the customData property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDip(PlaneAngleMeasure value)
Sets the value of the dip property.
|
void |
setDipDirection(PlaneAngleMeasure value)
Sets the value of the dipDirection property.
|
void |
setLithostratigraphic(LithostratigraphyStruct value)
Sets the value of the lithostratigraphic property.
|
void |
setMdLogSample(MeasuredDepthCoord value)
Sets the value of the mdLogSample property.
|
void |
setMdPrognosed(MeasuredDepthCoord value)
Sets the value of the mdPrognosed property.
|
void |
setMdTopSample(MeasuredDepthCoord value)
Sets the value of the mdTopSample property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameFormation(String value)
Sets the value of the nameFormation property.
|
void |
setNameWell(String value)
Sets the value of the nameWell property.
|
void |
setNameWellbore(String value)
Sets the value of the nameWellbore property.
|
void |
setThicknessApparent(LengthMeasure value)
Sets the value of the thicknessApparent property.
|
void |
setThicknessBed(LengthMeasure value)
Sets the value of the thicknessBed property.
|
void |
setThicknessPerpen(LengthMeasure value)
Sets the value of the thicknessPerpen property.
|
void |
setTvdLogSample(WellVerticalDepthCoord value)
Sets the value of the tvdLogSample property.
|
void |
setTvdPrognosed(WellVerticalDepthCoord value)
Sets the value of the tvdPrognosed property.
|
void |
setTvdTopSample(WellVerticalDepthCoord value)
Sets the value of the tvdTopSample 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 MeasuredDepthCoord getMdPrognosed()
MeasuredDepthCoordpublic void setMdPrognosed(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdPrognosed()
WellVerticalDepthCoordpublic void setTvdPrognosed(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic MeasuredDepthCoord getMdTopSample()
MeasuredDepthCoordpublic void setMdTopSample(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdTopSample()
WellVerticalDepthCoordpublic void setTvdTopSample(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic LengthMeasure getThicknessBed()
LengthMeasurepublic void setThicknessBed(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getThicknessApparent()
LengthMeasurepublic void setThicknessApparent(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getThicknessPerpen()
LengthMeasurepublic void setThicknessPerpen(LengthMeasure value)
value - allowed object is
LengthMeasurepublic MeasuredDepthCoord getMdLogSample()
MeasuredDepthCoordpublic void setMdLogSample(MeasuredDepthCoord value)
value - allowed object is
MeasuredDepthCoordpublic WellVerticalDepthCoord getTvdLogSample()
WellVerticalDepthCoordpublic void setTvdLogSample(WellVerticalDepthCoord value)
value - allowed object is
WellVerticalDepthCoordpublic PlaneAngleMeasure getDip()
PlaneAngleMeasurepublic void setDip(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic PlaneAngleMeasure getDipDirection()
PlaneAngleMeasurepublic void setDipDirection(PlaneAngleMeasure value)
value - allowed object is
PlaneAngleMeasurepublic LithostratigraphyStruct getLithostratigraphic()
LithostratigraphyStructpublic void setLithostratigraphic(LithostratigraphyStruct value)
value - allowed object is
LithostratigraphyStructpublic ChronostratigraphyStruct getChronostratigraphic()
ChronostratigraphyStructpublic void setChronostratigraphic(ChronostratigraphyStruct value)
value - allowed object is
ChronostratigraphyStructpublic String getNameFormation()
Stringpublic void setNameFormation(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
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.