#include <WellboreFeature.h>
|
static constexpr char const * | XML_NS = "resqml22" |
|
Proxy class for a wellbore feature.
◆ WellboreFeature() [1/3]
resqml2_2::WellboreFeature::WellboreFeature |
( |
gsoap_resqml2_0_1::eml20__DataObjectReference * | partialObject | ) |
|
|
inline |
Only to be used in partial transfer context.
- Parameters
-
[in] | partialObject | If non-nullptr, the partial object. |
◆ WellboreFeature() [2/3]
resqml2_2::WellboreFeature::WellboreFeature |
( |
common ::DataObjectRepository * | repo, |
|
|
const std::string & | guid, |
|
|
const std::string & | title ) |
Creates a wellbore feature.
- Exceptions
-
std::invalid_argument | If repo si nullptr . |
- Parameters
-
[in,out] | repo | A repository which will manage the memory of this instance. |
| guid | The guid to set to the wellbore feature. If empty then a new guid will be generated. |
| title | The title to set to the wellbore feature. If empty then "unknown" title will be set. |
◆ WellboreFeature() [3/3]
resqml2_2::WellboreFeature::WellboreFeature |
( |
gsoap_eml2_3::_resqml22__WellboreFeature * | fromGsoap | ) |
|
|
inline |
Creates an instance of this class by wrapping a gSOAP instance.
- Parameters
-
[in] | fromGsoap | If non-null, the gSOAP instance. |
◆ ~WellboreFeature()
resqml2_2::WellboreFeature::~WellboreFeature |
( |
| ) |
|
|
default |
Destructor does nothing since the memory is managed by the gsoap context.
◆ getXmlNamespace()
std::string resqml2_2::WellboreFeature::getXmlNamespace |
( |
| ) |
const |
|
inlinefinal |
Get the standard XML namespace for serializing this data object.
◆ XML_NS
constexpr char const* resqml2_2::WellboreFeature::XML_NS = "resqml22" |
|
staticconstexpr |
The standard XML namespace for serializing this data object.
The documentation for this class was generated from the following file: