Teamcenter C++ API Reference  2312
DispatcherServiceArgument.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, DispatcherServiceArgument
12  Filename: DispatcherServiceArgument.hxx
13  Module: docmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__DISPATCHERSERVICEARGUMENT__HXX
18 #define TEAMCENTER__DISPATCHERSERVICEARGUMENT__HXX
19 
20 #include <string>
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/POM_object.hxx>
23 
24 #include <docmgt/libdocmgt_exports.h>
25 
26 namespace Teamcenter
27 {
28  class DispatcherServiceArgument;
29 }
30 namespace Teamcenter
31 {
32  class DispatcherServiceArgumentImpl;
33 }
34 namespace Teamcenter
35 {
36  class DispatcherServiceArgumentDelegate;
37 }
38 namespace Teamcenter
39 {
40  class DispatcherServiceArgumentDispatch;
41 }
42 namespace Teamcenter
43 {
44  class DispatcherServiceArgumentGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class DOCMGT_API Teamcenter::DispatcherServiceArgument
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  int getArgument_name( std::string &value, bool &isNull ) const;
71 
79  int getDefault_value( std::string &value, bool &isNull ) const;
80 
88  int getDefining_dspsvcconfig( std::string &value, bool &isNull ) const;
89 
97  int getInterface_type( int &value, bool &isNull ) const;
98 
106  int getKey( std::string &value, bool &isNull ) const;
107 
115  int setArgument_name( const std::string &value, bool isNull=false );
116 
124  int setDefault_value( const std::string &value, bool isNull=false );
125 
133  int setDefining_dspsvcconfig( const std::string &value, bool isNull=false );
134 
142  int setInterface_type( int value, bool isNull=false );
143 
151  int setKey( const std::string &value, bool isNull=false );
152 protected:
153  // Method to initialize
154  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
155 
160 
164  virtual ~DispatcherServiceArgument();
165 
166 private:
167  // Getter method for the Implementation Object
168  DispatcherServiceArgumentImpl* getDispatcherServiceArgumentImpl() const;
169  // Setter method for the Implementation Object
170  ::Teamcenter::RootObjectImpl* setDispatcherServiceArgumentImpl( ::Teamcenter::RootObjectImpl* impl );
171 
172  // Method to set the delete impl boolean
173  void setDeleteImpl( bool del );
174 
175  // Pointer to the Implementation object
176  DispatcherServiceArgumentImpl* m_dispatcherserviceargumentImpl;
177 
178  // Flag to indicate if Implementation object needs to be deleted
180 
184  static std::string name;
185 
192 
193  friend class DispatcherServiceArgumentDelegate;
194  friend class DispatcherServiceArgumentGenImpl;
195 };
196 
197 #include <docmgt/libdocmgt_undef.h>
198 #endif // TEAMCENTER__DISPATCHERSERVICEARGUMENT__HXX