Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
#include <ChannelMetaDataObject.h>
Public Member Functions | |
ChannelMetaDataObject (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) | |
ChannelMetaDataObject () | |
ChannelMetaDataObject (gsoap_eml2_3::eml23__AbstractObject *fromGsoap) | |
virtual | ~ChannelMetaDataObject ()=default |
common::DataObjectReference | getWellboreDor () const final |
Gets wellbore dor. | |
void | setWellbore (WITSML2_NS::Wellbore *witsmlWellbore) final |
Public Member Functions inherited from WITSML2_NS::WellboreObject | |
virtual | ~WellboreObject ()=default |
Wellbore * | getWellbore () const |
virtual void | loadTargetRelationships () override |
Captures information about the configuration of the permanently installed components in a wellbore. It does not define the transient drilling strings (see the Tubular object) or the hanging production components (see the Completion object).
T | Generic type parameter. |
|
inline |
Constructor for partial transfer
[in,out] | partialObject | If non-null, the partial object. |
|
inline |
Creates an instance of this class in a gsoap context.
|
inline |
Creates an instance of this class by wrapping a gsoap instance.
[in,out] | fromGsoap | If non-null, from gsoap. |
|
virtualdefault |
Destructor does nothing since the memory is managed by the gsoap context.
|
inlinefinalvirtual |
|
inlinefinalvirtual |
Sets a wellbore
std::invalid_argument | Thrown when an invalid argument error condition occurs. |
[in,out] | witsmlWellbore | If non-null, the witsml wellbore. |
Implements WITSML2_NS::WellboreObject.