#include <WellboreMarker.h>
|
static constexpr char const * | XML_TAG = "WellboreMarker" |
|
static constexpr char const * | XML_NS = "witsml21" |
|
◆ WellboreMarker() [1/4]
witsml2_1::WellboreMarker::WellboreMarker |
( |
gsoap_resqml2_0_1::eml20__DataObjectReference * | partialObject | ) |
|
|
inline |
Constructor for partial transfer
- Parameters
-
[in,out] | partialObject | If non-null, the partial object. |
◆ WellboreMarker() [2/4]
witsml2_1::WellboreMarker::WellboreMarker |
( |
common ::DataObjectRepository * | repo, |
|
|
const std::string & | guid, |
|
|
const std::string & | title, |
|
|
double | md, |
|
|
gsoap_eml2_3::eml23__LengthUom | mdUom ) |
Constructor.
- Exceptions
-
std::invalid_argument | If repo == nullptr . |
- Parameters
-
[in,out] | repo | The repo where the underlying gsoap proxy is going to be created. |
| guid | Unique identifier. |
| title | The title. |
| md | The Measured Depth to set to this marker. |
| mdUom | The underlying unit of measure of the MD value. |
◆ WellboreMarker() [3/4]
witsml2_1::WellboreMarker::WellboreMarker |
( |
WITSML2_NS::Wellbore * | witsmlWellbore, |
|
|
const std::string & | guid, |
|
|
const std::string & | title, |
|
|
double | md, |
|
|
gsoap_eml2_3::eml23__LengthUom | mdUom ) |
Constructor.
- Exceptions
-
std::invalid_argument | If witsmlWellbore == nullptr . |
- Parameters
-
[in] | witsmlWellbore | If non-null, the witsml wellbore. |
| guid | Unique identifier. |
| title | The title. |
| md | The Measured Depth to set to this marker. |
| mdUom | The underlying unit of measure of the MD value. |
◆ WellboreMarker() [4/4]
witsml2_1::WellboreMarker::WellboreMarker |
( |
gsoap_eml2_3::witsml21__WellboreMarker * | fromGsoap | ) |
|
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
- Parameters
-
[in,out] | fromGsoap | If non-null, from gsoap. |
◆ ~WellboreMarker()
witsml2_1::WellboreMarker::~WellboreMarker |
( |
| ) |
|
|
default |
Destructor does nothing since the memory is managed by the gsoap context.
◆ getWellboreDor()
◆ getXmlNamespace()
std::string witsml2_1::WellboreMarker::getXmlNamespace |
( |
| ) |
const |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
◆ getXmlTag()
virtual std::string witsml2_1::WellboreMarker::getXmlTag |
( |
| ) |
const |
|
inlinevirtual |
Get the standard XML tag without XML namespace for serializing this data object.
- Returns
- The XML tag.
◆ setWellbore()
Set the wellbore linked with this data object.
- Parameters
-
[in,out] | witsmlWellbore | If non-null, the witsml wellbore. |
Implements WITSML2_NS::WellboreObject.
◆ XML_NS
constexpr char const* witsml2_1::WellboreMarker::XML_NS = "witsml21" |
|
staticconstexpr |
The standard XML namespace for serializing this data object.
◆ XML_TAG
constexpr char const* witsml2_1::WellboreMarker::XML_TAG = "WellboreMarker" |
|
staticconstexpr |
The standard XML tag without XML namespace for serializing this data object.
- Returns
- The XML tag.
The documentation for this class was generated from the following file: