AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EventDownloaderStub.h
Go to the documentation of this file.
1 /* EventDownloaderStub.h
2  Generated by gSOAP 2.7.9l from ifcemcard.h
3  Copyright(C) 2000-2007, Robert van Engelen, Genivia Inc. All Rights Reserved.
4  This part of the software is released under one of the following licenses:
5  GPL, the gSOAP public license, or Genivia's license for commercial use.
6 */
7 
8 #ifndef EventDownloaderStub_H
9 #define EventDownloaderStub_H
10 #include <vector>
11 #ifndef WITH_NOGLOBAL
12 #define WITH_NOGLOBAL
13 #endif
14 #include "stdsoap/stdsoap2.h"
15 
16 namespace EventDownloader {
17 
18 /******************************************************************************\
19  * *
20  * Enumerations *
21  * *
22 \******************************************************************************/
23 
24 
25 /******************************************************************************\
26  * *
27  * Classes and Structs *
28  * *
29 \******************************************************************************/
30 
31 
32 
33 
34 #ifndef SOAP_TYPE_EventDownloader_xsd__base64Binary
35 #define SOAP_TYPE_EventDownloader_xsd__base64Binary (7)
36 /* Base64 schema type: */
37 class SOAP_CMAC xsd__base64Binary
38 {
39 public:
40  unsigned char *__ptr;
41  int __size;
42  char *id; /* optional element of type xsd:string */
43  char *type; /* optional element of type xsd:string */
44  char *options; /* optional element of type xsd:string */
45  struct soap *soap; /* transient */
46 public:
47  virtual int soap_type() const { return 7; } /* = unique id SOAP_TYPE_EventDownloader_xsd__base64Binary */
48  virtual void soap_default(struct soap*);
49  virtual void soap_serialize(struct soap*) const;
50  virtual int soap_put(struct soap*, const char*, const char*) const;
51  virtual int soap_out(struct soap*, const char*, int, const char*) const;
52  virtual void *soap_get(struct soap*, const char*, const char*);
53  virtual void *soap_in(struct soap*, const char*, const char*);
54  xsd__base64Binary() : __ptr(NULL), __size(0), id(NULL), type(NULL), options(NULL), soap(NULL) { }
55  virtual ~xsd__base64Binary() { }
56 };
57 #endif
58 
59 #ifndef SOAP_TYPE_EventDownloader_ns1__ArrayOfNameValue
60 #define SOAP_TYPE_EventDownloader_ns1__ArrayOfNameValue (14)
61 /* ns1:ArrayOfNameValue */
62 class SOAP_CMAC ns1__ArrayOfNameValue
63 {
64 public:
65  std::vector<class ns1__NameValue * >NameValue; /* optional element of type ns1:NameValue */
66  struct soap *soap; /* transient */
67 public:
68  virtual int soap_type() const { return 14; } /* = unique id SOAP_TYPE_EventDownloader_ns1__ArrayOfNameValue */
69  virtual void soap_default(struct soap*);
70  virtual void soap_serialize(struct soap*) const;
71  virtual int soap_put(struct soap*, const char*, const char*) const;
72  virtual int soap_out(struct soap*, const char*, int, const char*) const;
73  virtual void *soap_get(struct soap*, const char*, const char*);
74  virtual void *soap_in(struct soap*, const char*, const char*);
75  ns1__ArrayOfNameValue() : soap(NULL) { }
76  virtual ~ns1__ArrayOfNameValue() { }
77 };
78 #endif
79 
80 #if 0 /* volatile type: do not redeclare */
81 
82 #endif
83 
84 #ifndef SOAP_TYPE_EventDownloader_ns1__NameValue
85 #define SOAP_TYPE_EventDownloader_ns1__NameValue (15)
86 /* ns1:NameValue */
87 class SOAP_CMAC ns1__NameValue
88 {
89 public:
90  std::string *Name; /* optional element of type xsd:string */
91  std::string *Value; /* optional element of type xsd:string */
92  struct soap *soap; /* transient */
93 public:
94  virtual int soap_type() const { return 15; } /* = unique id SOAP_TYPE_EventDownloader_ns1__NameValue */
95  virtual void soap_default(struct soap*);
96  virtual void soap_serialize(struct soap*) const;
97  virtual int soap_put(struct soap*, const char*, const char*) const;
98  virtual int soap_out(struct soap*, const char*, int, const char*) const;
99  virtual void *soap_get(struct soap*, const char*, const char*);
100  virtual void *soap_in(struct soap*, const char*, const char*);
101  ns1__NameValue() : Name(NULL), Value(NULL), soap(NULL) { }
102  virtual ~ns1__NameValue() { }
103 };
104 #endif
105 
106 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateEventFile
107 #define SOAP_TYPE_EventDownloader__ns1__GenerateEventFile (16)
108 /* ns1:GenerateEventFile */
109 class SOAP_CMAC _ns1__GenerateEventFile
110 {
111 public:
112  short firmNumber; /* required element of type xsd:short */
113  struct soap *soap; /* transient */
114 public:
115  virtual int soap_type() const { return 16; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateEventFile */
116  virtual void soap_default(struct soap*);
117  virtual void soap_serialize(struct soap*) const;
118  virtual int soap_put(struct soap*, const char*, const char*) const;
119  virtual int soap_out(struct soap*, const char*, int, const char*) const;
120  virtual void *soap_get(struct soap*, const char*, const char*);
121  virtual void *soap_in(struct soap*, const char*, const char*);
122  _ns1__GenerateEventFile() : firmNumber(0), soap(NULL) { }
124 };
125 #endif
126 
127 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateEventFileResponse
128 #define SOAP_TYPE_EventDownloader__ns1__GenerateEventFileResponse (17)
129 /* ns1:GenerateEventFileResponse */
130 class SOAP_CMAC _ns1__GenerateEventFileResponse
131 {
132 public:
133  int GenerateEventFileResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
134  std::string *eventFileName; /* optional element of type xsd:string */
135  xsd__base64Binary *eventFile; /* optional element of type xsd:base64Binary */
136  struct soap *soap; /* transient */
137 public:
138  virtual int soap_type() const { return 17; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateEventFileResponse */
139  virtual void soap_default(struct soap*);
140  virtual void soap_serialize(struct soap*) const;
141  virtual int soap_put(struct soap*, const char*, const char*) const;
142  virtual int soap_out(struct soap*, const char*, int, const char*) const;
143  virtual void *soap_get(struct soap*, const char*, const char*);
144  virtual void *soap_in(struct soap*, const char*, const char*);
145  _ns1__GenerateEventFileResponse() : GenerateEventFileResult(0), eventFileName(NULL), eventFile(NULL), soap(NULL) { }
147 };
148 #endif
149 
150 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateIncrementalEventFile
151 #define SOAP_TYPE_EventDownloader__ns1__GenerateIncrementalEventFile (18)
152 /* ns1:GenerateIncrementalEventFile */
153 class SOAP_CMAC _ns1__GenerateIncrementalEventFile
154 {
155 public:
156  short firmNumber; /* required element of type xsd:short */
157  LONG64 snr; /* required element of type xsd:long */
158  int lastEventId; /* required element of type xsd:int */
159  struct soap *soap; /* transient */
160 public:
161  virtual int soap_type() const { return 18; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateIncrementalEventFile */
162  virtual void soap_default(struct soap*);
163  virtual void soap_serialize(struct soap*) const;
164  virtual int soap_put(struct soap*, const char*, const char*) const;
165  virtual int soap_out(struct soap*, const char*, int, const char*) const;
166  virtual void *soap_get(struct soap*, const char*, const char*);
167  virtual void *soap_in(struct soap*, const char*, const char*);
168  _ns1__GenerateIncrementalEventFile() : firmNumber(0), snr(0), lastEventId(0), soap(NULL) { }
170 };
171 #endif
172 
173 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateIncrementalEventFileResponse
174 #define SOAP_TYPE_EventDownloader__ns1__GenerateIncrementalEventFileResponse (19)
175 /* ns1:GenerateIncrementalEventFileResponse */
176 class SOAP_CMAC _ns1__GenerateIncrementalEventFileResponse
177 {
178 public:
179  int GenerateIncrementalEventFileResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
180  std::string *eventFileName; /* optional element of type xsd:string */
181  xsd__base64Binary *eventFile; /* optional element of type xsd:base64Binary */
182  struct soap *soap; /* transient */
183 public:
184  virtual int soap_type() const { return 19; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateIncrementalEventFileResponse */
185  virtual void soap_default(struct soap*);
186  virtual void soap_serialize(struct soap*) const;
187  virtual int soap_put(struct soap*, const char*, const char*) const;
188  virtual int soap_out(struct soap*, const char*, int, const char*) const;
189  virtual void *soap_get(struct soap*, const char*, const char*);
190  virtual void *soap_in(struct soap*, const char*, const char*);
191  _ns1__GenerateIncrementalEventFileResponse() : GenerateIncrementalEventFileResult(0), eventFileName(NULL), eventFile(NULL), soap(NULL) { }
193 };
194 #endif
195 
196 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport
197 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport (20)
198 /* ns1:GenerateTicketExport */
199 class SOAP_CMAC _ns1__GenerateTicketExport
200 {
201 public:
202  short firmNumber; /* required element of type xsd:short */
203  struct soap *soap; /* transient */
204 public:
205  virtual int soap_type() const { return 20; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport */
206  virtual void soap_default(struct soap*);
207  virtual void soap_serialize(struct soap*) const;
208  virtual int soap_put(struct soap*, const char*, const char*) const;
209  virtual int soap_out(struct soap*, const char*, int, const char*) const;
210  virtual void *soap_get(struct soap*, const char*, const char*);
211  virtual void *soap_in(struct soap*, const char*, const char*);
212  _ns1__GenerateTicketExport() : firmNumber(0), soap(NULL) { }
214 };
215 #endif
216 
217 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportResponse
218 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportResponse (21)
219 /* ns1:GenerateTicketExportResponse */
220 class SOAP_CMAC _ns1__GenerateTicketExportResponse
221 {
222 public:
223  int GenerateTicketExportResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
224  std::string *fileName; /* optional element of type xsd:string */
225  xsd__base64Binary *exportedFile; /* optional element of type xsd:base64Binary */
226  struct soap *soap; /* transient */
227 public:
228  virtual int soap_type() const { return 21; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportResponse */
229  virtual void soap_default(struct soap*);
230  virtual void soap_serialize(struct soap*) const;
231  virtual int soap_put(struct soap*, const char*, const char*) const;
232  virtual int soap_out(struct soap*, const char*, int, const char*) const;
233  virtual void *soap_get(struct soap*, const char*, const char*);
234  virtual void *soap_in(struct soap*, const char*, const char*);
235  _ns1__GenerateTicketExportResponse() : GenerateTicketExportResult(0), fileName(NULL), exportedFile(NULL), soap(NULL) { }
237 };
238 #endif
239 
240 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber
241 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber (22)
242 /* ns1:GenerateTicketExportByCityNumber */
243 class SOAP_CMAC _ns1__GenerateTicketExportByCityNumber
244 {
245 public:
246  short serverFirmNumber; /* required element of type xsd:short */
247  short dataFirmNumber; /* required element of type xsd:short */
248  int dataCityNumber; /* required element of type xsd:int */
249  struct soap *soap; /* transient */
250 public:
251  virtual int soap_type() const { return 22; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber */
252  virtual void soap_default(struct soap*);
253  virtual void soap_serialize(struct soap*) const;
254  virtual int soap_put(struct soap*, const char*, const char*) const;
255  virtual int soap_out(struct soap*, const char*, int, const char*) const;
256  virtual void *soap_get(struct soap*, const char*, const char*);
257  virtual void *soap_in(struct soap*, const char*, const char*);
258  _ns1__GenerateTicketExportByCityNumber() : serverFirmNumber(0), dataFirmNumber(0), dataCityNumber(0), soap(NULL) { }
260 };
261 #endif
262 
263 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumberResponse
264 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumberResponse (23)
265 /* ns1:GenerateTicketExportByCityNumberResponse */
266 class SOAP_CMAC _ns1__GenerateTicketExportByCityNumberResponse
267 {
268 public:
269  int GenerateTicketExportByCityNumberResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
270  std::string *fileName; /* optional element of type xsd:string */
271  xsd__base64Binary *exportedFile; /* optional element of type xsd:base64Binary */
272  struct soap *soap; /* transient */
273 public:
274  virtual int soap_type() const { return 23; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumberResponse */
275  virtual void soap_default(struct soap*);
276  virtual void soap_serialize(struct soap*) const;
277  virtual int soap_put(struct soap*, const char*, const char*) const;
278  virtual int soap_out(struct soap*, const char*, int, const char*) const;
279  virtual void *soap_get(struct soap*, const char*, const char*);
280  virtual void *soap_in(struct soap*, const char*, const char*);
281  _ns1__GenerateTicketExportByCityNumberResponse() : GenerateTicketExportByCityNumberResult(0), fileName(NULL), exportedFile(NULL), soap(NULL) { }
283 };
284 #endif
285 
286 #ifndef SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents
287 #define SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents (24)
288 /* ns1:WriteProcessedEvents */
289 class SOAP_CMAC _ns1__WriteProcessedEvents
290 {
291 public:
292  xsd__base64Binary *processedEvent; /* optional element of type xsd:base64Binary */
293  struct soap *soap; /* transient */
294 public:
295  virtual int soap_type() const { return 24; } /* = unique id SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents */
296  virtual void soap_default(struct soap*);
297  virtual void soap_serialize(struct soap*) const;
298  virtual int soap_put(struct soap*, const char*, const char*) const;
299  virtual int soap_out(struct soap*, const char*, int, const char*) const;
300  virtual void *soap_get(struct soap*, const char*, const char*);
301  virtual void *soap_in(struct soap*, const char*, const char*);
302  _ns1__WriteProcessedEvents() : processedEvent(NULL), soap(NULL) { }
304 };
305 #endif
306 
307 #ifndef SOAP_TYPE_EventDownloader__ns1__WriteProcessedEventsResponse
308 #define SOAP_TYPE_EventDownloader__ns1__WriteProcessedEventsResponse (25)
309 /* ns1:WriteProcessedEventsResponse */
310 class SOAP_CMAC _ns1__WriteProcessedEventsResponse
311 {
312 public:
313  int WriteProcessedEventsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
314  unsigned int countWrited; /* required element of type xsd:unsignedInt */
315  struct soap *soap; /* transient */
316 public:
317  virtual int soap_type() const { return 25; } /* = unique id SOAP_TYPE_EventDownloader__ns1__WriteProcessedEventsResponse */
318  virtual void soap_default(struct soap*);
319  virtual void soap_serialize(struct soap*) const;
320  virtual int soap_put(struct soap*, const char*, const char*) const;
321  virtual int soap_out(struct soap*, const char*, int, const char*) const;
322  virtual void *soap_get(struct soap*, const char*, const char*);
323  virtual void *soap_in(struct soap*, const char*, const char*);
324  _ns1__WriteProcessedEventsResponse() : WriteProcessedEventsResult(0), countWrited(0), soap(NULL) { }
326 };
327 #endif
328 
329 #ifndef SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents2
330 #define SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents2 (26)
331 /* ns1:WriteProcessedEvents2 */
332 class SOAP_CMAC _ns1__WriteProcessedEvents2
333 {
334 public:
335  short firmNumber; /* required element of type xsd:short */
336  LONG64 snr; /* required element of type xsd:long */
337  xsd__base64Binary *processedEvent; /* optional element of type xsd:base64Binary */
338  struct soap *soap; /* transient */
339 public:
340  virtual int soap_type() const { return 26; } /* = unique id SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents2 */
341  virtual void soap_default(struct soap*);
342  virtual void soap_serialize(struct soap*) const;
343  virtual int soap_put(struct soap*, const char*, const char*) const;
344  virtual int soap_out(struct soap*, const char*, int, const char*) const;
345  virtual void *soap_get(struct soap*, const char*, const char*);
346  virtual void *soap_in(struct soap*, const char*, const char*);
347  _ns1__WriteProcessedEvents2() : firmNumber(0), snr(0), processedEvent(NULL), soap(NULL) { }
349 };
350 #endif
351 
352 #ifndef SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents2Response
353 #define SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents2Response (27)
354 /* ns1:WriteProcessedEvents2Response */
355 class SOAP_CMAC _ns1__WriteProcessedEvents2Response
356 {
357 public:
358  int WriteProcessedEvents2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
359  unsigned int countWrited; /* required element of type xsd:unsignedInt */
360  struct soap *soap; /* transient */
361 public:
362  virtual int soap_type() const { return 27; } /* = unique id SOAP_TYPE_EventDownloader__ns1__WriteProcessedEvents2Response */
363  virtual void soap_default(struct soap*);
364  virtual void soap_serialize(struct soap*) const;
365  virtual int soap_put(struct soap*, const char*, const char*) const;
366  virtual int soap_out(struct soap*, const char*, int, const char*) const;
367  virtual void *soap_get(struct soap*, const char*, const char*);
368  virtual void *soap_in(struct soap*, const char*, const char*);
369  _ns1__WriteProcessedEvents2Response() : WriteProcessedEvents2Result(0), countWrited(0), soap(NULL) { }
371 };
372 #endif
373 
374 #ifndef SOAP_TYPE_EventDownloader__ns1__ProcessEventFile
375 #define SOAP_TYPE_EventDownloader__ns1__ProcessEventFile (28)
376 /* ns1:ProcessEventFile */
377 class SOAP_CMAC _ns1__ProcessEventFile
378 {
379 public:
380  short firmNumber; /* required element of type xsd:short */
381  LONG64 snr; /* required element of type xsd:long */
382  int lastEventId; /* required element of type xsd:int */
383  xsd__base64Binary *processedEvent; /* optional element of type xsd:base64Binary */
384  struct soap *soap; /* transient */
385 public:
386  virtual int soap_type() const { return 28; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ProcessEventFile */
387  virtual void soap_default(struct soap*);
388  virtual void soap_serialize(struct soap*) const;
389  virtual int soap_put(struct soap*, const char*, const char*) const;
390  virtual int soap_out(struct soap*, const char*, int, const char*) const;
391  virtual void *soap_get(struct soap*, const char*, const char*);
392  virtual void *soap_in(struct soap*, const char*, const char*);
393  _ns1__ProcessEventFile() : firmNumber(0), snr(0), lastEventId(0), processedEvent(NULL), soap(NULL) { }
395 };
396 #endif
397 
398 #ifndef SOAP_TYPE_EventDownloader__ns1__ProcessEventFileResponse
399 #define SOAP_TYPE_EventDownloader__ns1__ProcessEventFileResponse (29)
400 /* ns1:ProcessEventFileResponse */
401 class SOAP_CMAC _ns1__ProcessEventFileResponse
402 {
403 public:
404  int ProcessEventFileResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
405  std::string *eventFileName; /* optional element of type xsd:string */
406  xsd__base64Binary *eventFile; /* optional element of type xsd:base64Binary */
407  unsigned int countWrited; /* required element of type xsd:unsignedInt */
408  struct soap *soap; /* transient */
409 public:
410  virtual int soap_type() const { return 29; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ProcessEventFileResponse */
411  virtual void soap_default(struct soap*);
412  virtual void soap_serialize(struct soap*) const;
413  virtual int soap_put(struct soap*, const char*, const char*) const;
414  virtual int soap_out(struct soap*, const char*, int, const char*) const;
415  virtual void *soap_get(struct soap*, const char*, const char*);
416  virtual void *soap_in(struct soap*, const char*, const char*);
417  _ns1__ProcessEventFileResponse() : ProcessEventFileResult(0), eventFileName(NULL), eventFile(NULL), countWrited(0), soap(NULL) { }
419 };
420 #endif
421 
422 #ifndef SOAP_TYPE_EventDownloader__ns1__ProcessEventFile2
423 #define SOAP_TYPE_EventDownloader__ns1__ProcessEventFile2 (30)
424 /* ns1:ProcessEventFile2 */
425 class SOAP_CMAC _ns1__ProcessEventFile2
426 {
427 public:
428  short firmNumber; /* required element of type xsd:short */
429  LONG64 snr; /* required element of type xsd:long */
430  int lastEventId; /* required element of type xsd:int */
431  xsd__base64Binary *processedEvent; /* optional element of type xsd:base64Binary */
432  struct soap *soap; /* transient */
433 public:
434  virtual int soap_type() const { return 30; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ProcessEventFile2 */
435  virtual void soap_default(struct soap*);
436  virtual void soap_serialize(struct soap*) const;
437  virtual int soap_put(struct soap*, const char*, const char*) const;
438  virtual int soap_out(struct soap*, const char*, int, const char*) const;
439  virtual void *soap_get(struct soap*, const char*, const char*);
440  virtual void *soap_in(struct soap*, const char*, const char*);
441  _ns1__ProcessEventFile2() : firmNumber(0), snr(0), lastEventId(0), processedEvent(NULL), soap(NULL) { }
443 };
444 #endif
445 
446 #ifndef SOAP_TYPE_EventDownloader__ns1__ProcessEventFile2Response
447 #define SOAP_TYPE_EventDownloader__ns1__ProcessEventFile2Response (31)
448 /* ns1:ProcessEventFile2Response */
449 class SOAP_CMAC _ns1__ProcessEventFile2Response
450 {
451 public:
452  int ProcessEventFile2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
453  std::string *eventFileName; /* optional element of type xsd:string */
454  xsd__base64Binary *eventFile; /* optional element of type xsd:base64Binary */
455  unsigned int countWrited; /* required element of type xsd:unsignedInt */
456  struct soap *soap; /* transient */
457 public:
458  virtual int soap_type() const { return 31; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ProcessEventFile2Response */
459  virtual void soap_default(struct soap*);
460  virtual void soap_serialize(struct soap*) const;
461  virtual int soap_put(struct soap*, const char*, const char*) const;
462  virtual int soap_out(struct soap*, const char*, int, const char*) const;
463  virtual void *soap_get(struct soap*, const char*, const char*);
464  virtual void *soap_in(struct soap*, const char*, const char*);
465  _ns1__ProcessEventFile2Response() : ProcessEventFile2Result(0), eventFileName(NULL), eventFile(NULL), countWrited(0), soap(NULL) { }
467 };
468 #endif
469 
470 #ifndef SOAP_TYPE_EventDownloader__ns1__CheckStatus
471 #define SOAP_TYPE_EventDownloader__ns1__CheckStatus (32)
472 /* ns1:CheckStatus */
473 class SOAP_CMAC _ns1__CheckStatus
474 {
475 public:
476  struct soap *soap; /* transient */
477 public:
478  virtual int soap_type() const { return 32; } /* = unique id SOAP_TYPE_EventDownloader__ns1__CheckStatus */
479  virtual void soap_default(struct soap*);
480  virtual void soap_serialize(struct soap*) const;
481  virtual int soap_put(struct soap*, const char*, const char*) const;
482  virtual int soap_out(struct soap*, const char*, int, const char*) const;
483  virtual void *soap_get(struct soap*, const char*, const char*);
484  virtual void *soap_in(struct soap*, const char*, const char*);
485  _ns1__CheckStatus() : soap(NULL) { }
486  virtual ~_ns1__CheckStatus() { }
487 };
488 #endif
489 
490 #ifndef SOAP_TYPE_EventDownloader__ns1__CheckStatusResponse
491 #define SOAP_TYPE_EventDownloader__ns1__CheckStatusResponse (33)
492 /* ns1:CheckStatusResponse */
493 class SOAP_CMAC _ns1__CheckStatusResponse
494 {
495 public:
496  int CheckStatusResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
497  std::string *xmlResult; /* optional element of type xsd:string */
498  struct soap *soap; /* transient */
499 public:
500  virtual int soap_type() const { return 33; } /* = unique id SOAP_TYPE_EventDownloader__ns1__CheckStatusResponse */
501  virtual void soap_default(struct soap*);
502  virtual void soap_serialize(struct soap*) const;
503  virtual int soap_put(struct soap*, const char*, const char*) const;
504  virtual int soap_out(struct soap*, const char*, int, const char*) const;
505  virtual void *soap_get(struct soap*, const char*, const char*);
506  virtual void *soap_in(struct soap*, const char*, const char*);
507  _ns1__CheckStatusResponse() : CheckStatusResult(0), xmlResult(NULL), soap(NULL) { }
509 };
510 #endif
511 
512 #ifndef SOAP_TYPE_EventDownloader__ns1__TEST
513 #define SOAP_TYPE_EventDownloader__ns1__TEST (34)
514 /* ns1:TEST */
515 class SOAP_CMAC _ns1__TEST
516 {
517 public:
518  short firmNumber; /* required element of type xsd:short */
519  bool testMode; /* required element of type xsd:boolean */
520  struct soap *soap; /* transient */
521 public:
522  virtual int soap_type() const { return 34; } /* = unique id SOAP_TYPE_EventDownloader__ns1__TEST */
523  virtual void soap_default(struct soap*);
524  virtual void soap_serialize(struct soap*) const;
525  virtual int soap_put(struct soap*, const char*, const char*) const;
526  virtual int soap_out(struct soap*, const char*, int, const char*) const;
527  virtual void *soap_get(struct soap*, const char*, const char*);
528  virtual void *soap_in(struct soap*, const char*, const char*);
529  _ns1__TEST() : firmNumber(0), testMode((bool)0), soap(NULL) { }
530  virtual ~_ns1__TEST() { }
531 };
532 #endif
533 
534 #ifndef SOAP_TYPE_EventDownloader__ns1__TESTResponse
535 #define SOAP_TYPE_EventDownloader__ns1__TESTResponse (35)
536 /* ns1:TESTResponse */
537 class SOAP_CMAC _ns1__TESTResponse
538 {
539 public:
540  std::string *TESTResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */
541  struct soap *soap; /* transient */
542 public:
543  virtual int soap_type() const { return 35; } /* = unique id SOAP_TYPE_EventDownloader__ns1__TESTResponse */
544  virtual void soap_default(struct soap*);
545  virtual void soap_serialize(struct soap*) const;
546  virtual int soap_put(struct soap*, const char*, const char*) const;
547  virtual int soap_out(struct soap*, const char*, int, const char*) const;
548  virtual void *soap_get(struct soap*, const char*, const char*);
549  virtual void *soap_in(struct soap*, const char*, const char*);
550  _ns1__TESTResponse() : TESTResult(NULL), soap(NULL) { }
551  virtual ~_ns1__TESTResponse() { }
552 };
553 #endif
554 
555 #ifndef SOAP_TYPE_EventDownloader__ns1__SendReaderStatus
556 #define SOAP_TYPE_EventDownloader__ns1__SendReaderStatus (36)
557 /* ns1:SendReaderStatus */
558 class SOAP_CMAC _ns1__SendReaderStatus
559 {
560 public:
561  LONG64 obuSNR; /* required element of type xsd:long */
562  unsigned char citackaPoradie; /* required element of type xsd:unsignedByte */
563  int status; /* required element of type xsd:int */
564  struct soap *soap; /* transient */
565 public:
566  virtual int soap_type() const { return 36; } /* = unique id SOAP_TYPE_EventDownloader__ns1__SendReaderStatus */
567  virtual void soap_default(struct soap*);
568  virtual void soap_serialize(struct soap*) const;
569  virtual int soap_put(struct soap*, const char*, const char*) const;
570  virtual int soap_out(struct soap*, const char*, int, const char*) const;
571  virtual void *soap_get(struct soap*, const char*, const char*);
572  virtual void *soap_in(struct soap*, const char*, const char*);
573  _ns1__SendReaderStatus() : obuSNR(0), citackaPoradie(0), status(0), soap(NULL) { }
575 };
576 #endif
577 
578 #ifndef SOAP_TYPE_EventDownloader__ns1__SendReaderStatusResponse
579 #define SOAP_TYPE_EventDownloader__ns1__SendReaderStatusResponse (37)
580 /* ns1:SendReaderStatusResponse */
581 class SOAP_CMAC _ns1__SendReaderStatusResponse
582 {
583 public:
584  int SendReaderStatusResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
585  struct soap *soap; /* transient */
586 public:
587  virtual int soap_type() const { return 37; } /* = unique id SOAP_TYPE_EventDownloader__ns1__SendReaderStatusResponse */
588  virtual void soap_default(struct soap*);
589  virtual void soap_serialize(struct soap*) const;
590  virtual int soap_put(struct soap*, const char*, const char*) const;
591  virtual int soap_out(struct soap*, const char*, int, const char*) const;
592  virtual void *soap_get(struct soap*, const char*, const char*);
593  virtual void *soap_in(struct soap*, const char*, const char*);
594  _ns1__SendReaderStatusResponse() : SendReaderStatusResult(0), soap(NULL) { }
596 };
597 #endif
598 
599 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegister_newCardsFromWinado
600 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegister_newCardsFromWinado (74)
601 /* ns1:ImportCardRegister-newCardsFromWinado */
602 class SOAP_CMAC _ns1__ImportCardRegister_newCardsFromWinado
603 {
604 public:
605  char *xsd__schema; /* required element of type xsd:schema */
606  char *__any;
607 public:
608  virtual int soap_type() const { return 74; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegister_newCardsFromWinado */
609  virtual void soap_default(struct soap*);
610  virtual void soap_serialize(struct soap*) const;
611  virtual int soap_put(struct soap*, const char*, const char*) const;
612  virtual int soap_out(struct soap*, const char*, int, const char*) const;
613  virtual void *soap_get(struct soap*, const char*, const char*);
614  virtual void *soap_in(struct soap*, const char*, const char*);
615  _ns1__ImportCardRegister_newCardsFromWinado() : xsd__schema(NULL), __any(NULL) { }
617 };
618 #endif
619 
620 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegister
621 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegister (38)
622 /* ns1:ImportCardRegister */
623 class SOAP_CMAC _ns1__ImportCardRegister
624 {
625 public:
626  _ns1__ImportCardRegister_newCardsFromWinado *newCardsFromWinado; /* optional element of type ns1:ImportCardRegister-newCardsFromWinado */
627  struct soap *soap; /* transient */
628 public:
629  virtual int soap_type() const { return 38; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegister */
630  virtual void soap_default(struct soap*);
631  virtual void soap_serialize(struct soap*) const;
632  virtual int soap_put(struct soap*, const char*, const char*) const;
633  virtual int soap_out(struct soap*, const char*, int, const char*) const;
634  virtual void *soap_get(struct soap*, const char*, const char*);
635  virtual void *soap_in(struct soap*, const char*, const char*);
636  _ns1__ImportCardRegister() : newCardsFromWinado(NULL), soap(NULL) { }
638 };
639 #endif
640 
641 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterResponse
642 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterResponse (39)
643 /* ns1:ImportCardRegisterResponse */
644 class SOAP_CMAC _ns1__ImportCardRegisterResponse
645 {
646 public:
647  int ImportCardRegisterResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
648  time_t lastCardEvidence; /* required element of type xsd:dateTime */
649  struct soap *soap; /* transient */
650 public:
651  virtual int soap_type() const { return 39; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterResponse */
652  virtual void soap_default(struct soap*);
653  virtual void soap_serialize(struct soap*) const;
654  virtual int soap_put(struct soap*, const char*, const char*) const;
655  virtual int soap_out(struct soap*, const char*, int, const char*) const;
656  virtual void *soap_get(struct soap*, const char*, const char*);
657  virtual void *soap_in(struct soap*, const char*, const char*);
658  _ns1__ImportCardRegisterResponse() : ImportCardRegisterResult(0), lastCardEvidence(0), soap(NULL) { }
660 };
661 #endif
662 
663 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateOnlineTicketExport
664 #define SOAP_TYPE_EventDownloader__ns1__GenerateOnlineTicketExport (40)
665 /* ns1:GenerateOnlineTicketExport */
666 class SOAP_CMAC _ns1__GenerateOnlineTicketExport
667 {
668 public:
669  short firmNumber; /* required element of type xsd:short */
670  int eventId; /* required element of type xsd:int */
671  struct soap *soap; /* transient */
672 public:
673  virtual int soap_type() const { return 40; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateOnlineTicketExport */
674  virtual void soap_default(struct soap*);
675  virtual void soap_serialize(struct soap*) const;
676  virtual int soap_put(struct soap*, const char*, const char*) const;
677  virtual int soap_out(struct soap*, const char*, int, const char*) const;
678  virtual void *soap_get(struct soap*, const char*, const char*);
679  virtual void *soap_in(struct soap*, const char*, const char*);
680  _ns1__GenerateOnlineTicketExport() : firmNumber(0), eventId(0), soap(NULL) { }
682 };
683 #endif
684 
685 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateOnlineTicketExportResponse
686 #define SOAP_TYPE_EventDownloader__ns1__GenerateOnlineTicketExportResponse (41)
687 /* ns1:GenerateOnlineTicketExportResponse */
688 class SOAP_CMAC _ns1__GenerateOnlineTicketExportResponse
689 {
690 public:
691  int GenerateOnlineTicketExportResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
692  std::string *fileName; /* optional element of type xsd:string */
693  xsd__base64Binary *exportedFile; /* optional element of type xsd:base64Binary */
694  struct soap *soap; /* transient */
695 public:
696  virtual int soap_type() const { return 41; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateOnlineTicketExportResponse */
697  virtual void soap_default(struct soap*);
698  virtual void soap_serialize(struct soap*) const;
699  virtual int soap_put(struct soap*, const char*, const char*) const;
700  virtual int soap_out(struct soap*, const char*, int, const char*) const;
701  virtual void *soap_get(struct soap*, const char*, const char*);
702  virtual void *soap_in(struct soap*, const char*, const char*);
703  _ns1__GenerateOnlineTicketExportResponse() : GenerateOnlineTicketExportResult(0), fileName(NULL), exportedFile(NULL), soap(NULL) { }
705 };
706 #endif
707 
708 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardBlocking_newBlockingFromWinado
709 #define SOAP_TYPE_EventDownloader__ns1__ImportCardBlocking_newBlockingFromWinado (77)
710 /* ns1:ImportCardBlocking-newBlockingFromWinado */
711 class SOAP_CMAC _ns1__ImportCardBlocking_newBlockingFromWinado
712 {
713 public:
714  char *xsd__schema; /* required element of type xsd:schema */
715  char *__any;
716 public:
717  virtual int soap_type() const { return 77; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardBlocking_newBlockingFromWinado */
718  virtual void soap_default(struct soap*);
719  virtual void soap_serialize(struct soap*) const;
720  virtual int soap_put(struct soap*, const char*, const char*) const;
721  virtual int soap_out(struct soap*, const char*, int, const char*) const;
722  virtual void *soap_get(struct soap*, const char*, const char*);
723  virtual void *soap_in(struct soap*, const char*, const char*);
724  _ns1__ImportCardBlocking_newBlockingFromWinado() : xsd__schema(NULL), __any(NULL) { }
726 };
727 #endif
728 
729 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardBlocking
730 #define SOAP_TYPE_EventDownloader__ns1__ImportCardBlocking (42)
731 /* ns1:ImportCardBlocking */
732 class SOAP_CMAC _ns1__ImportCardBlocking
733 {
734 public:
735  _ns1__ImportCardBlocking_newBlockingFromWinado *newBlockingFromWinado; /* optional element of type ns1:ImportCardBlocking-newBlockingFromWinado */
736  struct soap *soap; /* transient */
737 public:
738  virtual int soap_type() const { return 42; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardBlocking */
739  virtual void soap_default(struct soap*);
740  virtual void soap_serialize(struct soap*) const;
741  virtual int soap_put(struct soap*, const char*, const char*) const;
742  virtual int soap_out(struct soap*, const char*, int, const char*) const;
743  virtual void *soap_get(struct soap*, const char*, const char*);
744  virtual void *soap_in(struct soap*, const char*, const char*);
745  _ns1__ImportCardBlocking() : newBlockingFromWinado(NULL), soap(NULL) { }
747 };
748 #endif
749 
750 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardBlockingResponse
751 #define SOAP_TYPE_EventDownloader__ns1__ImportCardBlockingResponse (43)
752 /* ns1:ImportCardBlockingResponse */
753 class SOAP_CMAC _ns1__ImportCardBlockingResponse
754 {
755 public:
756  int ImportCardBlockingResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
757  time_t lastCardEvidence; /* required element of type xsd:dateTime */
758  struct soap *soap; /* transient */
759 public:
760  virtual int soap_type() const { return 43; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardBlockingResponse */
761  virtual void soap_default(struct soap*);
762  virtual void soap_serialize(struct soap*) const;
763  virtual int soap_put(struct soap*, const char*, const char*) const;
764  virtual int soap_out(struct soap*, const char*, int, const char*) const;
765  virtual void *soap_get(struct soap*, const char*, const char*);
766  virtual void *soap_in(struct soap*, const char*, const char*);
767  _ns1__ImportCardBlockingResponse() : ImportCardBlockingResult(0), lastCardEvidence(0), soap(NULL) { }
769 };
770 #endif
771 
772 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate_cardsDataFromWinado
773 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate_cardsDataFromWinado (79)
774 /* ns1:ImportCardRegisterUpdate-cardsDataFromWinado */
775 class SOAP_CMAC _ns1__ImportCardRegisterUpdate_cardsDataFromWinado
776 {
777 public:
778  char *xsd__schema; /* required element of type xsd:schema */
779  char *__any;
780 public:
781  virtual int soap_type() const { return 79; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate_cardsDataFromWinado */
782  virtual void soap_default(struct soap*);
783  virtual void soap_serialize(struct soap*) const;
784  virtual int soap_put(struct soap*, const char*, const char*) const;
785  virtual int soap_out(struct soap*, const char*, int, const char*) const;
786  virtual void *soap_get(struct soap*, const char*, const char*);
787  virtual void *soap_in(struct soap*, const char*, const char*);
788  _ns1__ImportCardRegisterUpdate_cardsDataFromWinado() : xsd__schema(NULL), __any(NULL) { }
790 };
791 #endif
792 
793 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate
794 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate (44)
795 /* ns1:ImportCardRegisterUpdate */
796 class SOAP_CMAC _ns1__ImportCardRegisterUpdate
797 {
798 public:
799  _ns1__ImportCardRegisterUpdate_cardsDataFromWinado *cardsDataFromWinado; /* optional element of type ns1:ImportCardRegisterUpdate-cardsDataFromWinado */
800  struct soap *soap; /* transient */
801 public:
802  virtual int soap_type() const { return 44; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate */
803  virtual void soap_default(struct soap*);
804  virtual void soap_serialize(struct soap*) const;
805  virtual int soap_put(struct soap*, const char*, const char*) const;
806  virtual int soap_out(struct soap*, const char*, int, const char*) const;
807  virtual void *soap_get(struct soap*, const char*, const char*);
808  virtual void *soap_in(struct soap*, const char*, const char*);
809  _ns1__ImportCardRegisterUpdate() : cardsDataFromWinado(NULL), soap(NULL) { }
811 };
812 #endif
813 
814 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdateResponse
815 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdateResponse (45)
816 /* ns1:ImportCardRegisterUpdateResponse */
817 class SOAP_CMAC _ns1__ImportCardRegisterUpdateResponse
818 {
819 public:
820  int ImportCardRegisterUpdateResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
821  time_t lastCardEvidence; /* required element of type xsd:dateTime */
822  LONG64 lastSNR; /* required element of type xsd:long */
823  struct soap *soap; /* transient */
824 public:
825  virtual int soap_type() const { return 45; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdateResponse */
826  virtual void soap_default(struct soap*);
827  virtual void soap_serialize(struct soap*) const;
828  virtual int soap_put(struct soap*, const char*, const char*) const;
829  virtual int soap_out(struct soap*, const char*, int, const char*) const;
830  virtual void *soap_get(struct soap*, const char*, const char*);
831  virtual void *soap_in(struct soap*, const char*, const char*);
832  _ns1__ImportCardRegisterUpdateResponse() : ImportCardRegisterUpdateResult(0), lastCardEvidence(0), lastSNR(0), soap(NULL) { }
834 };
835 #endif
836 
837 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2_cardsDataFromWinado
838 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2_cardsDataFromWinado (81)
839 /* ns1:ImportCardRegisterUpdate2-cardsDataFromWinado */
840 class SOAP_CMAC _ns1__ImportCardRegisterUpdate2_cardsDataFromWinado
841 {
842 public:
843  char *xsd__schema; /* required element of type xsd:schema */
844  char *__any;
845 public:
846  virtual int soap_type() const { return 81; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2_cardsDataFromWinado */
847  virtual void soap_default(struct soap*);
848  virtual void soap_serialize(struct soap*) const;
849  virtual int soap_put(struct soap*, const char*, const char*) const;
850  virtual int soap_out(struct soap*, const char*, int, const char*) const;
851  virtual void *soap_get(struct soap*, const char*, const char*);
852  virtual void *soap_in(struct soap*, const char*, const char*);
853  _ns1__ImportCardRegisterUpdate2_cardsDataFromWinado() : xsd__schema(NULL), __any(NULL) { }
855 };
856 #endif
857 
858 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2
859 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2 (46)
860 /* ns1:ImportCardRegisterUpdate2 */
861 class SOAP_CMAC _ns1__ImportCardRegisterUpdate2
862 {
863 public:
864  short firmNumber; /* required element of type xsd:short */
865  _ns1__ImportCardRegisterUpdate2_cardsDataFromWinado *cardsDataFromWinado; /* optional element of type ns1:ImportCardRegisterUpdate2-cardsDataFromWinado */
866  struct soap *soap; /* transient */
867 public:
868  virtual int soap_type() const { return 46; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2 */
869  virtual void soap_default(struct soap*);
870  virtual void soap_serialize(struct soap*) const;
871  virtual int soap_put(struct soap*, const char*, const char*) const;
872  virtual int soap_out(struct soap*, const char*, int, const char*) const;
873  virtual void *soap_get(struct soap*, const char*, const char*);
874  virtual void *soap_in(struct soap*, const char*, const char*);
875  _ns1__ImportCardRegisterUpdate2() : firmNumber(0), cardsDataFromWinado(NULL), soap(NULL) { }
877 };
878 #endif
879 
880 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2Response
881 #define SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2Response (47)
882 /* ns1:ImportCardRegisterUpdate2Response */
883 class SOAP_CMAC _ns1__ImportCardRegisterUpdate2Response
884 {
885 public:
886  int ImportCardRegisterUpdate2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
887  time_t lastCardEvidence; /* required element of type xsd:dateTime */
888  LONG64 lastSNR; /* required element of type xsd:long */
889  struct soap *soap; /* transient */
890 public:
891  virtual int soap_type() const { return 47; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportCardRegisterUpdate2Response */
892  virtual void soap_default(struct soap*);
893  virtual void soap_serialize(struct soap*) const;
894  virtual int soap_put(struct soap*, const char*, const char*) const;
895  virtual int soap_out(struct soap*, const char*, int, const char*) const;
896  virtual void *soap_get(struct soap*, const char*, const char*);
897  virtual void *soap_in(struct soap*, const char*, const char*);
898  _ns1__ImportCardRegisterUpdate2Response() : ImportCardRegisterUpdate2Result(0), lastCardEvidence(0), lastSNR(0), soap(NULL) { }
900 };
901 #endif
902 
903 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateAllowedProvidersFile
904 #define SOAP_TYPE_EventDownloader__ns1__GenerateAllowedProvidersFile (48)
905 /* ns1:GenerateAllowedProvidersFile */
906 class SOAP_CMAC _ns1__GenerateAllowedProvidersFile
907 {
908 public:
909  short firmNumber; /* required element of type xsd:short */
910  struct soap *soap; /* transient */
911 public:
912  virtual int soap_type() const { return 48; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateAllowedProvidersFile */
913  virtual void soap_default(struct soap*);
914  virtual void soap_serialize(struct soap*) const;
915  virtual int soap_put(struct soap*, const char*, const char*) const;
916  virtual int soap_out(struct soap*, const char*, int, const char*) const;
917  virtual void *soap_get(struct soap*, const char*, const char*);
918  virtual void *soap_in(struct soap*, const char*, const char*);
919  _ns1__GenerateAllowedProvidersFile() : firmNumber(0), soap(NULL) { }
921 };
922 #endif
923 
924 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateAllowedProvidersFileResponse
925 #define SOAP_TYPE_EventDownloader__ns1__GenerateAllowedProvidersFileResponse (49)
926 /* ns1:GenerateAllowedProvidersFileResponse */
927 class SOAP_CMAC _ns1__GenerateAllowedProvidersFileResponse
928 {
929 public:
930  int GenerateAllowedProvidersFileResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
931  std::string *fileName; /* optional element of type xsd:string */
932  xsd__base64Binary *fileByteArray; /* optional element of type xsd:base64Binary */
933  struct soap *soap; /* transient */
934 public:
935  virtual int soap_type() const { return 49; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateAllowedProvidersFileResponse */
936  virtual void soap_default(struct soap*);
937  virtual void soap_serialize(struct soap*) const;
938  virtual int soap_put(struct soap*, const char*, const char*) const;
939  virtual int soap_out(struct soap*, const char*, int, const char*) const;
940  virtual void *soap_get(struct soap*, const char*, const char*);
941  virtual void *soap_in(struct soap*, const char*, const char*);
942  _ns1__GenerateAllowedProvidersFileResponse() : GenerateAllowedProvidersFileResult(0), fileName(NULL), fileByteArray(NULL), soap(NULL) { }
944 };
945 #endif
946 
947 #ifndef SOAP_TYPE_EventDownloader__ns1__ExportCardBlocking
948 #define SOAP_TYPE_EventDownloader__ns1__ExportCardBlocking (50)
949 /* ns1:ExportCardBlocking */
950 class SOAP_CMAC _ns1__ExportCardBlocking
951 {
952 public:
953  short firmNumber; /* required element of type xsd:short */
954  struct soap *soap; /* transient */
955 public:
956  virtual int soap_type() const { return 50; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ExportCardBlocking */
957  virtual void soap_default(struct soap*);
958  virtual void soap_serialize(struct soap*) const;
959  virtual int soap_put(struct soap*, const char*, const char*) const;
960  virtual int soap_out(struct soap*, const char*, int, const char*) const;
961  virtual void *soap_get(struct soap*, const char*, const char*);
962  virtual void *soap_in(struct soap*, const char*, const char*);
963  _ns1__ExportCardBlocking() : firmNumber(0), soap(NULL) { }
965 };
966 #endif
967 
968 #ifndef SOAP_TYPE_EventDownloader__ns1__ExportCardBlockingResponse_blockedCards
969 #define SOAP_TYPE_EventDownloader__ns1__ExportCardBlockingResponse_blockedCards (83)
970 /* ns1:ExportCardBlockingResponse-blockedCards */
971 class SOAP_CMAC _ns1__ExportCardBlockingResponse_blockedCards
972 {
973 public:
974  char *xsd__schema; /* required element of type xsd:schema */
975  char *__any;
976 public:
977  virtual int soap_type() const { return 83; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ExportCardBlockingResponse_blockedCards */
978  virtual void soap_default(struct soap*);
979  virtual void soap_serialize(struct soap*) const;
980  virtual int soap_put(struct soap*, const char*, const char*) const;
981  virtual int soap_out(struct soap*, const char*, int, const char*) const;
982  virtual void *soap_get(struct soap*, const char*, const char*);
983  virtual void *soap_in(struct soap*, const char*, const char*);
984  _ns1__ExportCardBlockingResponse_blockedCards() : xsd__schema(NULL), __any(NULL) { }
986 };
987 #endif
988 
989 #ifndef SOAP_TYPE_EventDownloader__ns1__ExportCardBlockingResponse
990 #define SOAP_TYPE_EventDownloader__ns1__ExportCardBlockingResponse (51)
991 /* ns1:ExportCardBlockingResponse */
992 class SOAP_CMAC _ns1__ExportCardBlockingResponse
993 {
994 public:
995  int ExportCardBlockingResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
996  _ns1__ExportCardBlockingResponse_blockedCards *blockedCards; /* optional element of type ns1:ExportCardBlockingResponse-blockedCards */
997  struct soap *soap; /* transient */
998 public:
999  virtual int soap_type() const { return 51; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ExportCardBlockingResponse */
1000  virtual void soap_default(struct soap*);
1001  virtual void soap_serialize(struct soap*) const;
1002  virtual int soap_put(struct soap*, const char*, const char*) const;
1003  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1004  virtual void *soap_get(struct soap*, const char*, const char*);
1005  virtual void *soap_in(struct soap*, const char*, const char*);
1006  _ns1__ExportCardBlockingResponse() : ExportCardBlockingResult(0), blockedCards(NULL), soap(NULL) { }
1008 };
1009 #endif
1010 
1011 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportVCardActivation_cardsDataFromWinado
1012 #define SOAP_TYPE_EventDownloader__ns1__ImportVCardActivation_cardsDataFromWinado (85)
1013 /* ns1:ImportVCardActivation-cardsDataFromWinado */
1014 class SOAP_CMAC _ns1__ImportVCardActivation_cardsDataFromWinado
1015 {
1016 public:
1017  char *xsd__schema; /* required element of type xsd:schema */
1018  char *__any;
1019 public:
1020  virtual int soap_type() const { return 85; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportVCardActivation_cardsDataFromWinado */
1021  virtual void soap_default(struct soap*);
1022  virtual void soap_serialize(struct soap*) const;
1023  virtual int soap_put(struct soap*, const char*, const char*) const;
1024  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1025  virtual void *soap_get(struct soap*, const char*, const char*);
1026  virtual void *soap_in(struct soap*, const char*, const char*);
1027  _ns1__ImportVCardActivation_cardsDataFromWinado() : xsd__schema(NULL), __any(NULL) { }
1029 };
1030 #endif
1031 
1032 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportVCardActivation
1033 #define SOAP_TYPE_EventDownloader__ns1__ImportVCardActivation (52)
1034 /* ns1:ImportVCardActivation */
1035 class SOAP_CMAC _ns1__ImportVCardActivation
1036 {
1037 public:
1038  short firmNumber; /* required element of type xsd:short */
1039  _ns1__ImportVCardActivation_cardsDataFromWinado *cardsDataFromWinado; /* optional element of type ns1:ImportVCardActivation-cardsDataFromWinado */
1040  struct soap *soap; /* transient */
1041 public:
1042  virtual int soap_type() const { return 52; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportVCardActivation */
1043  virtual void soap_default(struct soap*);
1044  virtual void soap_serialize(struct soap*) const;
1045  virtual int soap_put(struct soap*, const char*, const char*) const;
1046  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1047  virtual void *soap_get(struct soap*, const char*, const char*);
1048  virtual void *soap_in(struct soap*, const char*, const char*);
1049  _ns1__ImportVCardActivation() : firmNumber(0), cardsDataFromWinado(NULL), soap(NULL) { }
1051 };
1052 #endif
1053 
1054 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportVCardActivationResponse
1055 #define SOAP_TYPE_EventDownloader__ns1__ImportVCardActivationResponse (53)
1056 /* ns1:ImportVCardActivationResponse */
1057 class SOAP_CMAC _ns1__ImportVCardActivationResponse
1058 {
1059 public:
1060  int ImportVCardActivationResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1061  time_t lastCardEvidence; /* required element of type xsd:dateTime */
1062  struct soap *soap; /* transient */
1063 public:
1064  virtual int soap_type() const { return 53; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportVCardActivationResponse */
1065  virtual void soap_default(struct soap*);
1066  virtual void soap_serialize(struct soap*) const;
1067  virtual int soap_put(struct soap*, const char*, const char*) const;
1068  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1069  virtual void *soap_get(struct soap*, const char*, const char*);
1070  virtual void *soap_in(struct soap*, const char*, const char*);
1071  _ns1__ImportVCardActivationResponse() : ImportVCardActivationResult(0), lastCardEvidence(0), soap(NULL) { }
1073 };
1074 #endif
1075 
1076 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportApplicationSettings
1077 #define SOAP_TYPE_EventDownloader__ns1__ImportApplicationSettings (54)
1078 /* ns1:ImportApplicationSettings */
1079 class SOAP_CMAC _ns1__ImportApplicationSettings
1080 {
1081 public:
1082  short applicationID; /* required element of type xsd:short */
1083  short firmNumber; /* required element of type xsd:short */
1084  ns1__ArrayOfNameValue *settings; /* optional element of type ns1:ArrayOfNameValue */
1085  struct soap *soap; /* transient */
1086 public:
1087  virtual int soap_type() const { return 54; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportApplicationSettings */
1088  virtual void soap_default(struct soap*);
1089  virtual void soap_serialize(struct soap*) const;
1090  virtual int soap_put(struct soap*, const char*, const char*) const;
1091  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1092  virtual void *soap_get(struct soap*, const char*, const char*);
1093  virtual void *soap_in(struct soap*, const char*, const char*);
1094  _ns1__ImportApplicationSettings() : applicationID(0), firmNumber(0), settings(NULL), soap(NULL) { }
1096 };
1097 #endif
1098 
1099 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportApplicationSettingsResponse
1100 #define SOAP_TYPE_EventDownloader__ns1__ImportApplicationSettingsResponse (55)
1101 /* ns1:ImportApplicationSettingsResponse */
1102 class SOAP_CMAC _ns1__ImportApplicationSettingsResponse
1103 {
1104 public:
1105  struct soap *soap; /* transient */
1106 public:
1107  virtual int soap_type() const { return 55; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportApplicationSettingsResponse */
1108  virtual void soap_default(struct soap*);
1109  virtual void soap_serialize(struct soap*) const;
1110  virtual int soap_put(struct soap*, const char*, const char*) const;
1111  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1112  virtual void *soap_get(struct soap*, const char*, const char*);
1113  virtual void *soap_in(struct soap*, const char*, const char*);
1116 };
1117 #endif
1118 
1119 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData_personalDataFromWinado
1120 #define SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData_personalDataFromWinado (88)
1121 /* ns1:ImportMulticardPersonalData-personalDataFromWinado */
1122 class SOAP_CMAC _ns1__ImportMulticardPersonalData_personalDataFromWinado
1123 {
1124 public:
1125  char *xsd__schema; /* required element of type xsd:schema */
1126  char *__any;
1127 public:
1128  virtual int soap_type() const { return 88; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData_personalDataFromWinado */
1129  virtual void soap_default(struct soap*);
1130  virtual void soap_serialize(struct soap*) const;
1131  virtual int soap_put(struct soap*, const char*, const char*) const;
1132  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1133  virtual void *soap_get(struct soap*, const char*, const char*);
1134  virtual void *soap_in(struct soap*, const char*, const char*);
1135  _ns1__ImportMulticardPersonalData_personalDataFromWinado() : xsd__schema(NULL), __any(NULL) { }
1137 };
1138 #endif
1139 
1140 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData
1141 #define SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData (56)
1142 /* ns1:ImportMulticardPersonalData */
1143 class SOAP_CMAC _ns1__ImportMulticardPersonalData
1144 {
1145 public:
1146  short firmNumber; /* required element of type xsd:short */
1147  _ns1__ImportMulticardPersonalData_personalDataFromWinado *personalDataFromWinado; /* optional element of type ns1:ImportMulticardPersonalData-personalDataFromWinado */
1148  struct soap *soap; /* transient */
1149 public:
1150  virtual int soap_type() const { return 56; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData */
1151  virtual void soap_default(struct soap*);
1152  virtual void soap_serialize(struct soap*) const;
1153  virtual int soap_put(struct soap*, const char*, const char*) const;
1154  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1155  virtual void *soap_get(struct soap*, const char*, const char*);
1156  virtual void *soap_in(struct soap*, const char*, const char*);
1157  _ns1__ImportMulticardPersonalData() : firmNumber(0), personalDataFromWinado(NULL), soap(NULL) { }
1159 };
1160 #endif
1161 
1162 #ifndef SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalDataResponse
1163 #define SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalDataResponse (57)
1164 /* ns1:ImportMulticardPersonalDataResponse */
1165 class SOAP_CMAC _ns1__ImportMulticardPersonalDataResponse
1166 {
1167 public:
1168  int ImportMulticardPersonalDataResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1169  time_t lastChangeDate; /* required element of type xsd:dateTime */
1170  LONG64 lastUpdatedSNR; /* required element of type xsd:long */
1171  struct soap *soap; /* transient */
1172 public:
1173  virtual int soap_type() const { return 57; } /* = unique id SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalDataResponse */
1174  virtual void soap_default(struct soap*);
1175  virtual void soap_serialize(struct soap*) const;
1176  virtual int soap_put(struct soap*, const char*, const char*) const;
1177  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1178  virtual void *soap_get(struct soap*, const char*, const char*);
1179  virtual void *soap_in(struct soap*, const char*, const char*);
1180  _ns1__ImportMulticardPersonalDataResponse() : ImportMulticardPersonalDataResult(0), lastChangeDate(0), lastUpdatedSNR(0), soap(NULL) { }
1182 };
1183 #endif
1184 
1185 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport2
1186 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport2 (58)
1187 /* ns1:GenerateTicketExport2 */
1188 class SOAP_CMAC _ns1__GenerateTicketExport2
1189 {
1190 public:
1191  short firmNumber; /* required element of type xsd:short */
1192  bool testMode; /* required element of type xsd:boolean */
1193  struct soap *soap; /* transient */
1194 public:
1195  virtual int soap_type() const { return 58; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport2 */
1196  virtual void soap_default(struct soap*);
1197  virtual void soap_serialize(struct soap*) const;
1198  virtual int soap_put(struct soap*, const char*, const char*) const;
1199  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1200  virtual void *soap_get(struct soap*, const char*, const char*);
1201  virtual void *soap_in(struct soap*, const char*, const char*);
1202  _ns1__GenerateTicketExport2() : firmNumber(0), testMode((bool)0), soap(NULL) { }
1204 };
1205 #endif
1206 
1207 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport2Response
1208 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport2Response (59)
1209 /* ns1:GenerateTicketExport2Response */
1210 class SOAP_CMAC _ns1__GenerateTicketExport2Response
1211 {
1212 public:
1213  int GenerateTicketExport2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1214  std::string *fileName; /* optional element of type xsd:string */
1215  xsd__base64Binary *exportedFile; /* optional element of type xsd:base64Binary */
1216  struct soap *soap; /* transient */
1217 public:
1218  virtual int soap_type() const { return 59; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExport2Response */
1219  virtual void soap_default(struct soap*);
1220  virtual void soap_serialize(struct soap*) const;
1221  virtual int soap_put(struct soap*, const char*, const char*) const;
1222  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1223  virtual void *soap_get(struct soap*, const char*, const char*);
1224  virtual void *soap_in(struct soap*, const char*, const char*);
1225  _ns1__GenerateTicketExport2Response() : GenerateTicketExport2Result(0), fileName(NULL), exportedFile(NULL), soap(NULL) { }
1227 };
1228 #endif
1229 
1230 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber2
1231 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber2 (60)
1232 /* ns1:GenerateTicketExportByCityNumber2 */
1233 class SOAP_CMAC _ns1__GenerateTicketExportByCityNumber2
1234 {
1235 public:
1236  short serverFirmNumber; /* required element of type xsd:short */
1237  short dataFirmNumber; /* required element of type xsd:short */
1238  int dataCityNumber; /* required element of type xsd:int */
1239  bool testMode; /* required element of type xsd:boolean */
1240  struct soap *soap; /* transient */
1241 public:
1242  virtual int soap_type() const { return 60; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber2 */
1243  virtual void soap_default(struct soap*);
1244  virtual void soap_serialize(struct soap*) const;
1245  virtual int soap_put(struct soap*, const char*, const char*) const;
1246  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1247  virtual void *soap_get(struct soap*, const char*, const char*);
1248  virtual void *soap_in(struct soap*, const char*, const char*);
1249  _ns1__GenerateTicketExportByCityNumber2() : serverFirmNumber(0), dataFirmNumber(0), dataCityNumber(0), testMode((bool)0), soap(NULL) { }
1251 };
1252 #endif
1253 
1254 #ifndef SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber2Response
1255 #define SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber2Response (61)
1256 /* ns1:GenerateTicketExportByCityNumber2Response */
1257 class SOAP_CMAC _ns1__GenerateTicketExportByCityNumber2Response
1258 {
1259 public:
1260  int GenerateTicketExportByCityNumber2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1261  std::string *fileName; /* optional element of type xsd:string */
1262  xsd__base64Binary *exportedFile; /* optional element of type xsd:base64Binary */
1263  struct soap *soap; /* transient */
1264 public:
1265  virtual int soap_type() const { return 61; } /* = unique id SOAP_TYPE_EventDownloader__ns1__GenerateTicketExportByCityNumber2Response */
1266  virtual void soap_default(struct soap*);
1267  virtual void soap_serialize(struct soap*) const;
1268  virtual int soap_put(struct soap*, const char*, const char*) const;
1269  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1270  virtual void *soap_get(struct soap*, const char*, const char*);
1271  virtual void *soap_in(struct soap*, const char*, const char*);
1272  _ns1__GenerateTicketExportByCityNumber2Response() : GenerateTicketExportByCityNumber2Result(0), fileName(NULL), exportedFile(NULL), soap(NULL) { }
1274 };
1275 #endif
1276 
1277 #ifndef SOAP_TYPE_EventDownloader__ns1__CheckCard
1278 #define SOAP_TYPE_EventDownloader__ns1__CheckCard (62)
1279 /* ns1:CheckCard */
1280 class SOAP_CMAC _ns1__CheckCard
1281 {
1282 public:
1283  short firmNumber; /* required element of type xsd:short */
1284  LONG64 cardID; /* required element of type xsd:long */
1285  struct soap *soap; /* transient */
1286 public:
1287  virtual int soap_type() const { return 62; } /* = unique id SOAP_TYPE_EventDownloader__ns1__CheckCard */
1288  virtual void soap_default(struct soap*);
1289  virtual void soap_serialize(struct soap*) const;
1290  virtual int soap_put(struct soap*, const char*, const char*) const;
1291  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1292  virtual void *soap_get(struct soap*, const char*, const char*);
1293  virtual void *soap_in(struct soap*, const char*, const char*);
1294  _ns1__CheckCard() : firmNumber(0), cardID(0), soap(NULL) { }
1295  virtual ~_ns1__CheckCard() { }
1296 };
1297 #endif
1298 
1299 #ifndef SOAP_TYPE_EventDownloader__ns1__CheckCardResponse
1300 #define SOAP_TYPE_EventDownloader__ns1__CheckCardResponse (63)
1301 /* ns1:CheckCardResponse */
1302 class SOAP_CMAC _ns1__CheckCardResponse
1303 {
1304 public:
1305  int CheckCardResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1306  short blocked; /* required element of type xsd:short */
1307  struct soap *soap; /* transient */
1308 public:
1309  virtual int soap_type() const { return 63; } /* = unique id SOAP_TYPE_EventDownloader__ns1__CheckCardResponse */
1310  virtual void soap_default(struct soap*);
1311  virtual void soap_serialize(struct soap*) const;
1312  virtual int soap_put(struct soap*, const char*, const char*) const;
1313  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1314  virtual void *soap_get(struct soap*, const char*, const char*);
1315  virtual void *soap_in(struct soap*, const char*, const char*);
1316  _ns1__CheckCardResponse() : CheckCardResult(0), blocked(0), soap(NULL) { }
1318 };
1319 #endif
1320 
1321 #ifndef SOAP_TYPE_EventDownloader__ns1__SetCardBlocking
1322 #define SOAP_TYPE_EventDownloader__ns1__SetCardBlocking (64)
1323 /* ns1:SetCardBlocking */
1324 class SOAP_CMAC _ns1__SetCardBlocking
1325 {
1326 public:
1327  short firmNumber; /* required element of type xsd:short */
1328  LONG64 cardID; /* required element of type xsd:long */
1329  short blocking; /* required element of type xsd:short */
1330  struct soap *soap; /* transient */
1331 public:
1332  virtual int soap_type() const { return 64; } /* = unique id SOAP_TYPE_EventDownloader__ns1__SetCardBlocking */
1333  virtual void soap_default(struct soap*);
1334  virtual void soap_serialize(struct soap*) const;
1335  virtual int soap_put(struct soap*, const char*, const char*) const;
1336  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1337  virtual void *soap_get(struct soap*, const char*, const char*);
1338  virtual void *soap_in(struct soap*, const char*, const char*);
1339  _ns1__SetCardBlocking() : firmNumber(0), cardID(0), blocking(0), soap(NULL) { }
1341 };
1342 #endif
1343 
1344 #ifndef SOAP_TYPE_EventDownloader__ns1__SetCardBlockingResponse
1345 #define SOAP_TYPE_EventDownloader__ns1__SetCardBlockingResponse (65)
1346 /* ns1:SetCardBlockingResponse */
1347 class SOAP_CMAC _ns1__SetCardBlockingResponse
1348 {
1349 public:
1350  int SetCardBlockingResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1351  struct soap *soap; /* transient */
1352 public:
1353  virtual int soap_type() const { return 65; } /* = unique id SOAP_TYPE_EventDownloader__ns1__SetCardBlockingResponse */
1354  virtual void soap_default(struct soap*);
1355  virtual void soap_serialize(struct soap*) const;
1356  virtual int soap_put(struct soap*, const char*, const char*) const;
1357  virtual int soap_out(struct soap*, const char*, int, const char*) const;
1358  virtual void *soap_get(struct soap*, const char*, const char*);
1359  virtual void *soap_in(struct soap*, const char*, const char*);
1360  _ns1__SetCardBlockingResponse() : SetCardBlockingResult(0), soap(NULL) { }
1362 };
1363 #endif
1364 
1365 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateEventFile
1366 #define SOAP_TYPE_EventDownloader___ns2__GenerateEventFile (93)
1367 /* Operation wrapper: */
1369 {
1370 public:
1371  _ns1__GenerateEventFile *ns1__GenerateEventFile; /* optional element of type ns1:GenerateEventFile */
1372 };
1373 #endif
1374 
1375 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateIncrementalEventFile
1376 #define SOAP_TYPE_EventDownloader___ns2__GenerateIncrementalEventFile (97)
1377 /* Operation wrapper: */
1379 {
1380 public:
1381  _ns1__GenerateIncrementalEventFile *ns1__GenerateIncrementalEventFile; /* optional element of type ns1:GenerateIncrementalEventFile */
1382 };
1383 #endif
1384 
1385 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateTicketExport
1386 #define SOAP_TYPE_EventDownloader___ns2__GenerateTicketExport (101)
1387 /* Operation wrapper: */
1389 {
1390 public:
1391  _ns1__GenerateTicketExport *ns1__GenerateTicketExport; /* optional element of type ns1:GenerateTicketExport */
1392 };
1393 #endif
1394 
1395 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateTicketExportByCityNumber
1396 #define SOAP_TYPE_EventDownloader___ns2__GenerateTicketExportByCityNumber (105)
1397 /* Operation wrapper: */
1399 {
1400 public:
1401  _ns1__GenerateTicketExportByCityNumber *ns1__GenerateTicketExportByCityNumber; /* optional element of type ns1:GenerateTicketExportByCityNumber */
1402 };
1403 #endif
1404 
1405 #ifndef SOAP_TYPE_EventDownloader___ns2__WriteProcessedEvents
1406 #define SOAP_TYPE_EventDownloader___ns2__WriteProcessedEvents (109)
1407 /* Operation wrapper: */
1409 {
1410 public:
1411  _ns1__WriteProcessedEvents *ns1__WriteProcessedEvents; /* optional element of type ns1:WriteProcessedEvents */
1412 };
1413 #endif
1414 
1415 #ifndef SOAP_TYPE_EventDownloader___ns2__WriteProcessedEvents2
1416 #define SOAP_TYPE_EventDownloader___ns2__WriteProcessedEvents2 (113)
1417 /* Operation wrapper: */
1419 {
1420 public:
1421  _ns1__WriteProcessedEvents2 *ns1__WriteProcessedEvents2; /* optional element of type ns1:WriteProcessedEvents2 */
1422 };
1423 #endif
1424 
1425 #ifndef SOAP_TYPE_EventDownloader___ns2__ProcessEventFile
1426 #define SOAP_TYPE_EventDownloader___ns2__ProcessEventFile (117)
1427 /* Operation wrapper: */
1429 {
1430 public:
1431  _ns1__ProcessEventFile *ns1__ProcessEventFile; /* optional element of type ns1:ProcessEventFile */
1432 };
1433 #endif
1434 
1435 #ifndef SOAP_TYPE_EventDownloader___ns2__ProcessEventFile2
1436 #define SOAP_TYPE_EventDownloader___ns2__ProcessEventFile2 (121)
1437 /* Operation wrapper: */
1439 {
1440 public:
1441  _ns1__ProcessEventFile2 *ns1__ProcessEventFile2; /* optional element of type ns1:ProcessEventFile2 */
1442 };
1443 #endif
1444 
1445 #ifndef SOAP_TYPE_EventDownloader___ns2__CheckStatus
1446 #define SOAP_TYPE_EventDownloader___ns2__CheckStatus (125)
1447 /* Operation wrapper: */
1448 struct __ns2__CheckStatus
1449 {
1450 public:
1451  _ns1__CheckStatus *ns1__CheckStatus; /* optional element of type ns1:CheckStatus */
1452 };
1453 #endif
1454 
1455 #ifndef SOAP_TYPE_EventDownloader___ns2__TEST
1456 #define SOAP_TYPE_EventDownloader___ns2__TEST (129)
1457 /* Operation wrapper: */
1458 struct __ns2__TEST
1459 {
1460 public:
1461  _ns1__TEST *ns1__TEST; /* optional element of type ns1:TEST */
1462 };
1463 #endif
1464 
1465 #ifndef SOAP_TYPE_EventDownloader___ns2__SendReaderStatus
1466 #define SOAP_TYPE_EventDownloader___ns2__SendReaderStatus (133)
1467 /* Operation wrapper: */
1469 {
1470 public:
1471  _ns1__SendReaderStatus *ns1__SendReaderStatus; /* optional element of type ns1:SendReaderStatus */
1472 };
1473 #endif
1474 
1475 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportCardRegister
1476 #define SOAP_TYPE_EventDownloader___ns2__ImportCardRegister (137)
1477 /* Operation wrapper: */
1479 {
1480 public:
1481  _ns1__ImportCardRegister *ns1__ImportCardRegister; /* optional element of type ns1:ImportCardRegister */
1482 };
1483 #endif
1484 
1485 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateOnlineTicketExport
1486 #define SOAP_TYPE_EventDownloader___ns2__GenerateOnlineTicketExport (141)
1487 /* Operation wrapper: */
1489 {
1490 public:
1491  _ns1__GenerateOnlineTicketExport *ns1__GenerateOnlineTicketExport; /* optional element of type ns1:GenerateOnlineTicketExport */
1492 };
1493 #endif
1494 
1495 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportCardBlocking
1496 #define SOAP_TYPE_EventDownloader___ns2__ImportCardBlocking (145)
1497 /* Operation wrapper: */
1499 {
1500 public:
1501  _ns1__ImportCardBlocking *ns1__ImportCardBlocking; /* optional element of type ns1:ImportCardBlocking */
1502 };
1503 #endif
1504 
1505 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportCardRegisterUpdate
1506 #define SOAP_TYPE_EventDownloader___ns2__ImportCardRegisterUpdate (149)
1507 /* Operation wrapper: */
1509 {
1510 public:
1511  _ns1__ImportCardRegisterUpdate *ns1__ImportCardRegisterUpdate; /* optional element of type ns1:ImportCardRegisterUpdate */
1512 };
1513 #endif
1514 
1515 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportCardRegisterUpdate2
1516 #define SOAP_TYPE_EventDownloader___ns2__ImportCardRegisterUpdate2 (153)
1517 /* Operation wrapper: */
1519 {
1520 public:
1521  _ns1__ImportCardRegisterUpdate2 *ns1__ImportCardRegisterUpdate2; /* optional element of type ns1:ImportCardRegisterUpdate2 */
1522 };
1523 #endif
1524 
1525 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateAllowedProvidersFile
1526 #define SOAP_TYPE_EventDownloader___ns2__GenerateAllowedProvidersFile (157)
1527 /* Operation wrapper: */
1529 {
1530 public:
1531  _ns1__GenerateAllowedProvidersFile *ns1__GenerateAllowedProvidersFile; /* optional element of type ns1:GenerateAllowedProvidersFile */
1532 };
1533 #endif
1534 
1535 #ifndef SOAP_TYPE_EventDownloader___ns2__ExportCardBlocking
1536 #define SOAP_TYPE_EventDownloader___ns2__ExportCardBlocking (161)
1537 /* Operation wrapper: */
1539 {
1540 public:
1541  _ns1__ExportCardBlocking *ns1__ExportCardBlocking; /* optional element of type ns1:ExportCardBlocking */
1542 };
1543 #endif
1544 
1545 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportVCardActivation
1546 #define SOAP_TYPE_EventDownloader___ns2__ImportVCardActivation (165)
1547 /* Operation wrapper: */
1549 {
1550 public:
1551  _ns1__ImportVCardActivation *ns1__ImportVCardActivation; /* optional element of type ns1:ImportVCardActivation */
1552 };
1553 #endif
1554 
1555 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportApplicationSettings
1556 #define SOAP_TYPE_EventDownloader___ns2__ImportApplicationSettings (169)
1557 /* Operation wrapper: */
1559 {
1560 public:
1561  _ns1__ImportApplicationSettings *ns1__ImportApplicationSettings; /* optional element of type ns1:ImportApplicationSettings */
1562 };
1563 #endif
1564 
1565 #ifndef SOAP_TYPE_EventDownloader___ns2__ImportMulticardPersonalData
1566 #define SOAP_TYPE_EventDownloader___ns2__ImportMulticardPersonalData (173)
1567 /* Operation wrapper: */
1569 {
1570 public:
1571  _ns1__ImportMulticardPersonalData *ns1__ImportMulticardPersonalData; /* optional element of type ns1:ImportMulticardPersonalData */
1572 };
1573 #endif
1574 
1575 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateTicketExport2
1576 #define SOAP_TYPE_EventDownloader___ns2__GenerateTicketExport2 (177)
1577 /* Operation wrapper: */
1579 {
1580 public:
1581  _ns1__GenerateTicketExport2 *ns1__GenerateTicketExport2; /* optional element of type ns1:GenerateTicketExport2 */
1582 };
1583 #endif
1584 
1585 #ifndef SOAP_TYPE_EventDownloader___ns2__GenerateTicketExportByCityNumber2
1586 #define SOAP_TYPE_EventDownloader___ns2__GenerateTicketExportByCityNumber2 (181)
1587 /* Operation wrapper: */
1589 {
1590 public:
1591  _ns1__GenerateTicketExportByCityNumber2 *ns1__GenerateTicketExportByCityNumber2; /* optional element of type ns1:GenerateTicketExportByCityNumber2 */
1592 };
1593 #endif
1594 
1595 #ifndef SOAP_TYPE_EventDownloader___ns2__CheckCard
1596 #define SOAP_TYPE_EventDownloader___ns2__CheckCard (185)
1597 /* Operation wrapper: */
1598 struct __ns2__CheckCard
1599 {
1600 public:
1601  _ns1__CheckCard *ns1__CheckCard; /* optional element of type ns1:CheckCard */
1602 };
1603 #endif
1604 
1605 #ifndef SOAP_TYPE_EventDownloader___ns2__SetCardBlocking
1606 #define SOAP_TYPE_EventDownloader___ns2__SetCardBlocking (189)
1607 /* Operation wrapper: */
1609 {
1610 public:
1611  _ns1__SetCardBlocking *ns1__SetCardBlocking; /* optional element of type ns1:SetCardBlocking */
1612 };
1613 #endif
1614 
1615 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateEventFile
1616 #define SOAP_TYPE_EventDownloader___ns3__GenerateEventFile (191)
1617 /* Operation wrapper: */
1619 {
1620 public:
1621  _ns1__GenerateEventFile *ns1__GenerateEventFile; /* optional element of type ns1:GenerateEventFile */
1622 };
1623 #endif
1624 
1625 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateIncrementalEventFile
1626 #define SOAP_TYPE_EventDownloader___ns3__GenerateIncrementalEventFile (193)
1627 /* Operation wrapper: */
1629 {
1630 public:
1631  _ns1__GenerateIncrementalEventFile *ns1__GenerateIncrementalEventFile; /* optional element of type ns1:GenerateIncrementalEventFile */
1632 };
1633 #endif
1634 
1635 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateTicketExport
1636 #define SOAP_TYPE_EventDownloader___ns3__GenerateTicketExport (195)
1637 /* Operation wrapper: */
1639 {
1640 public:
1641  _ns1__GenerateTicketExport *ns1__GenerateTicketExport; /* optional element of type ns1:GenerateTicketExport */
1642 };
1643 #endif
1644 
1645 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateTicketExportByCityNumber
1646 #define SOAP_TYPE_EventDownloader___ns3__GenerateTicketExportByCityNumber (197)
1647 /* Operation wrapper: */
1649 {
1650 public:
1651  _ns1__GenerateTicketExportByCityNumber *ns1__GenerateTicketExportByCityNumber; /* optional element of type ns1:GenerateTicketExportByCityNumber */
1652 };
1653 #endif
1654 
1655 #ifndef SOAP_TYPE_EventDownloader___ns3__WriteProcessedEvents
1656 #define SOAP_TYPE_EventDownloader___ns3__WriteProcessedEvents (199)
1657 /* Operation wrapper: */
1659 {
1660 public:
1661  _ns1__WriteProcessedEvents *ns1__WriteProcessedEvents; /* optional element of type ns1:WriteProcessedEvents */
1662 };
1663 #endif
1664 
1665 #ifndef SOAP_TYPE_EventDownloader___ns3__WriteProcessedEvents2
1666 #define SOAP_TYPE_EventDownloader___ns3__WriteProcessedEvents2 (201)
1667 /* Operation wrapper: */
1669 {
1670 public:
1671  _ns1__WriteProcessedEvents2 *ns1__WriteProcessedEvents2; /* optional element of type ns1:WriteProcessedEvents2 */
1672 };
1673 #endif
1674 
1675 #ifndef SOAP_TYPE_EventDownloader___ns3__ProcessEventFile
1676 #define SOAP_TYPE_EventDownloader___ns3__ProcessEventFile (203)
1677 /* Operation wrapper: */
1679 {
1680 public:
1681  _ns1__ProcessEventFile *ns1__ProcessEventFile; /* optional element of type ns1:ProcessEventFile */
1682 };
1683 #endif
1684 
1685 #ifndef SOAP_TYPE_EventDownloader___ns3__ProcessEventFile2
1686 #define SOAP_TYPE_EventDownloader___ns3__ProcessEventFile2 (205)
1687 /* Operation wrapper: */
1689 {
1690 public:
1691  _ns1__ProcessEventFile2 *ns1__ProcessEventFile2; /* optional element of type ns1:ProcessEventFile2 */
1692 };
1693 #endif
1694 
1695 #ifndef SOAP_TYPE_EventDownloader___ns3__CheckStatus
1696 #define SOAP_TYPE_EventDownloader___ns3__CheckStatus (207)
1697 /* Operation wrapper: */
1698 struct __ns3__CheckStatus
1699 {
1700 public:
1701  _ns1__CheckStatus *ns1__CheckStatus; /* optional element of type ns1:CheckStatus */
1702 };
1703 #endif
1704 
1705 #ifndef SOAP_TYPE_EventDownloader___ns3__TEST
1706 #define SOAP_TYPE_EventDownloader___ns3__TEST (209)
1707 /* Operation wrapper: */
1708 struct __ns3__TEST
1709 {
1710 public:
1711  _ns1__TEST *ns1__TEST; /* optional element of type ns1:TEST */
1712 };
1713 #endif
1714 
1715 #ifndef SOAP_TYPE_EventDownloader___ns3__SendReaderStatus
1716 #define SOAP_TYPE_EventDownloader___ns3__SendReaderStatus (211)
1717 /* Operation wrapper: */
1719 {
1720 public:
1721  _ns1__SendReaderStatus *ns1__SendReaderStatus; /* optional element of type ns1:SendReaderStatus */
1722 };
1723 #endif
1724 
1725 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportCardRegister
1726 #define SOAP_TYPE_EventDownloader___ns3__ImportCardRegister (213)
1727 /* Operation wrapper: */
1729 {
1730 public:
1731  _ns1__ImportCardRegister *ns1__ImportCardRegister; /* optional element of type ns1:ImportCardRegister */
1732 };
1733 #endif
1734 
1735 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateOnlineTicketExport
1736 #define SOAP_TYPE_EventDownloader___ns3__GenerateOnlineTicketExport (215)
1737 /* Operation wrapper: */
1739 {
1740 public:
1741  _ns1__GenerateOnlineTicketExport *ns1__GenerateOnlineTicketExport; /* optional element of type ns1:GenerateOnlineTicketExport */
1742 };
1743 #endif
1744 
1745 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportCardBlocking
1746 #define SOAP_TYPE_EventDownloader___ns3__ImportCardBlocking (217)
1747 /* Operation wrapper: */
1749 {
1750 public:
1751  _ns1__ImportCardBlocking *ns1__ImportCardBlocking; /* optional element of type ns1:ImportCardBlocking */
1752 };
1753 #endif
1754 
1755 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportCardRegisterUpdate
1756 #define SOAP_TYPE_EventDownloader___ns3__ImportCardRegisterUpdate (219)
1757 /* Operation wrapper: */
1759 {
1760 public:
1761  _ns1__ImportCardRegisterUpdate *ns1__ImportCardRegisterUpdate; /* optional element of type ns1:ImportCardRegisterUpdate */
1762 };
1763 #endif
1764 
1765 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportCardRegisterUpdate2
1766 #define SOAP_TYPE_EventDownloader___ns3__ImportCardRegisterUpdate2 (221)
1767 /* Operation wrapper: */
1769 {
1770 public:
1771  _ns1__ImportCardRegisterUpdate2 *ns1__ImportCardRegisterUpdate2; /* optional element of type ns1:ImportCardRegisterUpdate2 */
1772 };
1773 #endif
1774 
1775 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateAllowedProvidersFile
1776 #define SOAP_TYPE_EventDownloader___ns3__GenerateAllowedProvidersFile (223)
1777 /* Operation wrapper: */
1779 {
1780 public:
1781  _ns1__GenerateAllowedProvidersFile *ns1__GenerateAllowedProvidersFile; /* optional element of type ns1:GenerateAllowedProvidersFile */
1782 };
1783 #endif
1784 
1785 #ifndef SOAP_TYPE_EventDownloader___ns3__ExportCardBlocking
1786 #define SOAP_TYPE_EventDownloader___ns3__ExportCardBlocking (225)
1787 /* Operation wrapper: */
1789 {
1790 public:
1791  _ns1__ExportCardBlocking *ns1__ExportCardBlocking; /* optional element of type ns1:ExportCardBlocking */
1792 };
1793 #endif
1794 
1795 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportVCardActivation
1796 #define SOAP_TYPE_EventDownloader___ns3__ImportVCardActivation (227)
1797 /* Operation wrapper: */
1799 {
1800 public:
1801  _ns1__ImportVCardActivation *ns1__ImportVCardActivation; /* optional element of type ns1:ImportVCardActivation */
1802 };
1803 #endif
1804 
1805 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportApplicationSettings
1806 #define SOAP_TYPE_EventDownloader___ns3__ImportApplicationSettings (229)
1807 /* Operation wrapper: */
1809 {
1810 public:
1811  _ns1__ImportApplicationSettings *ns1__ImportApplicationSettings; /* optional element of type ns1:ImportApplicationSettings */
1812 };
1813 #endif
1814 
1815 #ifndef SOAP_TYPE_EventDownloader___ns3__ImportMulticardPersonalData
1816 #define SOAP_TYPE_EventDownloader___ns3__ImportMulticardPersonalData (231)
1817 /* Operation wrapper: */
1819 {
1820 public:
1821  _ns1__ImportMulticardPersonalData *ns1__ImportMulticardPersonalData; /* optional element of type ns1:ImportMulticardPersonalData */
1822 };
1823 #endif
1824 
1825 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateTicketExport2
1826 #define SOAP_TYPE_EventDownloader___ns3__GenerateTicketExport2 (233)
1827 /* Operation wrapper: */
1829 {
1830 public:
1831  _ns1__GenerateTicketExport2 *ns1__GenerateTicketExport2; /* optional element of type ns1:GenerateTicketExport2 */
1832 };
1833 #endif
1834 
1835 #ifndef SOAP_TYPE_EventDownloader___ns3__GenerateTicketExportByCityNumber2
1836 #define SOAP_TYPE_EventDownloader___ns3__GenerateTicketExportByCityNumber2 (235)
1837 /* Operation wrapper: */
1839 {
1840 public:
1841  _ns1__GenerateTicketExportByCityNumber2 *ns1__GenerateTicketExportByCityNumber2; /* optional element of type ns1:GenerateTicketExportByCityNumber2 */
1842 };
1843 #endif
1844 
1845 #ifndef SOAP_TYPE_EventDownloader___ns3__CheckCard
1846 #define SOAP_TYPE_EventDownloader___ns3__CheckCard (237)
1847 /* Operation wrapper: */
1848 struct __ns3__CheckCard
1849 {
1850 public:
1851  _ns1__CheckCard *ns1__CheckCard; /* optional element of type ns1:CheckCard */
1852 };
1853 #endif
1854 
1855 #ifndef SOAP_TYPE_EventDownloader___ns3__SetCardBlocking
1856 #define SOAP_TYPE_EventDownloader___ns3__SetCardBlocking (239)
1857 /* Operation wrapper: */
1859 {
1860 public:
1861  _ns1__SetCardBlocking *ns1__SetCardBlocking; /* optional element of type ns1:SetCardBlocking */
1862 };
1863 #endif
1864 
1865 #ifndef SOAP_TYPE_EventDownloader_SOAP_ENV__Header
1866 #define SOAP_TYPE_EventDownloader_SOAP_ENV__Header (240)
1867 /* SOAP Header: */
1868 struct SOAP_ENV__Header
1869 {
1870 #ifdef WITH_NOEMPTYSTRUCT
1871 private:
1872  char dummy; /* dummy member to enable compilation */
1874  {
1875 
1876  }
1877 #endif
1878 };
1879 #endif
1880 
1881 #ifndef SOAP_TYPE_EventDownloader_SOAP_ENV__Code
1882 #define SOAP_TYPE_EventDownloader_SOAP_ENV__Code (241)
1883 /* SOAP Fault Code: */
1884 struct SOAP_ENV__Code
1885 {
1886 public:
1887  char *SOAP_ENV__Value; /* optional element of type xsd:QName */
1888  struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */
1889 };
1890 #endif
1891 
1892 #ifndef SOAP_TYPE_EventDownloader_SOAP_ENV__Detail
1893 #define SOAP_TYPE_EventDownloader_SOAP_ENV__Detail (243)
1894 /* SOAP-ENV:Detail */
1895 struct SOAP_ENV__Detail
1896 {
1897 public:
1898  int __type; /* any type of element <fault> (defined below) */
1899  void *fault; /* transient */
1900  char *__any;
1901 };
1902 #endif
1903 
1904 #ifndef SOAP_TYPE_EventDownloader_SOAP_ENV__Reason
1905 #define SOAP_TYPE_EventDownloader_SOAP_ENV__Reason (246)
1906 /* SOAP-ENV:Reason */
1907 struct SOAP_ENV__Reason
1908 {
1909 public:
1910  char *SOAP_ENV__Text; /* optional element of type xsd:string */
1911 };
1912 #endif
1913 
1914 #ifndef SOAP_TYPE_EventDownloader_SOAP_ENV__Fault
1915 #define SOAP_TYPE_EventDownloader_SOAP_ENV__Fault (247)
1916 /* SOAP Fault: */
1917 struct SOAP_ENV__Fault
1918 {
1919 public:
1920  char *faultcode; /* optional element of type xsd:QName */
1921  char *faultstring; /* optional element of type xsd:string */
1922  char *faultactor; /* optional element of type xsd:string */
1923  struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */
1924  struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */
1925  struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */
1926  char *SOAP_ENV__Node; /* optional element of type xsd:string */
1927  char *SOAP_ENV__Role; /* optional element of type xsd:string */
1928  struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */
1929 };
1930 #endif
1931 
1932 /******************************************************************************\
1933  * *
1934  * Types with Custom Serializers *
1935  * *
1936 \******************************************************************************/
1937 
1938 
1939 /******************************************************************************\
1940  * *
1941  * Typedefs *
1942  * *
1943 \******************************************************************************/
1944 
1945 #ifndef SOAP_TYPE_EventDownloader__XML
1946 #define SOAP_TYPE_EventDownloader__XML (4)
1947 typedef char *_XML;
1948 #endif
1949 
1950 #ifndef SOAP_TYPE_EventDownloader__QName
1951 #define SOAP_TYPE_EventDownloader__QName (5)
1952 typedef char *_QName;
1953 #endif
1954 
1955 #ifndef SOAP_TYPE_EventDownloader__xsd__schema
1956 #define SOAP_TYPE_EventDownloader__xsd__schema (13)
1957 typedef char *_xsd__schema;
1958 #endif
1959 
1960 
1961 /******************************************************************************\
1962  * *
1963  * Typedef Synonyms *
1964  * *
1965 \******************************************************************************/
1966 
1967 
1968 /******************************************************************************\
1969  * *
1970  * Externals *
1971  * *
1972 \******************************************************************************/
1973 
1974 
1975 } // namespace EventDownloader
1976 
1977 
1978 #endif
1979 
1980 /* End of EventDownloaderStub.h */
virtual ~_ns1__ImportCardRegisterUpdate2()
Definition: EventDownloaderStub.h:876
virtual int soap_type() const
Definition: EventDownloaderStub.h:251
virtual ~_ns1__GenerateTicketExportByCityNumber2()
Definition: EventDownloaderStub.h:1250
_ns1__CheckCardResponse()
Definition: EventDownloaderStub.h:1316
int __ns3__ImportMulticardPersonalData(_ns1__ImportMulticardPersonalData *ns1__ImportMulticardPersonalData, _ns1__ImportMulticardPersonalDataResponse *ns1__ImportMulticardPersonalDataResponse)
Operation "__ns3__ImportMulticardPersonalData" of service binding "IFCEmcardSoap12".
virtual int soap_type() const
Definition: EventDownloaderStub.h:738
int __ns3__ImportCardBlocking(_ns1__ImportCardBlocking *ns1__ImportCardBlocking, _ns1__ImportCardBlockingResponse *ns1__ImportCardBlockingResponse)
Operation "__ns3__ImportCardBlocking" of service binding "IFCEmcardSoap12".
_ns1__SetCardBlocking()
Definition: EventDownloaderStub.h:1339
_ns1__GenerateTicketExportResponse()
Definition: EventDownloaderStub.h:235
int __ns3__GenerateTicketExportByCityNumber(_ns1__GenerateTicketExportByCityNumber *ns1__GenerateTicketExportByCityNumber, _ns1__GenerateTicketExportByCityNumberResponse *ns1__GenerateTicketExportByCityNumberResponse)
Operation "__ns3__GenerateTicketExportByCityNumber" of service binding "IFCEmcardSoap12".
virtual ~_ns1__ImportCardRegisterUpdate2_cardsDataFromWinado()
Definition: EventDownloaderStub.h:854
virtual ~_ns1__ImportCardBlockingResponse()
Definition: EventDownloaderStub.h:768
_ns1__ImportCardRegisterUpdate2_cardsDataFromWinado()
Definition: EventDownloaderStub.h:853
virtual int soap_type() const
Definition: EventDownloaderStub.h:935
_ns1__WriteProcessedEvents2Response()
Definition: EventDownloaderStub.h:369
virtual int soap_type() const
Definition: EventDownloaderStub.h:587
int __ns3__ImportApplicationSettings(_ns1__ImportApplicationSettings *ns1__ImportApplicationSettings, _ns1__ImportApplicationSettingsResponse *ns1__ImportApplicationSettingsResponse)
Operation "__ns3__ImportApplicationSettings" of service binding "IFCEmcardSoap12".
virtual int soap_type() const
Definition: EventDownloaderStub.h:977
virtual ~_ns1__GenerateAllowedProvidersFileResponse()
Definition: EventDownloaderStub.h:943
struct SOAP_ENV__Detail * detail
Definition: EventDownloaderStub.h:1923
virtual ~_ns1__GenerateEventFile()
Definition: EventDownloaderStub.h:123
_ns1__SendReaderStatus()
Definition: EventDownloaderStub.h:573
_ns1__GenerateOnlineTicketExport * ns1__GenerateOnlineTicketExport
Definition: EventDownloaderStub.h:1491
virtual int soap_type() const
Definition: EventDownloaderStub.h:115
_ns1__GenerateEventFile * ns1__GenerateEventFile
Definition: EventDownloaderStub.h:1371
virtual int soap_type() const
Definition: EventDownloaderStub.h:846
_ns1__CheckStatus()
Definition: EventDownloaderStub.h:485
int __ns3__GenerateEventFile(_ns1__GenerateEventFile *ns1__GenerateEventFile, _ns1__GenerateEventFileResponse *ns1__GenerateEventFileResponse)
Operation "__ns3__GenerateEventFile" of service binding "IFCEmcardSoap12".
virtual ~_ns1__ImportMulticardPersonalData()
Definition: EventDownloaderStub.h:1158
virtual int soap_type() const
Definition: EventDownloaderStub.h:362
virtual int soap_type() const
Definition: EventDownloaderStub.h:1150
char * faultactor
Definition: EventDownloaderStub.h:1922
_ns1__ImportCardBlocking * ns1__ImportCardBlocking
Definition: EventDownloaderStub.h:1751
virtual int soap_type() const
Definition: EventDownloaderStub.h:543
_ns1__ImportCardRegisterUpdate2Response()
Definition: EventDownloaderStub.h:898
virtual ~_ns1__TEST()
Definition: EventDownloaderStub.h:530
int __ns3__ProcessEventFile2(_ns1__ProcessEventFile2 *ns1__ProcessEventFile2, _ns1__ProcessEventFile2Response *ns1__ProcessEventFile2Response)
Operation "__ns3__ProcessEventFile2" of service binding "IFCEmcardSoap12".
int __ns3__GenerateOnlineTicketExport(_ns1__GenerateOnlineTicketExport *ns1__GenerateOnlineTicketExport, _ns1__GenerateOnlineTicketExportResponse *ns1__GenerateOnlineTicketExportResponse)
Operation "__ns3__GenerateOnlineTicketExport" of service binding "IFCEmcardSoap12".
_ns1__GenerateTicketExport2 * ns1__GenerateTicketExport2
Definition: EventDownloaderStub.h:1581
_ns1__GenerateTicketExport2 * ns1__GenerateTicketExport2
Definition: EventDownloaderStub.h:1831
_ns1__SetCardBlocking * ns1__SetCardBlocking
Definition: EventDownloaderStub.h:1861
virtual int soap_type() const
Definition: EventDownloaderStub.h:912
_ns1__ImportMulticardPersonalData_personalDataFromWinado()
Definition: EventDownloaderStub.h:1135
virtual int soap_type() const
Definition: EventDownloaderStub.h:228
virtual ~_ns1__ExportCardBlockingResponse_blockedCards()
Definition: EventDownloaderStub.h:985
virtual ~_ns1__ImportVCardActivation()
Definition: EventDownloaderStub.h:1050
int __ns2__GenerateTicketExport2(_ns1__GenerateTicketExport2 *ns1__GenerateTicketExport2, _ns1__GenerateTicketExport2Response *ns1__GenerateTicketExport2Response)
Operation "__ns2__GenerateTicketExport2" of service binding "IFCEmcardSoap".
int __ns3__SetCardBlocking(_ns1__SetCardBlocking *ns1__SetCardBlocking, _ns1__SetCardBlockingResponse *ns1__SetCardBlockingResponse)
Operation "__ns3__SetCardBlocking" of service binding "IFCEmcardSoap12".
virtual ~_ns1__ProcessEventFileResponse()
Definition: EventDownloaderStub.h:418
int __ns2__ImportApplicationSettings(_ns1__ImportApplicationSettings *ns1__ImportApplicationSettings, _ns1__ImportApplicationSettingsResponse *ns1__ImportApplicationSettingsResponse)
Operation "__ns2__ImportApplicationSettings" of service binding "IFCEmcardSoap".
_ns1__ImportVCardActivation * ns1__ImportVCardActivation
Definition: EventDownloaderStub.h:1551
_ns1__ImportApplicationSettings()
Definition: EventDownloaderStub.h:1094
virtual ~_ns1__ImportApplicationSettings()
Definition: EventDownloaderStub.h:1095
virtual ~_ns1__ImportCardRegisterUpdate()
Definition: EventDownloaderStub.h:810
int __ns3__WriteProcessedEvents2(_ns1__WriteProcessedEvents2 *ns1__WriteProcessedEvents2, _ns1__WriteProcessedEvents2Response *ns1__WriteProcessedEvents2Response)
Operation "__ns3__WriteProcessedEvents2" of service binding "IFCEmcardSoap12".
_ns1__CheckStatus * ns1__CheckStatus
Definition: EventDownloaderStub.h:1451
virtual int soap_type() const
Definition: EventDownloaderStub.h:138
_ns1__ImportCardRegisterUpdateResponse()
Definition: EventDownloaderStub.h:832
int __ns3__CheckStatus(_ns1__CheckStatus *ns1__CheckStatus, _ns1__CheckStatusResponse *ns1__CheckStatusResponse)
Operation "__ns3__CheckStatus" of service binding "IFCEmcardSoap12".
virtual int soap_type() const
Definition: EventDownloaderStub.h:295
virtual int soap_type() const
Definition: EventDownloaderStub.h:802
virtual ~_ns1__ImportCardRegister()
Definition: EventDownloaderStub.h:637
virtual int soap_type() const
Definition: EventDownloaderStub.h:868
virtual int soap_type() const
Definition: EventDownloaderStub.h:956
virtual int soap_type() const
Definition: EventDownloaderStub.h:566
_ns1__SendReaderStatus * ns1__SendReaderStatus
Definition: EventDownloaderStub.h:1721
virtual ~_ns1__ProcessEventFile2()
Definition: EventDownloaderStub.h:442
virtual ~_ns1__GenerateEventFileResponse()
Definition: EventDownloaderStub.h:146
_ns1__GenerateTicketExportByCityNumber * ns1__GenerateTicketExportByCityNumber
Definition: EventDownloaderStub.h:1651
virtual ~_ns1__ProcessEventFile()
Definition: EventDownloaderStub.h:394
_ns1__ProcessEventFile2Response()
Definition: EventDownloaderStub.h:465
virtual int soap_type() const
Definition: EventDownloaderStub.h:386
_ns1__GenerateTicketExport()
Definition: EventDownloaderStub.h:212
_ns1__WriteProcessedEvents * ns1__WriteProcessedEvents
Definition: EventDownloaderStub.h:1411
_ns1__CheckStatus * ns1__CheckStatus
Definition: EventDownloaderStub.h:1701
char * SOAP_ENV__Role
Definition: EventDownloaderStub.h:1927
virtual int soap_type() const
Definition: EventDownloaderStub.h:891
_ns1__GenerateIncrementalEventFile * ns1__GenerateIncrementalEventFile
Definition: EventDownloaderStub.h:1381
virtual ~_ns1__ImportMulticardPersonalDataResponse()
Definition: EventDownloaderStub.h:1181
_ns1__ImportCardRegisterUpdate()
Definition: EventDownloaderStub.h:809
virtual int soap_type() const
Definition: EventDownloaderStub.h:1173
_ns1__ImportMulticardPersonalData()
Definition: EventDownloaderStub.h:1157
virtual ~_ns1__GenerateTicketExport2()
Definition: EventDownloaderStub.h:1203
int __ns2__ProcessEventFile2(_ns1__ProcessEventFile2 *ns1__ProcessEventFile2, _ns1__ProcessEventFile2Response *ns1__ProcessEventFile2Response)
Operation "__ns2__ProcessEventFile2" of service binding "IFCEmcardSoap".
_ns1__TEST * ns1__TEST
Definition: EventDownloaderStub.h:1711
virtual ~_ns1__ImportCardRegisterUpdate2Response()
Definition: EventDownloaderStub.h:899
virtual ~xsd__base64Binary()
Definition: EventDownloaderStub.h:55
xsd__base64Binary()
Definition: EventDownloaderStub.h:54
_ns1__ExportCardBlocking * ns1__ExportCardBlocking
Definition: EventDownloaderStub.h:1541
char * __any
Definition: EventDownloaderStub.h:1900
virtual ~_ns1__ImportCardRegisterUpdateResponse()
Definition: EventDownloaderStub.h:833
virtual int soap_type() const
Definition: EventDownloaderStub.h:161
_ns1__ProcessEventFile2 * ns1__ProcessEventFile2
Definition: EventDownloaderStub.h:1691
virtual ~_ns1__ImportCardRegisterUpdate_cardsDataFromWinado()
Definition: EventDownloaderStub.h:789
int __ns3__CheckCard(_ns1__CheckCard *ns1__CheckCard, _ns1__CheckCardResponse *ns1__CheckCardResponse)
Operation "__ns3__CheckCard" of service binding "IFCEmcardSoap12".
virtual ~_ns1__GenerateTicketExport2Response()
Definition: EventDownloaderStub.h:1226
_ns1__GenerateTicketExportByCityNumber * ns1__GenerateTicketExportByCityNumber
Definition: EventDownloaderStub.h:1401
virtual ~_ns1__GenerateOnlineTicketExport()
Definition: EventDownloaderStub.h:681
_ns1__ExportCardBlockingResponse()
Definition: EventDownloaderStub.h:1006
virtual int soap_type() const
Definition: EventDownloaderStub.h:1332
virtual int soap_type() const
Definition: EventDownloaderStub.h:825
int __ns2__WriteProcessedEvents(_ns1__WriteProcessedEvents *ns1__WriteProcessedEvents, _ns1__WriteProcessedEventsResponse *ns1__WriteProcessedEventsResponse)
Operation "__ns2__WriteProcessedEvents" of service binding "IFCEmcardSoap".
virtual ~_ns1__ImportApplicationSettingsResponse()
Definition: EventDownloaderStub.h:1115
virtual ~_ns1__GenerateIncrementalEventFileResponse()
Definition: EventDownloaderStub.h:192
struct SOAP_ENV__Detail * SOAP_ENV__Detail
Definition: EventDownloaderStub.h:1928
_ns1__ProcessEventFile * ns1__ProcessEventFile
Definition: EventDownloaderStub.h:1681
_ns1__ImportApplicationSettings * ns1__ImportApplicationSettings
Definition: EventDownloaderStub.h:1561
_ns1__GenerateTicketExport2Response()
Definition: EventDownloaderStub.h:1225
int __ns2__GenerateEventFile(_ns1__GenerateEventFile *ns1__GenerateEventFile, _ns1__GenerateEventFileResponse *ns1__GenerateEventFileResponse)
Operation "__ns2__GenerateEventFile" of service binding "IFCEmcardSoap".
int __ns3__ImportVCardActivation(_ns1__ImportVCardActivation *ns1__ImportVCardActivation, _ns1__ImportVCardActivationResponse *ns1__ImportVCardActivationResponse)
Operation "__ns3__ImportVCardActivation" of service binding "IFCEmcardSoap12".
virtual ~_ns1__SetCardBlockingResponse()
Definition: EventDownloaderStub.h:1361
virtual int soap_type() const
Definition: EventDownloaderStub.h:1242
_ns1__ImportApplicationSettings * ns1__ImportApplicationSettings
Definition: EventDownloaderStub.h:1811
_ns1__WriteProcessedEventsResponse()
Definition: EventDownloaderStub.h:324
int __ns3__ImportCardRegister(_ns1__ImportCardRegister *ns1__ImportCardRegister, _ns1__ImportCardRegisterResponse *ns1__ImportCardRegisterResponse)
Operation "__ns3__ImportCardRegister" of service binding "IFCEmcardSoap12".
struct SOAP_ENV__Code * SOAP_ENV__Code
Definition: EventDownloaderStub.h:1924
virtual ~_ns1__TESTResponse()
Definition: EventDownloaderStub.h:551
virtual int soap_type() const
Definition: EventDownloaderStub.h:608
_ns1__TESTResponse()
Definition: EventDownloaderStub.h:550
_ns1__WriteProcessedEvents()
Definition: EventDownloaderStub.h:302
_ns1__ImportCardRegisterUpdate2()
Definition: EventDownloaderStub.h:875
char * _QName
Definition: EventDownloaderStub.h:1952
virtual int soap_type() const
Definition: EventDownloaderStub.h:760
_ns1__ImportCardBlocking()
Definition: EventDownloaderStub.h:745
virtual ~_ns1__ImportCardBlocking_newBlockingFromWinado()
Definition: EventDownloaderStub.h:725
virtual ~_ns1__ImportMulticardPersonalData_personalDataFromWinado()
Definition: EventDownloaderStub.h:1136
virtual ~_ns1__GenerateTicketExportByCityNumber()
Definition: EventDownloaderStub.h:259
_ns1__SetCardBlockingResponse()
Definition: EventDownloaderStub.h:1360
Definition: EventDownloaderH.h:12
virtual ~_ns1__CheckCardResponse()
Definition: EventDownloaderStub.h:1317
_ns1__ImportCardRegister * ns1__ImportCardRegister
Definition: EventDownloaderStub.h:1481
int __ns3__GenerateIncrementalEventFile(_ns1__GenerateIncrementalEventFile *ns1__GenerateIncrementalEventFile, _ns1__GenerateIncrementalEventFileResponse *ns1__GenerateIncrementalEventFileResponse)
Operation "__ns3__GenerateIncrementalEventFile" of service binding "IFCEmcardSoap12".
int __ns3__TEST(_ns1__TEST *ns1__TEST, _ns1__TESTResponse *ns1__TESTResponse)
Operation "__ns3__TEST" of service binding "IFCEmcardSoap12".
_ns1__GenerateOnlineTicketExport()
Definition: EventDownloaderStub.h:680
virtual ~_ns1__ExportCardBlockingResponse()
Definition: EventDownloaderStub.h:1007
_ns1__GenerateEventFile * ns1__GenerateEventFile
Definition: EventDownloaderStub.h:1621
virtual int soap_type() const
Definition: EventDownloaderStub.h:1265
_ns1__GenerateIncrementalEventFile * ns1__GenerateIncrementalEventFile
Definition: EventDownloaderStub.h:1631
virtual ~_ns1__GenerateIncrementalEventFile()
Definition: EventDownloaderStub.h:169
int __ns2__CheckCard(_ns1__CheckCard *ns1__CheckCard, _ns1__CheckCardResponse *ns1__CheckCardResponse)
Operation "__ns2__CheckCard" of service binding "IFCEmcardSoap".
void * fault
Definition: EventDownloaderStub.h:1899
virtual int soap_type() const
Definition: EventDownloaderStub.h:651
int __ns2__TEST(_ns1__TEST *ns1__TEST, _ns1__TESTResponse *ns1__TESTResponse)
Operation "__ns2__TEST" of service binding "IFCEmcardSoap".
ns1__ArrayOfNameValue()
Definition: EventDownloaderStub.h:75
_ns1__GenerateAllowedProvidersFile * ns1__GenerateAllowedProvidersFile
Definition: EventDownloaderStub.h:1781
int __ns3__GenerateTicketExportByCityNumber2(_ns1__GenerateTicketExportByCityNumber2 *ns1__GenerateTicketExportByCityNumber2, _ns1__GenerateTicketExportByCityNumber2Response *ns1__GenerateTicketExportByCityNumber2Response)
Operation "__ns3__GenerateTicketExportByCityNumber2" of service binding "IFCEmcardSoap12".
virtual ~_ns1__ImportCardRegister_newCardsFromWinado()
Definition: EventDownloaderStub.h:616
virtual int soap_type() const
Definition: EventDownloaderStub.h:629
_ns1__ImportCardRegisterResponse()
Definition: EventDownloaderStub.h:658
_ns1__ExportCardBlockingResponse_blockedCards()
Definition: EventDownloaderStub.h:984
virtual int soap_type() const
Definition: EventDownloaderStub.h:1218
int __ns2__SetCardBlocking(_ns1__SetCardBlocking *ns1__SetCardBlocking, _ns1__SetCardBlockingResponse *ns1__SetCardBlockingResponse)
Operation "__ns2__SetCardBlocking" of service binding "IFCEmcardSoap".
_ns1__GenerateEventFileResponse()
Definition: EventDownloaderStub.h:145
virtual ~ns1__NameValue()
Definition: EventDownloaderStub.h:102
_ns1__ImportVCardActivation_cardsDataFromWinado()
Definition: EventDownloaderStub.h:1027
_ns1__ImportVCardActivationResponse()
Definition: EventDownloaderStub.h:1071
virtual int soap_type() const
Definition: EventDownloaderStub.h:274
int __ns2__CheckStatus(_ns1__CheckStatus *ns1__CheckStatus, _ns1__CheckStatusResponse *ns1__CheckStatusResponse)
Operation "__ns2__CheckStatus" of service binding "IFCEmcardSoap".
int __ns2__GenerateTicketExport(_ns1__GenerateTicketExport *ns1__GenerateTicketExport, _ns1__GenerateTicketExportResponse *ns1__GenerateTicketExportResponse)
Operation "__ns2__GenerateTicketExport" of service binding "IFCEmcardSoap".
virtual int soap_type() const
Definition: EventDownloaderStub.h:522
char * faultstring
Definition: EventDownloaderStub.h:1921
virtual int soap_type() const
Definition: EventDownloaderStub.h:68
virtual ~ns1__ArrayOfNameValue()
Definition: EventDownloaderStub.h:76
virtual int soap_type() const
Definition: EventDownloaderStub.h:1195
int __ns2__ImportMulticardPersonalData(_ns1__ImportMulticardPersonalData *ns1__ImportMulticardPersonalData, _ns1__ImportMulticardPersonalDataResponse *ns1__ImportMulticardPersonalDataResponse)
Operation "__ns2__ImportMulticardPersonalData" of service binding "IFCEmcardSoap".
_ns1__GenerateTicketExportByCityNumber()
Definition: EventDownloaderStub.h:258
virtual ~_ns1__WriteProcessedEvents2Response()
Definition: EventDownloaderStub.h:370
_ns1__CheckStatusResponse()
Definition: EventDownloaderStub.h:507
_ns1__GenerateTicketExport2()
Definition: EventDownloaderStub.h:1202
_ns1__GenerateAllowedProvidersFile * ns1__GenerateAllowedProvidersFile
Definition: EventDownloaderStub.h:1531
virtual ~_ns1__ExportCardBlocking()
Definition: EventDownloaderStub.h:964
Definition: envStub.h:78
int __ns2__ImportCardBlocking(_ns1__ImportCardBlocking *ns1__ImportCardBlocking, _ns1__ImportCardBlockingResponse *ns1__ImportCardBlockingResponse)
Operation "__ns2__ImportCardBlocking" of service binding "IFCEmcardSoap".
virtual ~_ns1__WriteProcessedEvents2()
Definition: EventDownloaderStub.h:348
_ns1__GenerateIncrementalEventFileResponse()
Definition: EventDownloaderStub.h:191
virtual int soap_type() const
Definition: EventDownloaderStub.h:1128
virtual ~_ns1__ProcessEventFile2Response()
Definition: EventDownloaderStub.h:466
int __ns2__ExportCardBlocking(_ns1__ExportCardBlocking *ns1__ExportCardBlocking, _ns1__ExportCardBlockingResponse *ns1__ExportCardBlockingResponse)
Operation "__ns2__ExportCardBlocking" of service binding "IFCEmcardSoap".
_ns1__GenerateTicketExportByCityNumber2 * ns1__GenerateTicketExportByCityNumber2
Definition: EventDownloaderStub.h:1591
virtual int soap_type() const
Definition: EventDownloaderStub.h:458
_ns1__ImportCardRegisterUpdate * ns1__ImportCardRegisterUpdate
Definition: EventDownloaderStub.h:1761
ns1__NameValue()
Definition: EventDownloaderStub.h:101
int __ns3__ImportCardRegisterUpdate(_ns1__ImportCardRegisterUpdate *ns1__ImportCardRegisterUpdate, _ns1__ImportCardRegisterUpdateResponse *ns1__ImportCardRegisterUpdateResponse)
Operation "__ns3__ImportCardRegisterUpdate" of service binding "IFCEmcardSoap12". ...
virtual ~_ns1__GenerateAllowedProvidersFile()
Definition: EventDownloaderStub.h:920
virtual int soap_type() const
Definition: EventDownloaderStub.h:205
virtual int soap_type() const
Definition: EventDownloaderStub.h:340
virtual ~_ns1__SendReaderStatusResponse()
Definition: EventDownloaderStub.h:595
virtual int soap_type() const
Definition: EventDownloaderStub.h:500
_ns1__GenerateIncrementalEventFile()
Definition: EventDownloaderStub.h:168
int __ns2__ImportCardRegisterUpdate2(_ns1__ImportCardRegisterUpdate2 *ns1__ImportCardRegisterUpdate2, _ns1__ImportCardRegisterUpdate2Response *ns1__ImportCardRegisterUpdate2Response)
Operation "__ns2__ImportCardRegisterUpdate2" of service binding "IFCEmcardSoap".
virtual int soap_type() const
Definition: EventDownloaderStub.h:184
struct SOAP_ENV__Code * SOAP_ENV__Subcode
Definition: EventDownloaderStub.h:1888
_ns1__ImportCardBlockingResponse()
Definition: EventDownloaderStub.h:767
virtual int soap_type() const
Definition: EventDownloaderStub.h:673
_ns1__ImportCardBlocking * ns1__ImportCardBlocking
Definition: EventDownloaderStub.h:1501
char * SOAP_ENV__Value
Definition: EventDownloaderStub.h:1887
char * _xsd__schema
Built-in element "xs:schema".
Definition: EventDownloaderStub.h:1957
int __ns3__GenerateTicketExport(_ns1__GenerateTicketExport *ns1__GenerateTicketExport, _ns1__GenerateTicketExportResponse *ns1__GenerateTicketExportResponse)
Operation "__ns3__GenerateTicketExport" of service binding "IFCEmcardSoap12".
virtual int soap_type() const
Definition: EventDownloaderStub.h:1353
_ns1__ProcessEventFile()
Definition: EventDownloaderStub.h:393
_ns1__ImportVCardActivation * ns1__ImportVCardActivation
Definition: EventDownloaderStub.h:1801
virtual int soap_type() const
Definition: EventDownloaderStub.h:1020
virtual int soap_type() const
Definition: EventDownloaderStub.h:696
int __ns2__ImportCardRegister(_ns1__ImportCardRegister *ns1__ImportCardRegister, _ns1__ImportCardRegisterResponse *ns1__ImportCardRegisterResponse)
Operation "__ns2__ImportCardRegister" of service binding "IFCEmcardSoap".
Definition: envStub.h:68
_ns1__GenerateEventFile()
Definition: EventDownloaderStub.h:122
virtual ~_ns1__GenerateTicketExportResponse()
Definition: EventDownloaderStub.h:236
virtual ~_ns1__CheckStatusResponse()
Definition: EventDownloaderStub.h:508
int __ns2__GenerateOnlineTicketExport(_ns1__GenerateOnlineTicketExport *ns1__GenerateOnlineTicketExport, _ns1__GenerateOnlineTicketExportResponse *ns1__GenerateOnlineTicketExportResponse)
Operation "__ns2__GenerateOnlineTicketExport" of service binding "IFCEmcardSoap". ...
virtual int soap_type() const
Definition: EventDownloaderStub.h:1064
int __ns3__ImportCardRegisterUpdate2(_ns1__ImportCardRegisterUpdate2 *ns1__ImportCardRegisterUpdate2, _ns1__ImportCardRegisterUpdate2Response *ns1__ImportCardRegisterUpdate2Response)
Operation "__ns3__ImportCardRegisterUpdate2" of service binding "IFCEmcardSoap12".
virtual ~_ns1__ImportVCardActivation_cardsDataFromWinado()
Definition: EventDownloaderStub.h:1028
virtual int soap_type() const
Definition: EventDownloaderStub.h:1287
_ns1__GenerateOnlineTicketExport * ns1__GenerateOnlineTicketExport
Definition: EventDownloaderStub.h:1741
int __ns2__SendReaderStatus(_ns1__SendReaderStatus *ns1__SendReaderStatus, _ns1__SendReaderStatusResponse *ns1__SendReaderStatusResponse)
Operation "__ns2__SendReaderStatus" of service binding "IFCEmcardSoap".
_ns1__ProcessEventFileResponse()
Definition: EventDownloaderStub.h:417
_ns1__SendReaderStatusResponse()
Definition: EventDownloaderStub.h:594
char * faultcode
Definition: EventDownloaderStub.h:1920
virtual int soap_type() const
Definition: EventDownloaderStub.h:1087
virtual ~_ns1__WriteProcessedEvents()
Definition: EventDownloaderStub.h:303
virtual ~_ns1__CheckStatus()
Definition: EventDownloaderStub.h:486
_ns1__ImportVCardActivation()
Definition: EventDownloaderStub.h:1049
virtual ~_ns1__SendReaderStatus()
Definition: EventDownloaderStub.h:574
virtual ~_ns1__CheckCard()
Definition: EventDownloaderStub.h:1295
int __ns2__GenerateAllowedProvidersFile(_ns1__GenerateAllowedProvidersFile *ns1__GenerateAllowedProvidersFile, _ns1__GenerateAllowedProvidersFileResponse *ns1__GenerateAllowedProvidersFileResponse)
Operation "__ns2__GenerateAllowedProvidersFile" of service binding "IFCEmcardSoap".
_ns1__GenerateTicketExportByCityNumber2 * ns1__GenerateTicketExportByCityNumber2
Definition: EventDownloaderStub.h:1841
_ns1__ImportCardBlocking_newBlockingFromWinado()
Definition: EventDownloaderStub.h:724
virtual int soap_type() const
Definition: EventDownloaderStub.h:434
_ns1__GenerateTicketExport * ns1__GenerateTicketExport
Definition: EventDownloaderStub.h:1641
virtual int soap_type() const
Definition: EventDownloaderStub.h:410
_ns1__ProcessEventFile2()
Definition: EventDownloaderStub.h:441
int __ns2__WriteProcessedEvents2(_ns1__WriteProcessedEvents2 *ns1__WriteProcessedEvents2, _ns1__WriteProcessedEvents2Response *ns1__WriteProcessedEvents2Response)
Operation "__ns2__WriteProcessedEvents2" of service binding "IFCEmcardSoap".
_ns1__CheckCard * ns1__CheckCard
Definition: EventDownloaderStub.h:1601
_ns1__SetCardBlocking * ns1__SetCardBlocking
Definition: EventDownloaderStub.h:1611
_ns1__ImportCardRegister_newCardsFromWinado()
Definition: EventDownloaderStub.h:615
virtual ~_ns1__GenerateTicketExportByCityNumberResponse()
Definition: EventDownloaderStub.h:282
virtual int soap_type() const
Definition: EventDownloaderStub.h:781
virtual ~_ns1__GenerateTicketExportByCityNumber2Response()
Definition: EventDownloaderStub.h:1273
_ns1__ImportCardRegisterUpdate2 * ns1__ImportCardRegisterUpdate2
Definition: EventDownloaderStub.h:1521
_ns1__ImportMulticardPersonalData * ns1__ImportMulticardPersonalData
Definition: EventDownloaderStub.h:1821
virtual int soap_type() const
Definition: EventDownloaderStub.h:1309
int __ns3__GenerateTicketExport2(_ns1__GenerateTicketExport2 *ns1__GenerateTicketExport2, _ns1__GenerateTicketExport2Response *ns1__GenerateTicketExport2Response)
Operation "__ns3__GenerateTicketExport2" of service binding "IFCEmcardSoap12".
_ns1__WriteProcessedEvents2()
Definition: EventDownloaderStub.h:347
int __ns2__ImportVCardActivation(_ns1__ImportVCardActivation *ns1__ImportVCardActivation, _ns1__ImportVCardActivationResponse *ns1__ImportVCardActivationResponse)
Operation "__ns2__ImportVCardActivation" of service binding "IFCEmcardSoap".
virtual int soap_type() const
Definition: EventDownloaderStub.h:94
_ns1__ExportCardBlocking()
Definition: EventDownloaderStub.h:963
int __ns3__SendReaderStatus(_ns1__SendReaderStatus *ns1__SendReaderStatus, _ns1__SendReaderStatusResponse *ns1__SendReaderStatusResponse)
Operation "__ns3__SendReaderStatus" of service binding "IFCEmcardSoap12".
_ns1__WriteProcessedEvents2 * ns1__WriteProcessedEvents2
Definition: EventDownloaderStub.h:1671
_ns1__GenerateOnlineTicketExportResponse()
Definition: EventDownloaderStub.h:703
virtual int soap_type() const
Definition: EventDownloaderStub.h:1107
_ns1__GenerateTicketExportByCityNumber2()
Definition: EventDownloaderStub.h:1249
_ns1__ImportCardRegister * ns1__ImportCardRegister
Definition: EventDownloaderStub.h:1731
virtual ~_ns1__ImportVCardActivationResponse()
Definition: EventDownloaderStub.h:1072
int __ns2__ImportCardRegisterUpdate(_ns1__ImportCardRegisterUpdate *ns1__ImportCardRegisterUpdate, _ns1__ImportCardRegisterUpdateResponse *ns1__ImportCardRegisterUpdateResponse)
Operation "__ns2__ImportCardRegisterUpdate" of service binding "IFCEmcardSoap".
_ns1__GenerateAllowedProvidersFileResponse()
Definition: EventDownloaderStub.h:942
virtual int soap_type() const
Definition: EventDownloaderStub.h:999
virtual int soap_type() const
Definition: EventDownloaderStub.h:478
virtual int soap_type() const
Definition: EventDownloaderStub.h:1042
int __ns2__GenerateTicketExportByCityNumber2(_ns1__GenerateTicketExportByCityNumber2 *ns1__GenerateTicketExportByCityNumber2, _ns1__GenerateTicketExportByCityNumber2Response *ns1__GenerateTicketExportByCityNumber2Response)
Operation "__ns2__GenerateTicketExportByCityNumber2" of service binding "IFCEmcardSoap".
_ns1__WriteProcessedEvents * ns1__WriteProcessedEvents
Definition: EventDownloaderStub.h:1661
_ns1__ImportMulticardPersonalDataResponse()
Definition: EventDownloaderStub.h:1180
int __type
Definition: EventDownloaderStub.h:1898
_ns1__ImportApplicationSettingsResponse()
Definition: EventDownloaderStub.h:1114
int __ns3__WriteProcessedEvents(_ns1__WriteProcessedEvents *ns1__WriteProcessedEvents, _ns1__WriteProcessedEventsResponse *ns1__WriteProcessedEventsResponse)
Operation "__ns3__WriteProcessedEvents" of service binding "IFCEmcardSoap12".
_ns1__CheckCard * ns1__CheckCard
Definition: EventDownloaderStub.h:1851
virtual ~_ns1__WriteProcessedEventsResponse()
Definition: EventDownloaderStub.h:325
virtual ~_ns1__GenerateOnlineTicketExportResponse()
Definition: EventDownloaderStub.h:704
_ns1__SendReaderStatus * ns1__SendReaderStatus
Definition: EventDownloaderStub.h:1471
int __ns3__ProcessEventFile(_ns1__ProcessEventFile *ns1__ProcessEventFile, _ns1__ProcessEventFileResponse *ns1__ProcessEventFileResponse)
Operation "__ns3__ProcessEventFile" of service binding "IFCEmcardSoap12".
_ns1__ProcessEventFile2 * ns1__ProcessEventFile2
Definition: EventDownloaderStub.h:1441
virtual ~_ns1__SetCardBlocking()
Definition: EventDownloaderStub.h:1340
_ns1__TEST()
Definition: EventDownloaderStub.h:529
_ns1__ImportCardRegisterUpdate_cardsDataFromWinado()
Definition: EventDownloaderStub.h:788
_ns1__CheckCard()
Definition: EventDownloaderStub.h:1294
_ns1__GenerateTicketExport * ns1__GenerateTicketExport
Definition: EventDownloaderStub.h:1391
char * SOAP_ENV__Text
Definition: EventDownloaderStub.h:1910
char * SOAP_ENV__Node
Definition: EventDownloaderStub.h:1926
Definition: envStub.h:45
virtual ~_ns1__ImportCardBlocking()
Definition: EventDownloaderStub.h:746
Definition: envStub.h:56
virtual int soap_type() const
Definition: EventDownloaderStub.h:47
struct SOAP_ENV__Reason * SOAP_ENV__Reason
Definition: EventDownloaderStub.h:1925
_ns1__ImportCardRegisterUpdate2 * ns1__ImportCardRegisterUpdate2
Definition: EventDownloaderStub.h:1771
_ns1__ImportCardRegister()
Definition: EventDownloaderStub.h:636
int __ns3__ExportCardBlocking(_ns1__ExportCardBlocking *ns1__ExportCardBlocking, _ns1__ExportCardBlockingResponse *ns1__ExportCardBlockingResponse)
Operation "__ns3__ExportCardBlocking" of service binding "IFCEmcardSoap12".
Definition: envStub.h:29
_ns1__ImportCardRegisterUpdate * ns1__ImportCardRegisterUpdate
Definition: EventDownloaderStub.h:1511
_ns1__GenerateAllowedProvidersFile()
Definition: EventDownloaderStub.h:919
int __ns3__GenerateAllowedProvidersFile(_ns1__GenerateAllowedProvidersFile *ns1__GenerateAllowedProvidersFile, _ns1__GenerateAllowedProvidersFileResponse *ns1__GenerateAllowedProvidersFileResponse)
Operation "__ns3__GenerateAllowedProvidersFile" of service binding "IFCEmcardSoap12".
virtual ~_ns1__GenerateTicketExport()
Definition: EventDownloaderStub.h:213
virtual int soap_type() const
Definition: EventDownloaderStub.h:717
_ns1__ProcessEventFile * ns1__ProcessEventFile
Definition: EventDownloaderStub.h:1431
virtual ~_ns1__ImportCardRegisterResponse()
Definition: EventDownloaderStub.h:659
_ns1__WriteProcessedEvents2 * ns1__WriteProcessedEvents2
Definition: EventDownloaderStub.h:1421
_ns1__ImportMulticardPersonalData * ns1__ImportMulticardPersonalData
Definition: EventDownloaderStub.h:1571
virtual int soap_type() const
Definition: EventDownloaderStub.h:317
_ns1__GenerateTicketExportByCityNumber2Response()
Definition: EventDownloaderStub.h:1272
_ns1__GenerateTicketExportByCityNumberResponse()
Definition: EventDownloaderStub.h:281
_ns1__ExportCardBlocking * ns1__ExportCardBlocking
Definition: EventDownloaderStub.h:1791
int __ns2__ProcessEventFile(_ns1__ProcessEventFile *ns1__ProcessEventFile, _ns1__ProcessEventFileResponse *ns1__ProcessEventFileResponse)
Operation "__ns2__ProcessEventFile" of service binding "IFCEmcardSoap".
char * _XML
Definition: EventDownloaderStub.h:1947
int __ns2__GenerateTicketExportByCityNumber(_ns1__GenerateTicketExportByCityNumber *ns1__GenerateTicketExportByCityNumber, _ns1__GenerateTicketExportByCityNumberResponse *ns1__GenerateTicketExportByCityNumberResponse)
Operation "__ns2__GenerateTicketExportByCityNumber" of service binding "IFCEmcardSoap".
_ns1__TEST * ns1__TEST
Definition: EventDownloaderStub.h:1461
int __ns2__GenerateIncrementalEventFile(_ns1__GenerateIncrementalEventFile *ns1__GenerateIncrementalEventFile, _ns1__GenerateIncrementalEventFileResponse *ns1__GenerateIncrementalEventFileResponse)
Operation "__ns2__GenerateIncrementalEventFile" of service binding "IFCEmcardSoap".