31    class WellboreObject : 
public COMMON_NS::AbstractObject
 
   41        DLL_IMPORT_OR_EXPORT 
virtual COMMON_NS::DataObjectReference 
getWellboreDor() 
const = 0;
 
   69        DLL_IMPORT_OR_EXPORT WellboreObject(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : COMMON_NS::AbstractObject(partialObject) {}
 
   79        WellboreObject(gsoap_eml2_3::eml23__AbstractObject* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
 
 
A wellbore represents the path from surface to a unique bottomhole location.
Definition Wellbore.h:46
Definition WellboreObject.h:32
Wellbore * getWellbore() const
virtual void loadTargetRelationships() override
virtual void setWellbore(Wellbore *witsmlWellbore)=0
virtual ~WellboreObject()=default
virtual common::DataObjectReference getWellboreDor() const =0