Fesapi  2.0.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
WellboreFrameRepresentation.h
1 /*-----------------------------------------------------------------------
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"; you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9 
10  http://www.apache.org/licenses/LICENSE-2.0
11 
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18 -----------------------------------------------------------------------*/
19 #pragma once
20 
21 #include "../resqml2/AbstractValuesProperty.h"
22 #include "../resqml2/WellboreFrameRepresentation.h"
23 
24 namespace RESQML2_2_NS
25 {
27  class WellboreFrameRepresentation : public RESQML2_NS::WellboreFrameRepresentation
28  {
29  public:
30 
34  DLL_IMPORT_OR_EXPORT WellboreFrameRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) :
35  RESQML2_NS::WellboreFrameRepresentation(partialObject) {}
36 
40  WellboreFrameRepresentation(gsoap_eml2_3::resqml22__WellboreFrameRepresentation* fromGsoap):
41  RESQML2_NS::WellboreFrameRepresentation(fromGsoap) {}
42 
50  WellboreFrameRepresentation(RESQML2_NS::WellboreInterpretation* interp, const std::string& guid, const std::string& title, RESQML2_NS::WellboreTrajectoryRepresentation* traj);
51 
55  DLL_IMPORT_OR_EXPORT static const char* XML_TAG;
56 
60  DLL_IMPORT_OR_EXPORT virtual std::string getXmlTag() const override { return XML_TAG; }
61 
65  DLL_IMPORT_OR_EXPORT static const char* XML_NS;
66 
70  DLL_IMPORT_OR_EXPORT std::string getXmlNamespace() const final { return XML_NS; }
71 
72  protected:
74  };
75 }
A wellbore frame representation.
Definition: WellboreFrameRepresentation.h:28
virtual std::string getXmlTag() const override
Definition: WellboreFrameRepresentation.h:60
WellboreFrameRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: WellboreFrameRepresentation.h:34
WellboreFrameRepresentation(gsoap_eml2_3::resqml22__WellboreFrameRepresentation *fromGsoap)
Definition: WellboreFrameRepresentation.h:40
std::string getXmlNamespace() const final
Definition: WellboreFrameRepresentation.h:70
static const char * XML_TAG
Definition: WellboreFrameRepresentation.h:55
static const char * XML_NS
Definition: WellboreFrameRepresentation.h:65
WellboreFrameRepresentation(resqml2::WellboreInterpretation *interp, const std::string &guid, const std::string &title, resqml2::WellboreTrajectoryRepresentation *traj)