21 #include "common/AbstractObject.h" 53 WellboreMarker(gsoap_resqml2_0_1::resqml2__WellboreMarker* fromGsoap,
class WellboreMarkerFrameRepresentation* wellboreMarkerFrame) : AbstractObject(fromGsoap), boundaryFeatureInterpretation(nullptr), wellboreMarkerFrameRepresentation(wellboreMarkerFrame) {}
63 bool hasAGeologicBoundaryKind();
69 gsoap_resqml2_0_1::resqml2__GeologicBoundaryKind getGeologicBoundaryKind();
82 std::string getBoundaryFeatureInterpretationUuid()
const;
89 static const char* XML_TAG;
90 virtual std::string
getXmlTag()
const {
return XML_TAG;}
95 std::vector<epc::Relationship> getAllEpcRelationships()
const {std::vector<epc::Relationship> result;
return result;}
~WellboreMarker()
Definition: WellboreMarker.h:58
virtual std::string getXmlTag() const
Definition: WellboreMarker.h:90
class BoundaryFeatureInterpretation * getBoundaryFeatureInterpretation() const
Definition: WellboreMarker.h:76
Definition: EpcDocument.h:65
Definition: EpcDocument.h:154
Definition: BoundaryFeatureInterpretation.h:26
Definition: AbstractObject.h:27
Definition: WellboreMarker.h:29
WellboreMarker(gsoap_resqml2_0_1::resqml2__WellboreMarker *fromGsoap, class WellboreMarkerFrameRepresentation *wellboreMarkerFrame)
Definition: WellboreMarker.h:53
Definition: WellboreMarkerFrameRepresentation.h:30