AppCore
Loading...
Searching...
No Matches
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
16namespace 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: */
37class SOAP_CMAC xsd__base64Binary
38{
39public:
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 */
46public:
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 */
62class SOAP_CMAC ns1__ArrayOfNameValue
63{
64public:
65 std::vector<class ns1__NameValue * >NameValue; /* optional element of type ns1:NameValue */
66 struct soap *soap; /* transient */
67public:
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) { }
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 */
87class SOAP_CMAC ns1__NameValue
88{
89public:
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 */
93public:
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 */
109class SOAP_CMAC _ns1__GenerateEventFile
110{
111public:
112 short firmNumber; /* required element of type xsd:short */
113 struct soap *soap; /* transient */
114public:
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 */
130class SOAP_CMAC _ns1__GenerateEventFileResponse
131{
132public:
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 */
137public:
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 */
153class SOAP_CMAC _ns1__GenerateIncrementalEventFile
154{
155public:
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 */
160public:
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 */
176class SOAP_CMAC _ns1__GenerateIncrementalEventFileResponse
177{
178public:
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 */
183public:
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 */
199class SOAP_CMAC _ns1__GenerateTicketExport
200{
201public:
202 short firmNumber; /* required element of type xsd:short */
203 struct soap *soap; /* transient */
204public:
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 */
220class SOAP_CMAC _ns1__GenerateTicketExportResponse
221{
222public:
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 */
227public:
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 */
243class SOAP_CMAC _ns1__GenerateTicketExportByCityNumber
244{
245public:
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 */
250public:
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 */
266class SOAP_CMAC _ns1__GenerateTicketExportByCityNumberResponse
267{
268public:
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 */
273public:
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 */
289class SOAP_CMAC _ns1__WriteProcessedEvents
290{
291public:
292 xsd__base64Binary *processedEvent; /* optional element of type xsd:base64Binary */
293 struct soap *soap; /* transient */
294public:
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 */
310class SOAP_CMAC _ns1__WriteProcessedEventsResponse
311{
312public:
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 */
316public:
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 */
332class SOAP_CMAC _ns1__WriteProcessedEvents2
333{
334public:
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 */
339public:
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 */
355class SOAP_CMAC _ns1__WriteProcessedEvents2Response
356{
357public:
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 */
361public:
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 */
377class SOAP_CMAC _ns1__ProcessEventFile
378{
379public:
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 */
385public:
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 */
401class SOAP_CMAC _ns1__ProcessEventFileResponse
402{
403public:
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 */
409public:
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 */
425class SOAP_CMAC _ns1__ProcessEventFile2
426{
427public:
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 */
433public:
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 */
449class SOAP_CMAC _ns1__ProcessEventFile2Response
450{
451public:
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 */
457public:
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 */
473class SOAP_CMAC _ns1__CheckStatus
474{
475public:
476 struct soap *soap; /* transient */
477public:
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 */
493class SOAP_CMAC _ns1__CheckStatusResponse
494{
495public:
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 */
499public:
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 */
515class SOAP_CMAC _ns1__TEST
516{
517public:
518 short firmNumber; /* required element of type xsd:short */
519 bool testMode; /* required element of type xsd:boolean */
520 struct soap *soap; /* transient */
521public:
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 */
537class SOAP_CMAC _ns1__TESTResponse
538{
539public:
540 std::string *TESTResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */
541 struct soap *soap; /* transient */
542public:
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) { }
552};
553#endif
554
555#ifndef SOAP_TYPE_EventDownloader__ns1__SendReaderStatus
556#define SOAP_TYPE_EventDownloader__ns1__SendReaderStatus (36)
557/* ns1:SendReaderStatus */
558class SOAP_CMAC _ns1__SendReaderStatus
559{
560public:
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 */
565public:
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 */
581class SOAP_CMAC _ns1__SendReaderStatusResponse
582{
583public:
584 int SendReaderStatusResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
585 struct soap *soap; /* transient */
586public:
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 */
602class SOAP_CMAC _ns1__ImportCardRegister_newCardsFromWinado
603{
604public:
605 char *xsd__schema; /* required element of type xsd:schema */
606 char *__any;
607public:
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 */
623class SOAP_CMAC _ns1__ImportCardRegister
624{
625public:
626 _ns1__ImportCardRegister_newCardsFromWinado *newCardsFromWinado; /* optional element of type ns1:ImportCardRegister-newCardsFromWinado */
627 struct soap *soap; /* transient */
628public:
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 */
644class SOAP_CMAC _ns1__ImportCardRegisterResponse
645{
646public:
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 */
650public:
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 */
666class SOAP_CMAC _ns1__GenerateOnlineTicketExport
667{
668public:
669 short firmNumber; /* required element of type xsd:short */
670 int eventId; /* required element of type xsd:int */
671 struct soap *soap; /* transient */
672public:
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 */
688class SOAP_CMAC _ns1__GenerateOnlineTicketExportResponse
689{
690public:
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 */
695public:
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 */
711class SOAP_CMAC _ns1__ImportCardBlocking_newBlockingFromWinado
712{
713public:
714 char *xsd__schema; /* required element of type xsd:schema */
715 char *__any;
716public:
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 */
732class SOAP_CMAC _ns1__ImportCardBlocking
733{
734public:
735 _ns1__ImportCardBlocking_newBlockingFromWinado *newBlockingFromWinado; /* optional element of type ns1:ImportCardBlocking-newBlockingFromWinado */
736 struct soap *soap; /* transient */
737public:
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 */
753class SOAP_CMAC _ns1__ImportCardBlockingResponse
754{
755public:
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 */
759public:
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 */
775class SOAP_CMAC _ns1__ImportCardRegisterUpdate_cardsDataFromWinado
776{
777public:
778 char *xsd__schema; /* required element of type xsd:schema */
779 char *__any;
780public:
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 */
796class SOAP_CMAC _ns1__ImportCardRegisterUpdate
797{
798public:
799 _ns1__ImportCardRegisterUpdate_cardsDataFromWinado *cardsDataFromWinado; /* optional element of type ns1:ImportCardRegisterUpdate-cardsDataFromWinado */
800 struct soap *soap; /* transient */
801public:
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 */
817class SOAP_CMAC _ns1__ImportCardRegisterUpdateResponse
818{
819public:
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 */
824public:
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 */
840class SOAP_CMAC _ns1__ImportCardRegisterUpdate2_cardsDataFromWinado
841{
842public:
843 char *xsd__schema; /* required element of type xsd:schema */
844 char *__any;
845public:
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 */
861class SOAP_CMAC _ns1__ImportCardRegisterUpdate2
862{
863public:
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 */
867public:
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 */
883class SOAP_CMAC _ns1__ImportCardRegisterUpdate2Response
884{
885public:
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 */
890public:
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 */
906class SOAP_CMAC _ns1__GenerateAllowedProvidersFile
907{
908public:
909 short firmNumber; /* required element of type xsd:short */
910 struct soap *soap; /* transient */
911public:
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 */
927class SOAP_CMAC _ns1__GenerateAllowedProvidersFileResponse
928{
929public:
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 */
934public:
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 */
950class SOAP_CMAC _ns1__ExportCardBlocking
951{
952public:
953 short firmNumber; /* required element of type xsd:short */
954 struct soap *soap; /* transient */
955public:
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 */
971class SOAP_CMAC _ns1__ExportCardBlockingResponse_blockedCards
972{
973public:
974 char *xsd__schema; /* required element of type xsd:schema */
975 char *__any;
976public:
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 */
992class SOAP_CMAC _ns1__ExportCardBlockingResponse
993{
994public:
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 */
998public:
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 */
1014class SOAP_CMAC _ns1__ImportVCardActivation_cardsDataFromWinado
1015{
1016public:
1017 char *xsd__schema; /* required element of type xsd:schema */
1018 char *__any;
1019public:
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 */
1035class SOAP_CMAC _ns1__ImportVCardActivation
1036{
1037public:
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 */
1041public:
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 */
1057class SOAP_CMAC _ns1__ImportVCardActivationResponse
1058{
1059public:
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 */
1063public:
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 */
1079class SOAP_CMAC _ns1__ImportApplicationSettings
1080{
1081public:
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 */
1086public:
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 */
1102class SOAP_CMAC _ns1__ImportApplicationSettingsResponse
1103{
1104public:
1105 struct soap *soap; /* transient */
1106public:
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 */
1122class SOAP_CMAC _ns1__ImportMulticardPersonalData_personalDataFromWinado
1123{
1124public:
1125 char *xsd__schema; /* required element of type xsd:schema */
1126 char *__any;
1127public:
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*);
1137};
1138#endif
1139
1140#ifndef SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData
1141#define SOAP_TYPE_EventDownloader__ns1__ImportMulticardPersonalData (56)
1142/* ns1:ImportMulticardPersonalData */
1143class SOAP_CMAC _ns1__ImportMulticardPersonalData
1144{
1145public:
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 */
1149public:
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 */
1165class SOAP_CMAC _ns1__ImportMulticardPersonalDataResponse
1166{
1167public:
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 */
1172public:
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 */
1188class SOAP_CMAC _ns1__GenerateTicketExport2
1189{
1190public:
1191 short firmNumber; /* required element of type xsd:short */
1192 bool testMode; /* required element of type xsd:boolean */
1193 struct soap *soap; /* transient */
1194public:
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 */
1210class SOAP_CMAC _ns1__GenerateTicketExport2Response
1211{
1212public:
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 */
1217public:
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 */
1233class SOAP_CMAC _ns1__GenerateTicketExportByCityNumber2
1234{
1235public:
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 */
1241public:
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 */
1257class SOAP_CMAC _ns1__GenerateTicketExportByCityNumber2Response
1258{
1259public:
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 */
1264public:
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 */
1280class SOAP_CMAC _ns1__CheckCard
1281{
1282public:
1283 short firmNumber; /* required element of type xsd:short */
1284 LONG64 cardID; /* required element of type xsd:long */
1285 struct soap *soap; /* transient */
1286public:
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 */
1302class SOAP_CMAC _ns1__CheckCardResponse
1303{
1304public:
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 */
1308public:
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 */
1324class SOAP_CMAC _ns1__SetCardBlocking
1325{
1326public:
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 */
1331public:
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 */
1347class SOAP_CMAC _ns1__SetCardBlockingResponse
1348{
1349public:
1350 int SetCardBlockingResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
1351 struct soap *soap; /* transient */
1352public:
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: */
1368struct __ns2__GenerateEventFile
1369{
1370public:
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: */
1378struct __ns2__GenerateIncrementalEventFile
1379{
1380public:
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: */
1388struct __ns2__GenerateTicketExport
1389{
1390public:
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: */
1398struct __ns2__GenerateTicketExportByCityNumber
1399{
1400public:
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: */
1408struct __ns2__WriteProcessedEvents
1409{
1410public:
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: */
1418struct __ns2__WriteProcessedEvents2
1419{
1420public:
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: */
1428struct __ns2__ProcessEventFile
1429{
1430public:
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: */
1438struct __ns2__ProcessEventFile2
1439{
1440public:
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: */
1448struct __ns2__CheckStatus
1449{
1450public:
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: */
1458struct __ns2__TEST
1459{
1460public:
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: */
1468struct __ns2__SendReaderStatus
1469{
1470public:
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: */
1478struct __ns2__ImportCardRegister
1479{
1480public:
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: */
1488struct __ns2__GenerateOnlineTicketExport
1489{
1490public:
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: */
1498struct __ns2__ImportCardBlocking
1499{
1500public:
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: */
1508struct __ns2__ImportCardRegisterUpdate
1509{
1510public:
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: */
1518struct __ns2__ImportCardRegisterUpdate2
1519{
1520public:
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: */
1528struct __ns2__GenerateAllowedProvidersFile
1529{
1530public:
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: */
1538struct __ns2__ExportCardBlocking
1539{
1540public:
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: */
1548struct __ns2__ImportVCardActivation
1549{
1550public:
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: */
1558struct __ns2__ImportApplicationSettings
1559{
1560public:
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: */
1568struct __ns2__ImportMulticardPersonalData
1569{
1570public:
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: */
1578struct __ns2__GenerateTicketExport2
1579{
1580public:
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: */
1588struct __ns2__GenerateTicketExportByCityNumber2
1589{
1590public:
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: */
1598struct __ns2__CheckCard
1599{
1600public:
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: */
1608struct __ns2__SetCardBlocking
1609{
1610public:
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: */
1618struct __ns3__GenerateEventFile
1619{
1620public:
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: */
1628struct __ns3__GenerateIncrementalEventFile
1629{
1630public:
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: */
1638struct __ns3__GenerateTicketExport
1639{
1640public:
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: */
1648struct __ns3__GenerateTicketExportByCityNumber
1649{
1650public:
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: */
1658struct __ns3__WriteProcessedEvents
1659{
1660public:
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: */
1668struct __ns3__WriteProcessedEvents2
1669{
1670public:
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: */
1678struct __ns3__ProcessEventFile
1679{
1680public:
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: */
1688struct __ns3__ProcessEventFile2
1689{
1690public:
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: */
1698struct __ns3__CheckStatus
1699{
1700public:
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: */
1708struct __ns3__TEST
1709{
1710public:
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: */
1718struct __ns3__SendReaderStatus
1719{
1720public:
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: */
1728struct __ns3__ImportCardRegister
1729{
1730public:
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: */
1738struct __ns3__GenerateOnlineTicketExport
1739{
1740public:
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: */
1748struct __ns3__ImportCardBlocking
1749{
1750public:
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: */
1758struct __ns3__ImportCardRegisterUpdate
1759{
1760public:
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: */
1768struct __ns3__ImportCardRegisterUpdate2
1769{
1770public:
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: */
1778struct __ns3__GenerateAllowedProvidersFile
1779{
1780public:
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: */
1788struct __ns3__ExportCardBlocking
1789{
1790public:
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: */
1798struct __ns3__ImportVCardActivation
1799{
1800public:
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: */
1808struct __ns3__ImportApplicationSettings
1809{
1810public:
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: */
1818struct __ns3__ImportMulticardPersonalData
1819{
1820public:
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: */
1828struct __ns3__GenerateTicketExport2
1829{
1830public:
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: */
1838struct __ns3__GenerateTicketExportByCityNumber2
1839{
1840public:
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: */
1848struct __ns3__CheckCard
1849{
1850public:
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: */
1858struct __ns3__SetCardBlocking
1859{
1860public:
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: */
1868struct SOAP_ENV__Header
1869{
1870#ifdef WITH_NOEMPTYSTRUCT
1871private:
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: */
1884struct SOAP_ENV__Code
1885{
1886public:
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 */
1895struct SOAP_ENV__Detail
1896{
1897public:
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 */
1907struct SOAP_ENV__Reason
1908{
1909public:
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: */
1917struct SOAP_ENV__Fault
1918{
1919public:
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)
1947typedef char *_XML;
1948#endif
1949
1950#ifndef SOAP_TYPE_EventDownloader__QName
1951#define SOAP_TYPE_EventDownloader__QName (5)
1952typedef char *_QName;
1953#endif
1954
1955#ifndef SOAP_TYPE_EventDownloader__xsd__schema
1956#define SOAP_TYPE_EventDownloader__xsd__schema (13)
1957typedef 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 int soap_type() const
Definition EventDownloaderStub.h:1309
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_default(struct soap *)
virtual void * soap_get(struct soap *, const char *, const char *)
_ns1__CheckCardResponse()
Definition EventDownloaderStub.h:1316
virtual ~_ns1__CheckCardResponse()
Definition EventDownloaderStub.h:1317
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__CheckCard()
Definition EventDownloaderStub.h:1295
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_default(struct soap *)
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1287
_ns1__CheckCard()
Definition EventDownloaderStub.h:1294
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:500
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
_ns1__CheckStatusResponse()
Definition EventDownloaderStub.h:507
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_default(struct soap *)
virtual ~_ns1__CheckStatusResponse()
Definition EventDownloaderStub.h:508
_ns1__CheckStatus()
Definition EventDownloaderStub.h:485
virtual ~_ns1__CheckStatus()
Definition EventDownloaderStub.h:486
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_default(struct soap *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:478
virtual void * soap_in(struct soap *, const char *, const char *)
_ns1__ExportCardBlockingResponse_blockedCards()
Definition EventDownloaderStub.h:984
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__ExportCardBlockingResponse_blockedCards()
Definition EventDownloaderStub.h:985
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:977
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:999
_ns1__ExportCardBlockingResponse()
Definition EventDownloaderStub.h:1006
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__ExportCardBlockingResponse()
Definition EventDownloaderStub.h:1007
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual ~_ns1__ExportCardBlocking()
Definition EventDownloaderStub.h:964
virtual void soap_default(struct soap *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_serialize(struct soap *) const
_ns1__ExportCardBlocking()
Definition EventDownloaderStub.h:963
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:956
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:935
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
_ns1__GenerateAllowedProvidersFileResponse()
Definition EventDownloaderStub.h:942
virtual ~_ns1__GenerateAllowedProvidersFileResponse()
Definition EventDownloaderStub.h:943
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:912
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateAllowedProvidersFile()
Definition EventDownloaderStub.h:920
virtual void soap_serialize(struct soap *) const
_ns1__GenerateAllowedProvidersFile()
Definition EventDownloaderStub.h:919
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateEventFileResponse()
Definition EventDownloaderStub.h:146
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:138
_ns1__GenerateEventFileResponse()
Definition EventDownloaderStub.h:145
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:115
virtual void soap_serialize(struct soap *) const
virtual void soap_default(struct soap *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateEventFile()
Definition EventDownloaderStub.h:123
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__GenerateEventFile()
Definition EventDownloaderStub.h:122
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateIncrementalEventFileResponse()
Definition EventDownloaderStub.h:192
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:184
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__GenerateIncrementalEventFileResponse()
Definition EventDownloaderStub.h:191
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual ~_ns1__GenerateIncrementalEventFile()
Definition EventDownloaderStub.h:169
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:161
_ns1__GenerateIncrementalEventFile()
Definition EventDownloaderStub.h:168
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:696
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__GenerateOnlineTicketExportResponse()
Definition EventDownloaderStub.h:703
virtual ~_ns1__GenerateOnlineTicketExportResponse()
Definition EventDownloaderStub.h:704
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
_ns1__GenerateOnlineTicketExport()
Definition EventDownloaderStub.h:680
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:673
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual ~_ns1__GenerateOnlineTicketExport()
Definition EventDownloaderStub.h:681
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateTicketExport2Response()
Definition EventDownloaderStub.h:1226
_ns1__GenerateTicketExport2Response()
Definition EventDownloaderStub.h:1225
virtual void soap_serialize(struct soap *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1218
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1195
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateTicketExport2()
Definition EventDownloaderStub.h:1203
virtual void soap_serialize(struct soap *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_default(struct soap *)
_ns1__GenerateTicketExport2()
Definition EventDownloaderStub.h:1202
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateTicketExportByCityNumber2Response()
Definition EventDownloaderStub.h:1273
_ns1__GenerateTicketExportByCityNumber2Response()
Definition EventDownloaderStub.h:1272
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1265
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1242
_ns1__GenerateTicketExportByCityNumber2()
Definition EventDownloaderStub.h:1249
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__GenerateTicketExportByCityNumber2()
Definition EventDownloaderStub.h:1250
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__GenerateTicketExportByCityNumberResponse()
Definition EventDownloaderStub.h:282
virtual int soap_type() const
Definition EventDownloaderStub.h:274
_ns1__GenerateTicketExportByCityNumberResponse()
Definition EventDownloaderStub.h:281
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
_ns1__GenerateTicketExportByCityNumber()
Definition EventDownloaderStub.h:258
virtual int soap_put(struct soap *, const char *, const char *) const
virtual ~_ns1__GenerateTicketExportByCityNumber()
Definition EventDownloaderStub.h:259
virtual int soap_type() const
Definition EventDownloaderStub.h:251
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual ~_ns1__GenerateTicketExportResponse()
Definition EventDownloaderStub.h:236
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:228
_ns1__GenerateTicketExportResponse()
Definition EventDownloaderStub.h:235
virtual void soap_serialize(struct soap *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:205
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
_ns1__GenerateTicketExport()
Definition EventDownloaderStub.h:212
virtual int soap_put(struct soap *, const char *, const char *) const
virtual ~_ns1__GenerateTicketExport()
Definition EventDownloaderStub.h:213
virtual void soap_default(struct soap *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:1107
virtual ~_ns1__ImportApplicationSettingsResponse()
Definition EventDownloaderStub.h:1115
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
_ns1__ImportApplicationSettingsResponse()
Definition EventDownloaderStub.h:1114
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__ImportApplicationSettings()
Definition EventDownloaderStub.h:1095
virtual int soap_type() const
Definition EventDownloaderStub.h:1087
virtual void soap_serialize(struct soap *) const
_ns1__ImportApplicationSettings()
Definition EventDownloaderStub.h:1094
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
_ns1__ImportCardBlockingResponse()
Definition EventDownloaderStub.h:767
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:760
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual ~_ns1__ImportCardBlockingResponse()
Definition EventDownloaderStub.h:768
virtual ~_ns1__ImportCardBlocking_newBlockingFromWinado()
Definition EventDownloaderStub.h:725
virtual int soap_type() const
Definition EventDownloaderStub.h:717
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__ImportCardBlocking_newBlockingFromWinado()
Definition EventDownloaderStub.h:724
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:738
virtual ~_ns1__ImportCardBlocking()
Definition EventDownloaderStub.h:746
virtual void soap_default(struct soap *)
_ns1__ImportCardBlocking()
Definition EventDownloaderStub.h:745
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:651
_ns1__ImportCardRegisterResponse()
Definition EventDownloaderStub.h:658
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__ImportCardRegisterResponse()
Definition EventDownloaderStub.h:659
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:891
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__ImportCardRegisterUpdate2Response()
Definition EventDownloaderStub.h:899
_ns1__ImportCardRegisterUpdate2Response()
Definition EventDownloaderStub.h:898
virtual int soap_type() const
Definition EventDownloaderStub.h:846
virtual ~_ns1__ImportCardRegisterUpdate2_cardsDataFromWinado()
Definition EventDownloaderStub.h:854
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
_ns1__ImportCardRegisterUpdate2_cardsDataFromWinado()
Definition EventDownloaderStub.h:853
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:868
_ns1__ImportCardRegisterUpdate2()
Definition EventDownloaderStub.h:875
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__ImportCardRegisterUpdate2()
Definition EventDownloaderStub.h:876
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:825
_ns1__ImportCardRegisterUpdateResponse()
Definition EventDownloaderStub.h:832
virtual ~_ns1__ImportCardRegisterUpdateResponse()
Definition EventDownloaderStub.h:833
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:781
virtual ~_ns1__ImportCardRegisterUpdate_cardsDataFromWinado()
Definition EventDownloaderStub.h:789
_ns1__ImportCardRegisterUpdate_cardsDataFromWinado()
Definition EventDownloaderStub.h:788
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:802
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__ImportCardRegisterUpdate()
Definition EventDownloaderStub.h:810
virtual void * soap_in(struct soap *, const char *, const char *)
_ns1__ImportCardRegisterUpdate()
Definition EventDownloaderStub.h:809
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__ImportCardRegister_newCardsFromWinado()
Definition EventDownloaderStub.h:616
_ns1__ImportCardRegister_newCardsFromWinado()
Definition EventDownloaderStub.h:615
virtual int soap_type() const
Definition EventDownloaderStub.h:608
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual ~_ns1__ImportCardRegister()
Definition EventDownloaderStub.h:637
_ns1__ImportCardRegister()
Definition EventDownloaderStub.h:636
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_default(struct soap *)
virtual int soap_type() const
Definition EventDownloaderStub.h:629
virtual int soap_type() const
Definition EventDownloaderStub.h:1173
virtual ~_ns1__ImportMulticardPersonalDataResponse()
Definition EventDownloaderStub.h:1181
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__ImportMulticardPersonalDataResponse()
Definition EventDownloaderStub.h:1180
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
_ns1__ImportMulticardPersonalData_personalDataFromWinado()
Definition EventDownloaderStub.h:1135
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual ~_ns1__ImportMulticardPersonalData_personalDataFromWinado()
Definition EventDownloaderStub.h:1136
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:1128
virtual int soap_put(struct soap *, const char *, const char *) const
_ns1__ImportMulticardPersonalData()
Definition EventDownloaderStub.h:1157
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1150
virtual void soap_serialize(struct soap *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__ImportMulticardPersonalData()
Definition EventDownloaderStub.h:1158
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1064
virtual ~_ns1__ImportVCardActivationResponse()
Definition EventDownloaderStub.h:1072
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__ImportVCardActivationResponse()
Definition EventDownloaderStub.h:1071
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__ImportVCardActivation_cardsDataFromWinado()
Definition EventDownloaderStub.h:1028
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:1020
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
_ns1__ImportVCardActivation_cardsDataFromWinado()
Definition EventDownloaderStub.h:1027
virtual int soap_type() const
Definition EventDownloaderStub.h:1042
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_default(struct soap *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
_ns1__ImportVCardActivation()
Definition EventDownloaderStub.h:1049
virtual ~_ns1__ImportVCardActivation()
Definition EventDownloaderStub.h:1050
virtual int soap_type() const
Definition EventDownloaderStub.h:458
virtual ~_ns1__ProcessEventFile2Response()
Definition EventDownloaderStub.h:466
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__ProcessEventFile2Response()
Definition EventDownloaderStub.h:465
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
_ns1__ProcessEventFile2()
Definition EventDownloaderStub.h:441
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__ProcessEventFile2()
Definition EventDownloaderStub.h:442
virtual void soap_default(struct soap *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:434
_ns1__ProcessEventFileResponse()
Definition EventDownloaderStub.h:417
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:410
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__ProcessEventFileResponse()
Definition EventDownloaderStub.h:418
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_serialize(struct soap *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_default(struct soap *)
virtual ~_ns1__ProcessEventFile()
Definition EventDownloaderStub.h:394
virtual int soap_type() const
Definition EventDownloaderStub.h:386
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
_ns1__ProcessEventFile()
Definition EventDownloaderStub.h:393
virtual void soap_serialize(struct soap *) const
virtual void * soap_in(struct soap *, const char *, const char *)
_ns1__SendReaderStatusResponse()
Definition EventDownloaderStub.h:594
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:587
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual ~_ns1__SendReaderStatusResponse()
Definition EventDownloaderStub.h:595
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__SendReaderStatus()
Definition EventDownloaderStub.h:573
virtual int soap_type() const
Definition EventDownloaderStub.h:566
virtual void soap_default(struct soap *)
virtual ~_ns1__SendReaderStatus()
Definition EventDownloaderStub.h:574
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__SetCardBlockingResponse()
Definition EventDownloaderStub.h:1361
_ns1__SetCardBlockingResponse()
Definition EventDownloaderStub.h:1360
virtual void soap_default(struct soap *)
virtual int soap_type() const
Definition EventDownloaderStub.h:1353
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_default(struct soap *)
virtual int soap_type() const
Definition EventDownloaderStub.h:1332
virtual int soap_put(struct soap *, const char *, const char *) const
_ns1__SetCardBlocking()
Definition EventDownloaderStub.h:1339
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__SetCardBlocking()
Definition EventDownloaderStub.h:1340
virtual void soap_serialize(struct soap *) const
virtual void soap_serialize(struct soap *) const
_ns1__TESTResponse()
Definition EventDownloaderStub.h:550
virtual int soap_put(struct soap *, const char *, const char *) const
virtual ~_ns1__TESTResponse()
Definition EventDownloaderStub.h:551
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_default(struct soap *)
virtual int soap_type() const
Definition EventDownloaderStub.h:543
virtual void soap_default(struct soap *)
virtual ~_ns1__TEST()
Definition EventDownloaderStub.h:530
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__TEST()
Definition EventDownloaderStub.h:529
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:522
virtual void soap_serialize(struct soap *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
_ns1__WriteProcessedEvents2Response()
Definition EventDownloaderStub.h:369
virtual int soap_type() const
Definition EventDownloaderStub.h:362
virtual void * soap_in(struct soap *, const char *, const char *)
virtual ~_ns1__WriteProcessedEvents2Response()
Definition EventDownloaderStub.h:370
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_serialize(struct soap *) const
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:340
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual void * soap_in(struct soap *, const char *, const char *)
_ns1__WriteProcessedEvents2()
Definition EventDownloaderStub.h:347
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void soap_default(struct soap *)
virtual void soap_serialize(struct soap *) const
virtual ~_ns1__WriteProcessedEvents2()
Definition EventDownloaderStub.h:348
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
_ns1__WriteProcessedEventsResponse()
Definition EventDownloaderStub.h:324
virtual int soap_type() const
Definition EventDownloaderStub.h:317
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~_ns1__WriteProcessedEventsResponse()
Definition EventDownloaderStub.h:325
virtual void soap_default(struct soap *)
virtual int soap_type() const
Definition EventDownloaderStub.h:295
_ns1__WriteProcessedEvents()
Definition EventDownloaderStub.h:302
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual ~_ns1__WriteProcessedEvents()
Definition EventDownloaderStub.h:303
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_serialize(struct soap *) const
virtual void soap_default(struct soap *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
ns1__ArrayOfNameValue()
Definition EventDownloaderStub.h:75
virtual void * soap_get(struct soap *, const char *, const char *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_type() const
Definition EventDownloaderStub.h:68
virtual ~ns1__ArrayOfNameValue()
Definition EventDownloaderStub.h:76
virtual ~ns1__NameValue()
Definition EventDownloaderStub.h:102
virtual void soap_default(struct soap *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:94
ns1__NameValue()
Definition EventDownloaderStub.h:101
virtual void * soap_in(struct soap *, const char *, const char *)
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual void soap_serialize(struct soap *) const
virtual void * soap_get(struct soap *, const char *, const char *)
virtual ~xsd__base64Binary()
Definition EventDownloaderStub.h:55
virtual void * soap_in(struct soap *, const char *, const char *)
virtual void soap_serialize(struct soap *) const
virtual int soap_out(struct soap *, const char *, int, const char *) const
virtual int soap_type() const
Definition EventDownloaderStub.h:47
xsd__base64Binary()
Definition EventDownloaderStub.h:54
virtual void soap_default(struct soap *)
virtual int soap_put(struct soap *, const char *, const char *) const
virtual void * soap_get(struct soap *, const char *, const char *)
Definition EventDownloaderH.h:12
char * _XML
Definition EventDownloaderStub.h:1947
char * _QName
Definition EventDownloaderStub.h:1952
char * _xsd__schema
Built-in element "xs:schema".
Definition EventDownloaderStub.h:1957
char * SOAP_ENV__Value
Definition EventDownloaderStub.h:1887
struct SOAP_ENV__Code * SOAP_ENV__Subcode
Definition EventDownloaderStub.h:1888
char * __any
Definition EventDownloaderStub.h:1900
void * fault
Definition EventDownloaderStub.h:1899
int __type
Definition EventDownloaderStub.h:1898
struct SOAP_ENV__Code * SOAP_ENV__Code
Definition EventDownloaderStub.h:1924
struct SOAP_ENV__Detail * detail
Definition EventDownloaderStub.h:1923
char * faultstring
Definition EventDownloaderStub.h:1921
char * SOAP_ENV__Role
Definition EventDownloaderStub.h:1927
struct SOAP_ENV__Detail * SOAP_ENV__Detail
Definition EventDownloaderStub.h:1928
char * faultcode
Definition EventDownloaderStub.h:1920
struct SOAP_ENV__Reason * SOAP_ENV__Reason
Definition EventDownloaderStub.h:1925
char * SOAP_ENV__Node
Definition EventDownloaderStub.h:1926
char * faultactor
Definition EventDownloaderStub.h:1922
char * SOAP_ENV__Text
Definition EventDownloaderStub.h:1910
_ns1__CheckCard * ns1__CheckCard
Definition EventDownloaderStub.h:1601
_ns1__CheckStatus * ns1__CheckStatus
Definition EventDownloaderStub.h:1451
_ns1__ExportCardBlocking * ns1__ExportCardBlocking
Definition EventDownloaderStub.h:1541
_ns1__GenerateAllowedProvidersFile * ns1__GenerateAllowedProvidersFile
Definition EventDownloaderStub.h:1531
_ns1__GenerateEventFile * ns1__GenerateEventFile
Definition EventDownloaderStub.h:1371
_ns1__GenerateIncrementalEventFile * ns1__GenerateIncrementalEventFile
Definition EventDownloaderStub.h:1381
_ns1__GenerateOnlineTicketExport * ns1__GenerateOnlineTicketExport
Definition EventDownloaderStub.h:1491
_ns1__GenerateTicketExport2 * ns1__GenerateTicketExport2
Definition EventDownloaderStub.h:1581
_ns1__GenerateTicketExportByCityNumber2 * ns1__GenerateTicketExportByCityNumber2
Definition EventDownloaderStub.h:1591
_ns1__GenerateTicketExportByCityNumber * ns1__GenerateTicketExportByCityNumber
Definition EventDownloaderStub.h:1401
_ns1__GenerateTicketExport * ns1__GenerateTicketExport
Definition EventDownloaderStub.h:1391
_ns1__ImportApplicationSettings * ns1__ImportApplicationSettings
Definition EventDownloaderStub.h:1561
_ns1__ImportCardBlocking * ns1__ImportCardBlocking
Definition EventDownloaderStub.h:1501
_ns1__ImportCardRegisterUpdate2 * ns1__ImportCardRegisterUpdate2
Definition EventDownloaderStub.h:1521
_ns1__ImportCardRegisterUpdate * ns1__ImportCardRegisterUpdate
Definition EventDownloaderStub.h:1511
_ns1__ImportCardRegister * ns1__ImportCardRegister
Definition EventDownloaderStub.h:1481
_ns1__ImportMulticardPersonalData * ns1__ImportMulticardPersonalData
Definition EventDownloaderStub.h:1571
_ns1__ImportVCardActivation * ns1__ImportVCardActivation
Definition EventDownloaderStub.h:1551
_ns1__ProcessEventFile2 * ns1__ProcessEventFile2
Definition EventDownloaderStub.h:1441
_ns1__ProcessEventFile * ns1__ProcessEventFile
Definition EventDownloaderStub.h:1431
_ns1__SendReaderStatus * ns1__SendReaderStatus
Definition EventDownloaderStub.h:1471
_ns1__SetCardBlocking * ns1__SetCardBlocking
Definition EventDownloaderStub.h:1611
_ns1__TEST * ns1__TEST
Definition EventDownloaderStub.h:1461
_ns1__WriteProcessedEvents2 * ns1__WriteProcessedEvents2
Definition EventDownloaderStub.h:1421
_ns1__WriteProcessedEvents * ns1__WriteProcessedEvents
Definition EventDownloaderStub.h:1411
_ns1__CheckCard * ns1__CheckCard
Definition EventDownloaderStub.h:1851
_ns1__CheckStatus * ns1__CheckStatus
Definition EventDownloaderStub.h:1701
_ns1__ExportCardBlocking * ns1__ExportCardBlocking
Definition EventDownloaderStub.h:1791
_ns1__GenerateAllowedProvidersFile * ns1__GenerateAllowedProvidersFile
Definition EventDownloaderStub.h:1781
_ns1__GenerateEventFile * ns1__GenerateEventFile
Definition EventDownloaderStub.h:1621
_ns1__GenerateIncrementalEventFile * ns1__GenerateIncrementalEventFile
Definition EventDownloaderStub.h:1631
_ns1__GenerateOnlineTicketExport * ns1__GenerateOnlineTicketExport
Definition EventDownloaderStub.h:1741
_ns1__GenerateTicketExport2 * ns1__GenerateTicketExport2
Definition EventDownloaderStub.h:1831
_ns1__GenerateTicketExportByCityNumber2 * ns1__GenerateTicketExportByCityNumber2
Definition EventDownloaderStub.h:1841
_ns1__GenerateTicketExportByCityNumber * ns1__GenerateTicketExportByCityNumber
Definition EventDownloaderStub.h:1651
_ns1__GenerateTicketExport * ns1__GenerateTicketExport
Definition EventDownloaderStub.h:1641
_ns1__ImportApplicationSettings * ns1__ImportApplicationSettings
Definition EventDownloaderStub.h:1811
_ns1__ImportCardBlocking * ns1__ImportCardBlocking
Definition EventDownloaderStub.h:1751
_ns1__ImportCardRegisterUpdate2 * ns1__ImportCardRegisterUpdate2
Definition EventDownloaderStub.h:1771
_ns1__ImportCardRegisterUpdate * ns1__ImportCardRegisterUpdate
Definition EventDownloaderStub.h:1761
_ns1__ImportCardRegister * ns1__ImportCardRegister
Definition EventDownloaderStub.h:1731
_ns1__ImportMulticardPersonalData * ns1__ImportMulticardPersonalData
Definition EventDownloaderStub.h:1821
_ns1__ImportVCardActivation * ns1__ImportVCardActivation
Definition EventDownloaderStub.h:1801
_ns1__ProcessEventFile2 * ns1__ProcessEventFile2
Definition EventDownloaderStub.h:1691
_ns1__ProcessEventFile * ns1__ProcessEventFile
Definition EventDownloaderStub.h:1681
_ns1__SendReaderStatus * ns1__SendReaderStatus
Definition EventDownloaderStub.h:1721
_ns1__SetCardBlocking * ns1__SetCardBlocking
Definition EventDownloaderStub.h:1861
_ns1__TEST * ns1__TEST
Definition EventDownloaderStub.h:1711
_ns1__WriteProcessedEvents2 * ns1__WriteProcessedEvents2
Definition EventDownloaderStub.h:1671
_ns1__WriteProcessedEvents * ns1__WriteProcessedEvents
Definition EventDownloaderStub.h:1661
Definition envStub.h:46
Definition envStub.h:57
Definition envStub.h:79
Definition envStub.h:30
Definition envStub.h:69