Teamcenter C++ API Reference  2312
Lis0Service.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Lis0Service
12  Filename: Lis0Service.hxx
13  Module: Lis0lisfmwrk
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef LIS0LISFMWRK__LIS0SERVICE__HXX
18 #define LIS0LISFMWRK__LIS0SERVICE__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
26 
27 namespace lis0lisfmwrk
28 {
29  class Lis0Service;
30 }
31 namespace lis0lisfmwrk
32 {
33  class Lis0ServiceImpl;
34 }
35 namespace lis0lisfmwrk
36 {
37  class Lis0ServiceDelegate;
38 }
39 namespace lis0lisfmwrk
40 {
41  class Lis0ServiceDispatch;
42 }
43 namespace lis0lisfmwrk
44 {
45  class Lis0ServiceGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class LIS0LISFMWRK_API lis0lisfmwrk::Lis0Service
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getLis0opName( std::string &value, bool &isNull ) const;
72 
80  int getLis0provider( tag_t &value, bool &isNull ) const;
81 
89  int getLis0resourceType( std::string &value, bool &isNull ) const;
90 
98  int getLis0serviceType( std::string &value, bool &isNull ) const;
99 
107  int getLis0specVersion( std::string &value, bool &isNull ) const;
108 
116  int setLis0opName( const std::string &value, bool isNull=false );
117 
125  int setLis0provider( const tag_t &value, bool isNull=false );
126 
134  int setLis0resourceType( const std::string &value, bool isNull=false );
135 
143  int setLis0serviceType( const std::string &value, bool isNull=false );
144 
152  int setLis0specVersion( const std::string &value, bool isNull=false );
153 
159  int lis0GetLISDescription( );
160 protected:
161  // Method to initialize
162  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
163 
167  Lis0Service();
168 
172  virtual ~Lis0Service();
173 
174 private:
175  // Getter method for the Implementation Object
176  Lis0ServiceImpl* getLis0ServiceImpl() const;
177  // Setter method for the Implementation Object
178  ::Teamcenter::RootObjectImpl* setLis0ServiceImpl( ::Teamcenter::RootObjectImpl* impl );
179 
180  // Method to set the delete impl boolean
181  void setDeleteImpl( bool del );
182 
183  // Pointer to the Implementation object
184  Lis0ServiceImpl* m_lis0serviceImpl;
185 
186  // Flag to indicate if Implementation object needs to be deleted
188 
192  static std::string name;
193 
198  Lis0Service( const Lis0Service& );
199  Lis0Service& operator=( const Lis0Service& );
200 
201  friend class Lis0ServiceDelegate;
202  friend class Lis0ServiceGenImpl;
203 };
204 
205 #include <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
206 #endif // LIS0LISFMWRK__LIS0SERVICE__HXX