Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
resqml2_0_1::WellboreMarker Class Referencefinal
Inheritance diagram for resqml2_0_1::WellboreMarker:

Public Member Functions

 WellboreMarker (resqml2_0_1 ::WellboreMarkerFrameRepresentation *wellboreMarkerFrame, const std::string &guid, const std::string &title)
 
 WellboreMarker (resqml2_0_1 ::WellboreMarkerFrameRepresentation *wellboreMarkerFrame, const std::string &guid, const std::string &title, gsoap_resqml2_0_1::resqml20__GeologicBoundaryKind geologicBoundaryKind)
 
 WellboreMarker (gsoap_resqml2_0_1::resqml20__WellboreMarker *fromGsoap)
 
 ~WellboreMarker ()=default
 
bool hasAGeologicBoundaryKind () const final
 
gsoap_resqml2_0_1::resqml20__GeologicBoundaryKind getGeologicBoundaryKind () const final
 
common::DataObjectReference getBoundaryFeatureInterpretationDor () const final
 
void setBoundaryFeatureInterpretation (resqml2 ::BoundaryFeatureInterpretation *interp) final
 
common::DataObjectReference getWitsmlWellboreMarkerDor () const final
 
void setWitsmlWellboreMarker (witsml2_1 ::WellboreMarker *wellboreMarker) final
 
std::string getXmlNamespace () const final
 

Static Public Attributes

static const char * XML_NS
 

Constructor & Destructor Documentation

◆ WellboreMarker() [1/3]

resqml2_0_1::WellboreMarker::WellboreMarker ( resqml2_0_1 ::WellboreMarkerFrameRepresentation * wellboreMarkerFrame,
const std::string & guid,
const std::string & title )

Creates an instance of this class in a gSOAP context.

Exceptions
std::invalid_argumentIf wellboreMarkerFrame is nullptr.
Parameters
[in,out]wellboreMarkerFrameThe wellbore marker frame representation which contains the wellbore marker to contruct. It cannot be null.
guidThe guid to set to this wellbore marker. If empty then a new guid will be generated.
titleThe title to set to this wellbore marker. If empty then "unknown" title will be set.

◆ WellboreMarker() [2/3]

resqml2_0_1::WellboreMarker::WellboreMarker ( resqml2_0_1 ::WellboreMarkerFrameRepresentation * wellboreMarkerFrame,
const std::string & guid,
const std::string & title,
gsoap_resqml2_0_1::resqml20__GeologicBoundaryKind geologicBoundaryKind )

Creates an instance of this class in a gSOAP context.

Exceptions
std::invalid_argumentIf wellboreMarkerFrame is nullptr.
Parameters
[in,out]wellboreMarkerFrameThe wellbore marker frame representation which contains the wellbore marker to contruct. It cannot be null.
guidThe guid to set to this wellbore marker. If empty then a new guid will be generated.
titleThe title to set to this wellbore marker. If empty then "unknown" title will be set.
geologicBoundaryKindThe type of the feature the marker intersects.

◆ WellboreMarker() [3/3]

resqml2_0_1::WellboreMarker::WellboreMarker ( gsoap_resqml2_0_1::resqml20__WellboreMarker * fromGsoap)
inline

Creates an instance of this class by wrapping a gSOAP instance.

Parameters
[in]fromGsoapIf non-null, the gSOAP instance.

◆ ~WellboreMarker()

resqml2_0_1::WellboreMarker::~WellboreMarker ( )
default

Destructor does nothing since the memory is managed by the gSOAP context.

Member Function Documentation

◆ getXmlNamespace()

std::string resqml2_0_1::WellboreMarker::getXmlNamespace ( ) const
inlinefinal

Get the standard XML namespace for serializing this data object.

Member Data Documentation

◆ XML_NS

const char* resqml2_0_1::WellboreMarker::XML_NS
static

The standard XML namespace for serializing this data object.


The documentation for this class was generated from the following file: