AppCore
Loading...
Searching...
No Matches
EAdvertisementsStub.h
Go to the documentation of this file.
1/* EAdvertisementsStub.h
2 Generated by gSOAP 2.7.9l from xmlexport.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 EAdvertisementsStub_H
9#define EAdvertisementsStub_H
10#include <vector>
11#ifndef WITH_NOGLOBAL
12#define WITH_NOGLOBAL
13#endif
14#include "stdsoap/stdsoap2.h"
15
16namespace EAdvertisements {
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_EAdvertisements_xsd__base64Binary
35#define SOAP_TYPE_EAdvertisements_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_EAdvertisements_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_EAdvertisements_ns1__ArrayOfInt
60#define SOAP_TYPE_EAdvertisements_ns1__ArrayOfInt (13)
61/* ns1:ArrayOfInt */
62class SOAP_CMAC ns1__ArrayOfInt
63{
64public:
65 std::vector<int >int_; /* optional element of type xsd:int */
66 struct soap *soap; /* transient */
67public:
68 virtual int soap_type() const { return 13; } /* = unique id SOAP_TYPE_EAdvertisements_ns1__ArrayOfInt */
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__ArrayOfInt() : soap(NULL) { }
76 virtual ~ns1__ArrayOfInt() { }
77};
78#endif
79
80#if 0 /* volatile type: do not redeclare */
81
82#endif
83
84#ifndef SOAP_TYPE_EAdvertisements_ns1__ArrayOfString
85#define SOAP_TYPE_EAdvertisements_ns1__ArrayOfString (14)
86/* ns1:ArrayOfString */
87class SOAP_CMAC ns1__ArrayOfString
88{
89public:
90 std::vector<std::string >string; /* optional element of type xsd:string */
91 struct soap *soap; /* transient */
92public:
93 virtual int soap_type() const { return 14; } /* = unique id SOAP_TYPE_EAdvertisements_ns1__ArrayOfString */
94 virtual void soap_default(struct soap*);
95 virtual void soap_serialize(struct soap*) const;
96 virtual int soap_put(struct soap*, const char*, const char*) const;
97 virtual int soap_out(struct soap*, const char*, int, const char*) const;
98 virtual void *soap_get(struct soap*, const char*, const char*);
99 virtual void *soap_in(struct soap*, const char*, const char*);
100 ns1__ArrayOfString() : soap(NULL) { }
102};
103#endif
104
105#ifndef SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXML
106#define SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXML (15)
107/* ns1:ExportBusStopsXML */
109{
110public:
111 ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
112 int count; /* required element of type xsd:int */
113 struct soap *soap; /* transient */
114public:
115 virtual int soap_type() const { return 15; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXML */
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__ExportBusStopsXML() : busStopsID(NULL), count(0), soap(NULL) { }
124};
125#endif
126
127#ifndef SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXMLResponse
128#define SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXMLResponse (16)
129/* ns1:ExportBusStopsXMLResponse */
131{
132public:
133 std::string *ExportBusStopsXMLResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */
134 struct soap *soap; /* transient */
135public:
136 virtual int soap_type() const { return 16; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXMLResponse */
137 virtual void soap_default(struct soap*);
138 virtual void soap_serialize(struct soap*) const;
139 virtual int soap_put(struct soap*, const char*, const char*) const;
140 virtual int soap_out(struct soap*, const char*, int, const char*) const;
141 virtual void *soap_get(struct soap*, const char*, const char*);
142 virtual void *soap_in(struct soap*, const char*, const char*);
143 _ns1__ExportBusStopsXMLResponse() : ExportBusStopsXMLResult(NULL), soap(NULL) { }
145};
146#endif
147
148#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExport
149#define SOAP_TYPE_EAdvertisements__ns1__FullExport (17)
150/* ns1:FullExport */
151class SOAP_CMAC _ns1__FullExport
152{
153public:
154 ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
155 int stopsCount; /* required element of type xsd:int */
156 struct soap *soap; /* transient */
157public:
158 virtual int soap_type() const { return 17; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExport */
159 virtual void soap_default(struct soap*);
160 virtual void soap_serialize(struct soap*) const;
161 virtual int soap_put(struct soap*, const char*, const char*) const;
162 virtual int soap_out(struct soap*, const char*, int, const char*) const;
163 virtual void *soap_get(struct soap*, const char*, const char*);
164 virtual void *soap_in(struct soap*, const char*, const char*);
165 _ns1__FullExport() : busStopsID(NULL), stopsCount(0), soap(NULL) { }
166 virtual ~_ns1__FullExport() { }
167};
168#endif
169
170#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportResponse
171#define SOAP_TYPE_EAdvertisements__ns1__FullExportResponse (18)
172/* ns1:FullExportResponse */
174{
175public:
176 int FullExportResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
177 xsd__base64Binary *zipData; /* optional element of type xsd:base64Binary */
178 int count; /* required element of type xsd:int */
179 struct soap *soap; /* transient */
180public:
181 virtual int soap_type() const { return 18; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportResponse */
182 virtual void soap_default(struct soap*);
183 virtual void soap_serialize(struct soap*) const;
184 virtual int soap_put(struct soap*, const char*, const char*) const;
185 virtual int soap_out(struct soap*, const char*, int, const char*) const;
186 virtual void *soap_get(struct soap*, const char*, const char*);
187 virtual void *soap_in(struct soap*, const char*, const char*);
188 _ns1__FullExportResponse() : FullExportResult(0), zipData(NULL), count(0), soap(NULL) { }
190};
191#endif
192
193#ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdate
194#define SOAP_TYPE_EAdvertisements__ns1__FullUpdate (19)
195/* ns1:FullUpdate */
196class SOAP_CMAC _ns1__FullUpdate
197{
198public:
199 std::string *name; /* optional element of type xsd:string */
200 xsd__base64Binary *data; /* optional element of type xsd:base64Binary */
201 int count; /* required element of type xsd:int */
202 struct soap *soap; /* transient */
203public:
204 virtual int soap_type() const { return 19; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullUpdate */
205 virtual void soap_default(struct soap*);
206 virtual void soap_serialize(struct soap*) const;
207 virtual int soap_put(struct soap*, const char*, const char*) const;
208 virtual int soap_out(struct soap*, const char*, int, const char*) const;
209 virtual void *soap_get(struct soap*, const char*, const char*);
210 virtual void *soap_in(struct soap*, const char*, const char*);
211 _ns1__FullUpdate() : name(NULL), data(NULL), count(0), soap(NULL) { }
212 virtual ~_ns1__FullUpdate() { }
213};
214#endif
215
216#ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateResponse
217#define SOAP_TYPE_EAdvertisements__ns1__FullUpdateResponse (20)
218/* ns1:FullUpdateResponse */
220{
221public:
222 int FullUpdateResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
223 struct soap *soap; /* transient */
224public:
225 virtual int soap_type() const { return 20; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullUpdateResponse */
226 virtual void soap_default(struct soap*);
227 virtual void soap_serialize(struct soap*) const;
228 virtual int soap_put(struct soap*, const char*, const char*) const;
229 virtual int soap_out(struct soap*, const char*, int, const char*) const;
230 virtual void *soap_get(struct soap*, const char*, const char*);
231 virtual void *soap_in(struct soap*, const char*, const char*);
232 _ns1__FullUpdateResponse() : FullUpdateResult(0), soap(NULL) { }
234};
235#endif
236
237#ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx
238#define SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx (21)
239/* ns1:FullUpdateEx */
240class SOAP_CMAC _ns1__FullUpdateEx
241{
242public:
243 std::string *name; /* optional element of type xsd:string */
244 xsd__base64Binary *data; /* optional element of type xsd:base64Binary */
245 int count; /* required element of type xsd:int */
246 ULONG64 firmaNumberCashier; /* required element of type xsd:unsignedLong */
247 struct soap *soap; /* transient */
248public:
249 virtual int soap_type() const { return 21; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx */
250 virtual void soap_default(struct soap*);
251 virtual void soap_serialize(struct soap*) const;
252 virtual int soap_put(struct soap*, const char*, const char*) const;
253 virtual int soap_out(struct soap*, const char*, int, const char*) const;
254 virtual void *soap_get(struct soap*, const char*, const char*);
255 virtual void *soap_in(struct soap*, const char*, const char*);
256 _ns1__FullUpdateEx() : name(NULL), data(NULL), count(0), firmaNumberCashier(0), soap(NULL) { }
258};
259#endif
260
261#ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateExResponse
262#define SOAP_TYPE_EAdvertisements__ns1__FullUpdateExResponse (22)
263/* ns1:FullUpdateExResponse */
265{
266public:
267 int FullUpdateExResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
268 struct soap *soap; /* transient */
269public:
270 virtual int soap_type() const { return 22; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullUpdateExResponse */
271 virtual void soap_default(struct soap*);
272 virtual void soap_serialize(struct soap*) const;
273 virtual int soap_put(struct soap*, const char*, const char*) const;
274 virtual int soap_out(struct soap*, const char*, int, const char*) const;
275 virtual void *soap_get(struct soap*, const char*, const char*);
276 virtual void *soap_in(struct soap*, const char*, const char*);
277 _ns1__FullUpdateExResponse() : FullUpdateExResult(0), soap(NULL) { }
279};
280#endif
281
282#ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2
283#define SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2 (23)
284/* ns1:FullUpdateEx2 */
285class SOAP_CMAC _ns1__FullUpdateEx2
286{
287public:
288 std::string *name; /* optional element of type xsd:string */
289 xsd__base64Binary *data; /* optional element of type xsd:base64Binary */
290 int count; /* required element of type xsd:int */
291 ULONG64 firmaNumberCashier; /* required element of type xsd:unsignedLong */
292 ns1__ArrayOfInt *users; /* optional element of type ns1:ArrayOfInt */
293 struct soap *soap; /* transient */
294public:
295 virtual int soap_type() const { return 23; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2 */
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__FullUpdateEx2() : name(NULL), data(NULL), count(0), firmaNumberCashier(0), users(NULL), soap(NULL) { }
304};
305#endif
306
307#ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2Response
308#define SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2Response (24)
309/* ns1:FullUpdateEx2Response */
311{
312public:
313 int FullUpdateEx2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
314 xsd__base64Binary *zipData; /* optional element of type xsd:base64Binary */
315 int dataSize; /* required element of type xsd:int */
316 struct soap *soap; /* transient */
317public:
318 virtual int soap_type() const { return 24; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2Response */
319 virtual void soap_default(struct soap*);
320 virtual void soap_serialize(struct soap*) const;
321 virtual int soap_put(struct soap*, const char*, const char*) const;
322 virtual int soap_out(struct soap*, const char*, int, const char*) const;
323 virtual void *soap_get(struct soap*, const char*, const char*);
324 virtual void *soap_in(struct soap*, const char*, const char*);
325 _ns1__FullUpdateEx2Response() : FullUpdateEx2Result(0), zipData(NULL), dataSize(0), soap(NULL) { }
327};
328#endif
329
330#ifndef SOAP_TYPE_EAdvertisements__ns1__FullComunication
331#define SOAP_TYPE_EAdvertisements__ns1__FullComunication (25)
332/* ns1:FullComunication */
334{
335public:
336 ULONG64 firmaNumberCashier; /* required element of type xsd:unsignedLong */
337 ns1__ArrayOfInt *exBusStopsID; /* optional element of type ns1:ArrayOfInt */
338 int exStopsCount; /* required element of type xsd:int */
339 ns1__ArrayOfString *exPictureCol; /* optional element of type ns1:ArrayOfString */
340 ULONG64 exLineNum; /* required element of type xsd:unsignedLong */
341 ULONG64 exTripNum; /* required element of type xsd:unsignedLong */
342 ULONG64 exSnr; /* required element of type xsd:unsignedLong */
343 ULONG64 exBuildNumber; /* required element of type xsd:unsignedLong */
344 std::string *upName; /* optional element of type xsd:string */
345 xsd__base64Binary *upData; /* optional element of type xsd:base64Binary */
346 int upCount; /* required element of type xsd:int */
347 ns1__ArrayOfInt *upUsers; /* optional element of type ns1:ArrayOfInt */
348 struct soap *soap; /* transient */
349public:
350 virtual int soap_type() const { return 25; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullComunication */
351 virtual void soap_default(struct soap*);
352 virtual void soap_serialize(struct soap*) const;
353 virtual int soap_put(struct soap*, const char*, const char*) const;
354 virtual int soap_out(struct soap*, const char*, int, const char*) const;
355 virtual void *soap_get(struct soap*, const char*, const char*);
356 virtual void *soap_in(struct soap*, const char*, const char*);
357 _ns1__FullComunication() : firmaNumberCashier(0), exBusStopsID(NULL), exStopsCount(0), exPictureCol(NULL), exLineNum(0), exTripNum(0), exSnr(0), exBuildNumber(0), upName(NULL), upData(NULL), upCount(0), upUsers(NULL), soap(NULL) { }
359};
360#endif
361
362#ifndef SOAP_TYPE_EAdvertisements__ns1__FullComunicationResponse
363#define SOAP_TYPE_EAdvertisements__ns1__FullComunicationResponse (26)
364/* ns1:FullComunicationResponse */
366{
367public:
368 int FullComunicationResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
369 xsd__base64Binary *exZipData; /* optional element of type xsd:base64Binary */
370 int exCount; /* required element of type xsd:int */
371 xsd__base64Binary *upZipData; /* optional element of type xsd:base64Binary */
372 int upDataSize; /* required element of type xsd:int */
373 struct soap *soap; /* transient */
374public:
375 virtual int soap_type() const { return 26; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullComunicationResponse */
376 virtual void soap_default(struct soap*);
377 virtual void soap_serialize(struct soap*) const;
378 virtual int soap_put(struct soap*, const char*, const char*) const;
379 virtual int soap_out(struct soap*, const char*, int, const char*) const;
380 virtual void *soap_get(struct soap*, const char*, const char*);
381 virtual void *soap_in(struct soap*, const char*, const char*);
382 _ns1__FullComunicationResponse() : FullComunicationResult(0), exZipData(NULL), exCount(0), upZipData(NULL), upDataSize(0), soap(NULL) { }
384};
385#endif
386
387#ifndef SOAP_TYPE_EAdvertisements__ns1__WriteExportRequest
388#define SOAP_TYPE_EAdvertisements__ns1__WriteExportRequest (27)
389/* ns1:WriteExportRequest */
391{
392public:
393 ULONG64 lineNum; /* required element of type xsd:unsignedLong */
394 ULONG64 tripNum; /* required element of type xsd:unsignedLong */
395 ULONG64 snr; /* required element of type xsd:unsignedLong */
396 struct soap *soap; /* transient */
397public:
398 virtual int soap_type() const { return 27; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__WriteExportRequest */
399 virtual void soap_default(struct soap*);
400 virtual void soap_serialize(struct soap*) const;
401 virtual int soap_put(struct soap*, const char*, const char*) const;
402 virtual int soap_out(struct soap*, const char*, int, const char*) const;
403 virtual void *soap_get(struct soap*, const char*, const char*);
404 virtual void *soap_in(struct soap*, const char*, const char*);
405 _ns1__WriteExportRequest() : lineNum(0), tripNum(0), snr(0), soap(NULL) { }
407};
408#endif
409
410#ifndef SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestResponse
411#define SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestResponse (28)
412/* ns1:WriteExportRequestResponse */
414{
415public:
416 int WriteExportRequestResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
417 struct soap *soap; /* transient */
418public:
419 virtual int soap_type() const { return 28; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestResponse */
420 virtual void soap_default(struct soap*);
421 virtual void soap_serialize(struct soap*) const;
422 virtual int soap_put(struct soap*, const char*, const char*) const;
423 virtual int soap_out(struct soap*, const char*, int, const char*) const;
424 virtual void *soap_get(struct soap*, const char*, const char*);
425 virtual void *soap_in(struct soap*, const char*, const char*);
426 _ns1__WriteExportRequestResponse() : WriteExportRequestResult(0), soap(NULL) { }
428};
429#endif
430
431#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx
432#define SOAP_TYPE_EAdvertisements__ns1__FullExportEx (29)
433/* ns1:FullExportEx */
434class SOAP_CMAC _ns1__FullExportEx
435{
436public:
437 ULONG64 firmaNumberCashier; /* required element of type xsd:unsignedLong */
438 ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
439 int stopsCount; /* required element of type xsd:int */
440 struct soap *soap; /* transient */
441public:
442 virtual int soap_type() const { return 29; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportEx */
443 virtual void soap_default(struct soap*);
444 virtual void soap_serialize(struct soap*) const;
445 virtual int soap_put(struct soap*, const char*, const char*) const;
446 virtual int soap_out(struct soap*, const char*, int, const char*) const;
447 virtual void *soap_get(struct soap*, const char*, const char*);
448 virtual void *soap_in(struct soap*, const char*, const char*);
449 _ns1__FullExportEx() : firmaNumberCashier(0), busStopsID(NULL), stopsCount(0), soap(NULL) { }
451};
452#endif
453
454#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportExResponse
455#define SOAP_TYPE_EAdvertisements__ns1__FullExportExResponse (30)
456/* ns1:FullExportExResponse */
458{
459public:
460 int FullExportExResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
461 xsd__base64Binary *zipData; /* optional element of type xsd:base64Binary */
462 int count; /* required element of type xsd:int */
463 struct soap *soap; /* transient */
464public:
465 virtual int soap_type() const { return 30; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportExResponse */
466 virtual void soap_default(struct soap*);
467 virtual void soap_serialize(struct soap*) const;
468 virtual int soap_put(struct soap*, const char*, const char*) const;
469 virtual int soap_out(struct soap*, const char*, int, const char*) const;
470 virtual void *soap_get(struct soap*, const char*, const char*);
471 virtual void *soap_in(struct soap*, const char*, const char*);
472 _ns1__FullExportExResponse() : FullExportExResult(0), zipData(NULL), count(0), soap(NULL) { }
474};
475#endif
476
477#ifndef SOAP_TYPE_EAdvertisements__ns1__ExportAmounts
478#define SOAP_TYPE_EAdvertisements__ns1__ExportAmounts (31)
479/* ns1:ExportAmounts */
480class SOAP_CMAC _ns1__ExportAmounts
481{
482public:
483 ns1__ArrayOfInt *users; /* optional element of type ns1:ArrayOfInt */
484 struct soap *soap; /* transient */
485public:
486 virtual int soap_type() const { return 31; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__ExportAmounts */
487 virtual void soap_default(struct soap*);
488 virtual void soap_serialize(struct soap*) const;
489 virtual int soap_put(struct soap*, const char*, const char*) const;
490 virtual int soap_out(struct soap*, const char*, int, const char*) const;
491 virtual void *soap_get(struct soap*, const char*, const char*);
492 virtual void *soap_in(struct soap*, const char*, const char*);
493 _ns1__ExportAmounts() : users(NULL), soap(NULL) { }
495};
496#endif
497
498#ifndef SOAP_TYPE_EAdvertisements__ns1__ExportAmountsResponse
499#define SOAP_TYPE_EAdvertisements__ns1__ExportAmountsResponse (32)
500/* ns1:ExportAmountsResponse */
502{
503public:
504 int ExportAmountsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
505 xsd__base64Binary *zipData; /* optional element of type xsd:base64Binary */
506 int dataSize; /* required element of type xsd:int */
507 struct soap *soap; /* transient */
508public:
509 virtual int soap_type() const { return 32; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__ExportAmountsResponse */
510 virtual void soap_default(struct soap*);
511 virtual void soap_serialize(struct soap*) const;
512 virtual int soap_put(struct soap*, const char*, const char*) const;
513 virtual int soap_out(struct soap*, const char*, int, const char*) const;
514 virtual void *soap_get(struct soap*, const char*, const char*);
515 virtual void *soap_in(struct soap*, const char*, const char*);
516 _ns1__ExportAmountsResponse() : ExportAmountsResult(0), zipData(NULL), dataSize(0), soap(NULL) { }
518};
519#endif
520
521#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx2
522#define SOAP_TYPE_EAdvertisements__ns1__FullExportEx2 (33)
523/* ns1:FullExportEx2 */
524class SOAP_CMAC _ns1__FullExportEx2
525{
526public:
527 ULONG64 firmaNumberCashier; /* required element of type xsd:unsignedLong */
528 ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
529 int stopsCount; /* required element of type xsd:int */
530 struct soap *soap; /* transient */
531public:
532 virtual int soap_type() const { return 33; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportEx2 */
533 virtual void soap_default(struct soap*);
534 virtual void soap_serialize(struct soap*) const;
535 virtual int soap_put(struct soap*, const char*, const char*) const;
536 virtual int soap_out(struct soap*, const char*, int, const char*) const;
537 virtual void *soap_get(struct soap*, const char*, const char*);
538 virtual void *soap_in(struct soap*, const char*, const char*);
539 _ns1__FullExportEx2() : firmaNumberCashier(0), busStopsID(NULL), stopsCount(0), soap(NULL) { }
541};
542#endif
543
544#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx2Response
545#define SOAP_TYPE_EAdvertisements__ns1__FullExportEx2Response (34)
546/* ns1:FullExportEx2Response */
548{
549public:
550 int FullExportEx2Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
551 xsd__base64Binary *zipData; /* optional element of type xsd:base64Binary */
552 int count; /* required element of type xsd:int */
553 struct soap *soap; /* transient */
554public:
555 virtual int soap_type() const { return 34; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportEx2Response */
556 virtual void soap_default(struct soap*);
557 virtual void soap_serialize(struct soap*) const;
558 virtual int soap_put(struct soap*, const char*, const char*) const;
559 virtual int soap_out(struct soap*, const char*, int, const char*) const;
560 virtual void *soap_get(struct soap*, const char*, const char*);
561 virtual void *soap_in(struct soap*, const char*, const char*);
562 _ns1__FullExportEx2Response() : FullExportEx2Result(0), zipData(NULL), count(0), soap(NULL) { }
564};
565#endif
566
567#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx3
568#define SOAP_TYPE_EAdvertisements__ns1__FullExportEx3 (35)
569/* ns1:FullExportEx3 */
570class SOAP_CMAC _ns1__FullExportEx3
571{
572public:
573 ULONG64 firmaNumberCashier; /* required element of type xsd:unsignedLong */
574 ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
575 int stopsCount; /* required element of type xsd:int */
576 ns1__ArrayOfString *pictureCol; /* optional element of type ns1:ArrayOfString */
577 ULONG64 lineNum; /* required element of type xsd:unsignedLong */
578 ULONG64 tripNum; /* required element of type xsd:unsignedLong */
579 ULONG64 snr; /* required element of type xsd:unsignedLong */
580 ULONG64 buildNumber; /* required element of type xsd:unsignedLong */
581 struct soap *soap; /* transient */
582public:
583 virtual int soap_type() const { return 35; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportEx3 */
584 virtual void soap_default(struct soap*);
585 virtual void soap_serialize(struct soap*) const;
586 virtual int soap_put(struct soap*, const char*, const char*) const;
587 virtual int soap_out(struct soap*, const char*, int, const char*) const;
588 virtual void *soap_get(struct soap*, const char*, const char*);
589 virtual void *soap_in(struct soap*, const char*, const char*);
590 _ns1__FullExportEx3() : firmaNumberCashier(0), busStopsID(NULL), stopsCount(0), pictureCol(NULL), lineNum(0), tripNum(0), snr(0), buildNumber(0), soap(NULL) { }
592};
593#endif
594
595#ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx3Response
596#define SOAP_TYPE_EAdvertisements__ns1__FullExportEx3Response (36)
597/* ns1:FullExportEx3Response */
599{
600public:
601 int FullExportEx3Result; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
602 xsd__base64Binary *zipData; /* optional element of type xsd:base64Binary */
603 int count; /* required element of type xsd:int */
604 struct soap *soap; /* transient */
605public:
606 virtual int soap_type() const { return 36; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__FullExportEx3Response */
607 virtual void soap_default(struct soap*);
608 virtual void soap_serialize(struct soap*) const;
609 virtual int soap_put(struct soap*, const char*, const char*) const;
610 virtual int soap_out(struct soap*, const char*, int, const char*) const;
611 virtual void *soap_get(struct soap*, const char*, const char*);
612 virtual void *soap_in(struct soap*, const char*, const char*);
613 _ns1__FullExportEx3Response() : FullExportEx3Result(0), zipData(NULL), count(0), soap(NULL) { }
615};
616#endif
617
618#ifndef SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestEx
619#define SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestEx (37)
620/* ns1:WriteExportRequestEx */
622{
623public:
624 ULONG64 lineNum; /* required element of type xsd:unsignedLong */
625 ULONG64 tripNum; /* required element of type xsd:unsignedLong */
626 ULONG64 snr; /* required element of type xsd:unsignedLong */
627 ULONG64 buildNumber; /* required element of type xsd:unsignedLong */
628 struct soap *soap; /* transient */
629public:
630 virtual int soap_type() const { return 37; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestEx */
631 virtual void soap_default(struct soap*);
632 virtual void soap_serialize(struct soap*) const;
633 virtual int soap_put(struct soap*, const char*, const char*) const;
634 virtual int soap_out(struct soap*, const char*, int, const char*) const;
635 virtual void *soap_get(struct soap*, const char*, const char*);
636 virtual void *soap_in(struct soap*, const char*, const char*);
637 _ns1__WriteExportRequestEx() : lineNum(0), tripNum(0), snr(0), buildNumber(0), soap(NULL) { }
639};
640#endif
641
642#ifndef SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestExResponse
643#define SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestExResponse (38)
644/* ns1:WriteExportRequestExResponse */
646{
647public:
648 int WriteExportRequestExResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
649 struct soap *soap; /* transient */
650public:
651 virtual int soap_type() const { return 38; } /* = unique id SOAP_TYPE_EAdvertisements__ns1__WriteExportRequestExResponse */
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__WriteExportRequestExResponse() : WriteExportRequestExResult(0), soap(NULL) { }
660};
661#endif
662
663#ifndef SOAP_TYPE_EAdvertisements___ns2__ExportBusStopsXML
664#define SOAP_TYPE_EAdvertisements___ns2__ExportBusStopsXML (50)
665/* Operation wrapper: */
667{
668public:
669 _ns1__ExportBusStopsXML *ns1__ExportBusStopsXML; /* optional element of type ns1:ExportBusStopsXML */
670};
671#endif
672
673#ifndef SOAP_TYPE_EAdvertisements___ns2__FullExport
674#define SOAP_TYPE_EAdvertisements___ns2__FullExport (54)
675/* Operation wrapper: */
677{
678public:
679 _ns1__FullExport *ns1__FullExport; /* optional element of type ns1:FullExport */
680};
681#endif
682
683#ifndef SOAP_TYPE_EAdvertisements___ns2__FullUpdate
684#define SOAP_TYPE_EAdvertisements___ns2__FullUpdate (58)
685/* Operation wrapper: */
687{
688public:
689 _ns1__FullUpdate *ns1__FullUpdate; /* optional element of type ns1:FullUpdate */
690};
691#endif
692
693#ifndef SOAP_TYPE_EAdvertisements___ns2__FullUpdateEx
694#define SOAP_TYPE_EAdvertisements___ns2__FullUpdateEx (62)
695/* Operation wrapper: */
697{
698public:
699 _ns1__FullUpdateEx *ns1__FullUpdateEx; /* optional element of type ns1:FullUpdateEx */
700};
701#endif
702
703#ifndef SOAP_TYPE_EAdvertisements___ns2__FullUpdateEx2
704#define SOAP_TYPE_EAdvertisements___ns2__FullUpdateEx2 (66)
705/* Operation wrapper: */
707{
708public:
709 _ns1__FullUpdateEx2 *ns1__FullUpdateEx2; /* optional element of type ns1:FullUpdateEx2 */
710};
711#endif
712
713#ifndef SOAP_TYPE_EAdvertisements___ns2__FullComunication
714#define SOAP_TYPE_EAdvertisements___ns2__FullComunication (70)
715/* Operation wrapper: */
717{
718public:
719 _ns1__FullComunication *ns1__FullComunication; /* optional element of type ns1:FullComunication */
720};
721#endif
722
723#ifndef SOAP_TYPE_EAdvertisements___ns2__WriteExportRequest
724#define SOAP_TYPE_EAdvertisements___ns2__WriteExportRequest (74)
725/* Operation wrapper: */
727{
728public:
729 _ns1__WriteExportRequest *ns1__WriteExportRequest; /* optional element of type ns1:WriteExportRequest */
730};
731#endif
732
733#ifndef SOAP_TYPE_EAdvertisements___ns2__FullExportEx
734#define SOAP_TYPE_EAdvertisements___ns2__FullExportEx (78)
735/* Operation wrapper: */
737{
738public:
739 _ns1__FullExportEx *ns1__FullExportEx; /* optional element of type ns1:FullExportEx */
740};
741#endif
742
743#ifndef SOAP_TYPE_EAdvertisements___ns2__ExportAmounts
744#define SOAP_TYPE_EAdvertisements___ns2__ExportAmounts (82)
745/* Operation wrapper: */
747{
748public:
749 _ns1__ExportAmounts *ns1__ExportAmounts; /* optional element of type ns1:ExportAmounts */
750};
751#endif
752
753#ifndef SOAP_TYPE_EAdvertisements___ns2__FullExportEx2
754#define SOAP_TYPE_EAdvertisements___ns2__FullExportEx2 (86)
755/* Operation wrapper: */
757{
758public:
759 _ns1__FullExportEx2 *ns1__FullExportEx2; /* optional element of type ns1:FullExportEx2 */
760};
761#endif
762
763#ifndef SOAP_TYPE_EAdvertisements___ns2__FullExportEx3
764#define SOAP_TYPE_EAdvertisements___ns2__FullExportEx3 (90)
765/* Operation wrapper: */
767{
768public:
769 _ns1__FullExportEx3 *ns1__FullExportEx3; /* optional element of type ns1:FullExportEx3 */
770};
771#endif
772
773#ifndef SOAP_TYPE_EAdvertisements___ns2__WriteExportRequestEx
774#define SOAP_TYPE_EAdvertisements___ns2__WriteExportRequestEx (94)
775/* Operation wrapper: */
777{
778public:
779 _ns1__WriteExportRequestEx *ns1__WriteExportRequestEx; /* optional element of type ns1:WriteExportRequestEx */
780};
781#endif
782
783#ifndef SOAP_TYPE_EAdvertisements___ns3__ExportBusStopsXML
784#define SOAP_TYPE_EAdvertisements___ns3__ExportBusStopsXML (96)
785/* Operation wrapper: */
787{
788public:
789 _ns1__ExportBusStopsXML *ns1__ExportBusStopsXML; /* optional element of type ns1:ExportBusStopsXML */
790};
791#endif
792
793#ifndef SOAP_TYPE_EAdvertisements___ns3__FullExport
794#define SOAP_TYPE_EAdvertisements___ns3__FullExport (98)
795/* Operation wrapper: */
797{
798public:
799 _ns1__FullExport *ns1__FullExport; /* optional element of type ns1:FullExport */
800};
801#endif
802
803#ifndef SOAP_TYPE_EAdvertisements___ns3__FullUpdate
804#define SOAP_TYPE_EAdvertisements___ns3__FullUpdate (100)
805/* Operation wrapper: */
807{
808public:
809 _ns1__FullUpdate *ns1__FullUpdate; /* optional element of type ns1:FullUpdate */
810};
811#endif
812
813#ifndef SOAP_TYPE_EAdvertisements___ns3__FullUpdateEx
814#define SOAP_TYPE_EAdvertisements___ns3__FullUpdateEx (102)
815/* Operation wrapper: */
817{
818public:
819 _ns1__FullUpdateEx *ns1__FullUpdateEx; /* optional element of type ns1:FullUpdateEx */
820};
821#endif
822
823#ifndef SOAP_TYPE_EAdvertisements___ns3__FullUpdateEx2
824#define SOAP_TYPE_EAdvertisements___ns3__FullUpdateEx2 (104)
825/* Operation wrapper: */
827{
828public:
829 _ns1__FullUpdateEx2 *ns1__FullUpdateEx2; /* optional element of type ns1:FullUpdateEx2 */
830};
831#endif
832
833#ifndef SOAP_TYPE_EAdvertisements___ns3__FullComunication
834#define SOAP_TYPE_EAdvertisements___ns3__FullComunication (106)
835/* Operation wrapper: */
837{
838public:
839 _ns1__FullComunication *ns1__FullComunication; /* optional element of type ns1:FullComunication */
840};
841#endif
842
843#ifndef SOAP_TYPE_EAdvertisements___ns3__WriteExportRequest
844#define SOAP_TYPE_EAdvertisements___ns3__WriteExportRequest (108)
845/* Operation wrapper: */
847{
848public:
849 _ns1__WriteExportRequest *ns1__WriteExportRequest; /* optional element of type ns1:WriteExportRequest */
850};
851#endif
852
853#ifndef SOAP_TYPE_EAdvertisements___ns3__FullExportEx
854#define SOAP_TYPE_EAdvertisements___ns3__FullExportEx (110)
855/* Operation wrapper: */
857{
858public:
859 _ns1__FullExportEx *ns1__FullExportEx; /* optional element of type ns1:FullExportEx */
860};
861#endif
862
863#ifndef SOAP_TYPE_EAdvertisements___ns3__ExportAmounts
864#define SOAP_TYPE_EAdvertisements___ns3__ExportAmounts (112)
865/* Operation wrapper: */
867{
868public:
869 _ns1__ExportAmounts *ns1__ExportAmounts; /* optional element of type ns1:ExportAmounts */
870};
871#endif
872
873#ifndef SOAP_TYPE_EAdvertisements___ns3__FullExportEx2
874#define SOAP_TYPE_EAdvertisements___ns3__FullExportEx2 (114)
875/* Operation wrapper: */
877{
878public:
879 _ns1__FullExportEx2 *ns1__FullExportEx2; /* optional element of type ns1:FullExportEx2 */
880};
881#endif
882
883#ifndef SOAP_TYPE_EAdvertisements___ns3__FullExportEx3
884#define SOAP_TYPE_EAdvertisements___ns3__FullExportEx3 (116)
885/* Operation wrapper: */
887{
888public:
889 _ns1__FullExportEx3 *ns1__FullExportEx3; /* optional element of type ns1:FullExportEx3 */
890};
891#endif
892
893#ifndef SOAP_TYPE_EAdvertisements___ns3__WriteExportRequestEx
894#define SOAP_TYPE_EAdvertisements___ns3__WriteExportRequestEx (118)
895/* Operation wrapper: */
897{
898public:
899 _ns1__WriteExportRequestEx *ns1__WriteExportRequestEx; /* optional element of type ns1:WriteExportRequestEx */
900};
901#endif
902
903#ifndef SOAP_TYPE_EAdvertisements_SOAP_ENV__Header
904#define SOAP_TYPE_EAdvertisements_SOAP_ENV__Header (119)
905/* SOAP Header: */
907{
908#ifdef WITH_NOEMPTYSTRUCT
909private:
910 char dummy; /* dummy member to enable compilation */
911#endif
912};
913#endif
914
915#ifndef SOAP_TYPE_EAdvertisements_SOAP_ENV__Code
916#define SOAP_TYPE_EAdvertisements_SOAP_ENV__Code (120)
917/* SOAP Fault Code: */
919{
920public:
921 char *SOAP_ENV__Value; /* optional element of type xsd:QName */
922 struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */
923};
924#endif
925
926#ifndef SOAP_TYPE_EAdvertisements_SOAP_ENV__Detail
927#define SOAP_TYPE_EAdvertisements_SOAP_ENV__Detail (122)
928/* SOAP-ENV:Detail */
930{
931public:
932 int __type; /* any type of element <fault> (defined below) */
933 void *fault; /* transient */
934 char *__any;
935};
936#endif
937
938#ifndef SOAP_TYPE_EAdvertisements_SOAP_ENV__Reason
939#define SOAP_TYPE_EAdvertisements_SOAP_ENV__Reason (125)
940/* SOAP-ENV:Reason */
942{
943public:
944 char *SOAP_ENV__Text; /* optional element of type xsd:string */
945};
946#endif
947
948#ifndef SOAP_TYPE_EAdvertisements_SOAP_ENV__Fault
949#define SOAP_TYPE_EAdvertisements_SOAP_ENV__Fault (126)
950/* SOAP Fault: */
952{
953public:
954 char *faultcode; /* optional element of type xsd:QName */
955 char *faultstring; /* optional element of type xsd:string */
956 char *faultactor; /* optional element of type xsd:string */
957 struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */
958 struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */
959 struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */
960 char *SOAP_ENV__Node; /* optional element of type xsd:string */
961 char *SOAP_ENV__Role; /* optional element of type xsd:string */
962 struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */
963};
964#endif
965
966/******************************************************************************\
967 * *
968 * Types with Custom Serializers *
969 * *
970\******************************************************************************/
971
972
973/******************************************************************************\
974 * *
975 * Typedefs *
976 * *
977\******************************************************************************/
978
979#ifndef SOAP_TYPE_EAdvertisements__XML
980#define SOAP_TYPE_EAdvertisements__XML (4)
981typedef char *_XML;
982#endif
983
984#ifndef SOAP_TYPE_EAdvertisements__QName
985#define SOAP_TYPE_EAdvertisements__QName (5)
986typedef char *_QName;
987#endif
988
989
990/******************************************************************************\
991 * *
992 * Typedef Synonyms *
993 * *
994\******************************************************************************/
995
996
997/******************************************************************************\
998 * *
999 * Externals *
1000 * *
1001\******************************************************************************/
1002
1003
1004} // namespace EAdvertisements
1005
1006
1007#endif
1008
1009/* End of EAdvertisementsStub.h */
Definition EAdvertisementsStub.h:502
int ExportAmountsResult
Definition EAdvertisementsStub.h:504
virtual ~_ns1__ExportAmountsResponse()
Definition EAdvertisementsStub.h:517
_ns1__ExportAmountsResponse()
Definition EAdvertisementsStub.h:516
xsd__base64Binary * zipData
Definition EAdvertisementsStub.h:505
struct soap * soap
Definition EAdvertisementsStub.h:507
int dataSize
Definition EAdvertisementsStub.h:506
virtual int soap_type() const
Definition EAdvertisementsStub.h:509
Definition EAdvertisementsStub.h:481
struct soap * soap
Definition EAdvertisementsStub.h:484
_ns1__ExportAmounts()
Definition EAdvertisementsStub.h:493
virtual ~_ns1__ExportAmounts()
Definition EAdvertisementsStub.h:494
virtual int soap_type() const
Definition EAdvertisementsStub.h:486
ns1__ArrayOfInt * users
Definition EAdvertisementsStub.h:483
Definition EAdvertisementsStub.h:131
virtual ~_ns1__ExportBusStopsXMLResponse()
Definition EAdvertisementsStub.h:144
_ns1__ExportBusStopsXMLResponse()
Definition EAdvertisementsStub.h:143
struct soap * soap
Definition EAdvertisementsStub.h:134
virtual int soap_type() const
Definition EAdvertisementsStub.h:136
std::string * ExportBusStopsXMLResult
Definition EAdvertisementsStub.h:133
Definition EAdvertisementsStub.h:109
ns1__ArrayOfInt * busStopsID
Definition EAdvertisementsStub.h:111
int count
Definition EAdvertisementsStub.h:112
virtual int soap_type() const
Definition EAdvertisementsStub.h:115
virtual ~_ns1__ExportBusStopsXML()
Definition EAdvertisementsStub.h:123
_ns1__ExportBusStopsXML()
Definition EAdvertisementsStub.h:122
struct soap * soap
Definition EAdvertisementsStub.h:113
Definition EAdvertisementsStub.h:366
int exCount
Definition EAdvertisementsStub.h:370
xsd__base64Binary * exZipData
Definition EAdvertisementsStub.h:369
_ns1__FullComunicationResponse()
Definition EAdvertisementsStub.h:382
virtual int soap_type() const
Definition EAdvertisementsStub.h:375
int upDataSize
Definition EAdvertisementsStub.h:372
int FullComunicationResult
Definition EAdvertisementsStub.h:368
xsd__base64Binary * upZipData
Definition EAdvertisementsStub.h:371
virtual ~_ns1__FullComunicationResponse()
Definition EAdvertisementsStub.h:383
struct soap * soap
Definition EAdvertisementsStub.h:373
Definition EAdvertisementsStub.h:334
ns1__ArrayOfInt * exBusStopsID
Definition EAdvertisementsStub.h:337
xsd__base64Binary * upData
Definition EAdvertisementsStub.h:345
ULONG64 exSnr
Definition EAdvertisementsStub.h:342
ULONG64 exTripNum
Definition EAdvertisementsStub.h:341
int upCount
Definition EAdvertisementsStub.h:346
ULONG64 exBuildNumber
Definition EAdvertisementsStub.h:343
ns1__ArrayOfInt * upUsers
Definition EAdvertisementsStub.h:347
std::string * upName
Definition EAdvertisementsStub.h:344
struct soap * soap
Definition EAdvertisementsStub.h:348
ns1__ArrayOfString * exPictureCol
Definition EAdvertisementsStub.h:339
ULONG64 exLineNum
Definition EAdvertisementsStub.h:340
virtual int soap_type() const
Definition EAdvertisementsStub.h:350
int exStopsCount
Definition EAdvertisementsStub.h:338
_ns1__FullComunication()
Definition EAdvertisementsStub.h:357
ULONG64 firmaNumberCashier
Definition EAdvertisementsStub.h:336
virtual ~_ns1__FullComunication()
Definition EAdvertisementsStub.h:358
Definition EAdvertisementsStub.h:548
struct soap * soap
Definition EAdvertisementsStub.h:553
int FullExportEx2Result
Definition EAdvertisementsStub.h:550
_ns1__FullExportEx2Response()
Definition EAdvertisementsStub.h:562
int count
Definition EAdvertisementsStub.h:552
xsd__base64Binary * zipData
Definition EAdvertisementsStub.h:551
virtual int soap_type() const
Definition EAdvertisementsStub.h:555
virtual ~_ns1__FullExportEx2Response()
Definition EAdvertisementsStub.h:563
Definition EAdvertisementsStub.h:525
_ns1__FullExportEx2()
Definition EAdvertisementsStub.h:539
virtual ~_ns1__FullExportEx2()
Definition EAdvertisementsStub.h:540
int stopsCount
Definition EAdvertisementsStub.h:529
ns1__ArrayOfInt * busStopsID
Definition EAdvertisementsStub.h:528
virtual int soap_type() const
Definition EAdvertisementsStub.h:532
struct soap * soap
Definition EAdvertisementsStub.h:530
ULONG64 firmaNumberCashier
Definition EAdvertisementsStub.h:527
Definition EAdvertisementsStub.h:599
virtual ~_ns1__FullExportEx3Response()
Definition EAdvertisementsStub.h:614
int FullExportEx3Result
Definition EAdvertisementsStub.h:601
xsd__base64Binary * zipData
Definition EAdvertisementsStub.h:602
int count
Definition EAdvertisementsStub.h:603
_ns1__FullExportEx3Response()
Definition EAdvertisementsStub.h:613
virtual int soap_type() const
Definition EAdvertisementsStub.h:606
struct soap * soap
Definition EAdvertisementsStub.h:604
Definition EAdvertisementsStub.h:571
ULONG64 buildNumber
Definition EAdvertisementsStub.h:580
virtual int soap_type() const
Definition EAdvertisementsStub.h:583
ULONG64 tripNum
Definition EAdvertisementsStub.h:578
ULONG64 firmaNumberCashier
Definition EAdvertisementsStub.h:573
struct soap * soap
Definition EAdvertisementsStub.h:581
ns1__ArrayOfInt * busStopsID
Definition EAdvertisementsStub.h:574
ULONG64 lineNum
Definition EAdvertisementsStub.h:577
ULONG64 snr
Definition EAdvertisementsStub.h:579
_ns1__FullExportEx3()
Definition EAdvertisementsStub.h:590
int stopsCount
Definition EAdvertisementsStub.h:575
ns1__ArrayOfString * pictureCol
Definition EAdvertisementsStub.h:576
virtual ~_ns1__FullExportEx3()
Definition EAdvertisementsStub.h:591
Definition EAdvertisementsStub.h:458
struct soap * soap
Definition EAdvertisementsStub.h:463
int FullExportExResult
Definition EAdvertisementsStub.h:460
virtual ~_ns1__FullExportExResponse()
Definition EAdvertisementsStub.h:473
int count
Definition EAdvertisementsStub.h:462
_ns1__FullExportExResponse()
Definition EAdvertisementsStub.h:472
xsd__base64Binary * zipData
Definition EAdvertisementsStub.h:461
virtual int soap_type() const
Definition EAdvertisementsStub.h:465
Definition EAdvertisementsStub.h:435
_ns1__FullExportEx()
Definition EAdvertisementsStub.h:449
ULONG64 firmaNumberCashier
Definition EAdvertisementsStub.h:437
ns1__ArrayOfInt * busStopsID
Definition EAdvertisementsStub.h:438
virtual ~_ns1__FullExportEx()
Definition EAdvertisementsStub.h:450
struct soap * soap
Definition EAdvertisementsStub.h:440
int stopsCount
Definition EAdvertisementsStub.h:439
virtual int soap_type() const
Definition EAdvertisementsStub.h:442
Definition EAdvertisementsStub.h:174
struct soap * soap
Definition EAdvertisementsStub.h:179
virtual int soap_type() const
Definition EAdvertisementsStub.h:181
_ns1__FullExportResponse()
Definition EAdvertisementsStub.h:188
xsd__base64Binary * zipData
Definition EAdvertisementsStub.h:177
int FullExportResult
Definition EAdvertisementsStub.h:176
virtual ~_ns1__FullExportResponse()
Definition EAdvertisementsStub.h:189
int count
Definition EAdvertisementsStub.h:178
Definition EAdvertisementsStub.h:152
virtual ~_ns1__FullExport()
Definition EAdvertisementsStub.h:166
int stopsCount
Definition EAdvertisementsStub.h:155
struct soap * soap
Definition EAdvertisementsStub.h:156
ns1__ArrayOfInt * busStopsID
Definition EAdvertisementsStub.h:154
virtual int soap_type() const
Definition EAdvertisementsStub.h:158
_ns1__FullExport()
Definition EAdvertisementsStub.h:165
Definition EAdvertisementsStub.h:311
xsd__base64Binary * zipData
Definition EAdvertisementsStub.h:314
virtual ~_ns1__FullUpdateEx2Response()
Definition EAdvertisementsStub.h:326
virtual int soap_type() const
Definition EAdvertisementsStub.h:318
int FullUpdateEx2Result
Definition EAdvertisementsStub.h:313
int dataSize
Definition EAdvertisementsStub.h:315
struct soap * soap
Definition EAdvertisementsStub.h:316
_ns1__FullUpdateEx2Response()
Definition EAdvertisementsStub.h:325
Definition EAdvertisementsStub.h:286
int count
Definition EAdvertisementsStub.h:290
std::string * name
Definition EAdvertisementsStub.h:288
struct soap * soap
Definition EAdvertisementsStub.h:293
ns1__ArrayOfInt * users
Definition EAdvertisementsStub.h:292
ULONG64 firmaNumberCashier
Definition EAdvertisementsStub.h:291
xsd__base64Binary * data
Definition EAdvertisementsStub.h:289
virtual ~_ns1__FullUpdateEx2()
Definition EAdvertisementsStub.h:303
virtual int soap_type() const
Definition EAdvertisementsStub.h:295
_ns1__FullUpdateEx2()
Definition EAdvertisementsStub.h:302
Definition EAdvertisementsStub.h:265
int FullUpdateExResult
Definition EAdvertisementsStub.h:267
virtual ~_ns1__FullUpdateExResponse()
Definition EAdvertisementsStub.h:278
struct soap * soap
Definition EAdvertisementsStub.h:268
_ns1__FullUpdateExResponse()
Definition EAdvertisementsStub.h:277
virtual int soap_type() const
Definition EAdvertisementsStub.h:270
Definition EAdvertisementsStub.h:241
virtual ~_ns1__FullUpdateEx()
Definition EAdvertisementsStub.h:257
struct soap * soap
Definition EAdvertisementsStub.h:247
ULONG64 firmaNumberCashier
Definition EAdvertisementsStub.h:246
xsd__base64Binary * data
Definition EAdvertisementsStub.h:244
int count
Definition EAdvertisementsStub.h:245
virtual int soap_type() const
Definition EAdvertisementsStub.h:249
_ns1__FullUpdateEx()
Definition EAdvertisementsStub.h:256
std::string * name
Definition EAdvertisementsStub.h:243
Definition EAdvertisementsStub.h:220
int FullUpdateResult
Definition EAdvertisementsStub.h:222
struct soap * soap
Definition EAdvertisementsStub.h:223
virtual ~_ns1__FullUpdateResponse()
Definition EAdvertisementsStub.h:233
virtual int soap_type() const
Definition EAdvertisementsStub.h:225
_ns1__FullUpdateResponse()
Definition EAdvertisementsStub.h:232
Definition EAdvertisementsStub.h:197
struct soap * soap
Definition EAdvertisementsStub.h:202
xsd__base64Binary * data
Definition EAdvertisementsStub.h:200
std::string * name
Definition EAdvertisementsStub.h:199
virtual int soap_type() const
Definition EAdvertisementsStub.h:204
int count
Definition EAdvertisementsStub.h:201
virtual ~_ns1__FullUpdate()
Definition EAdvertisementsStub.h:212
_ns1__FullUpdate()
Definition EAdvertisementsStub.h:211
Definition EAdvertisementsStub.h:646
_ns1__WriteExportRequestExResponse()
Definition EAdvertisementsStub.h:658
int WriteExportRequestExResult
Definition EAdvertisementsStub.h:648
virtual ~_ns1__WriteExportRequestExResponse()
Definition EAdvertisementsStub.h:659
virtual int soap_type() const
Definition EAdvertisementsStub.h:651
struct soap * soap
Definition EAdvertisementsStub.h:649
Definition EAdvertisementsStub.h:622
ULONG64 buildNumber
Definition EAdvertisementsStub.h:627
virtual ~_ns1__WriteExportRequestEx()
Definition EAdvertisementsStub.h:638
ULONG64 lineNum
Definition EAdvertisementsStub.h:624
ULONG64 snr
Definition EAdvertisementsStub.h:626
struct soap * soap
Definition EAdvertisementsStub.h:628
_ns1__WriteExportRequestEx()
Definition EAdvertisementsStub.h:637
virtual int soap_type() const
Definition EAdvertisementsStub.h:630
ULONG64 tripNum
Definition EAdvertisementsStub.h:625
Definition EAdvertisementsStub.h:414
_ns1__WriteExportRequestResponse()
Definition EAdvertisementsStub.h:426
virtual ~_ns1__WriteExportRequestResponse()
Definition EAdvertisementsStub.h:427
struct soap * soap
Definition EAdvertisementsStub.h:417
virtual int soap_type() const
Definition EAdvertisementsStub.h:419
int WriteExportRequestResult
Definition EAdvertisementsStub.h:416
Definition EAdvertisementsStub.h:391
virtual int soap_type() const
Definition EAdvertisementsStub.h:398
struct soap * soap
Definition EAdvertisementsStub.h:396
ULONG64 snr
Definition EAdvertisementsStub.h:395
ULONG64 lineNum
Definition EAdvertisementsStub.h:393
ULONG64 tripNum
Definition EAdvertisementsStub.h:394
virtual ~_ns1__WriteExportRequest()
Definition EAdvertisementsStub.h:406
_ns1__WriteExportRequest()
Definition EAdvertisementsStub.h:405
Definition EAdvertisementsStub.h:63
struct soap * soap
Definition EAdvertisementsStub.h:66
virtual int soap_type() const
Definition EAdvertisementsStub.h:68
std::vector< int > int_
Definition EAdvertisementsStub.h:65
virtual ~ns1__ArrayOfInt()
Definition EAdvertisementsStub.h:76
ns1__ArrayOfInt()
Definition EAdvertisementsStub.h:75
Definition EAdvertisementsStub.h:88
virtual ~ns1__ArrayOfString()
Definition EAdvertisementsStub.h:101
ns1__ArrayOfString()
Definition EAdvertisementsStub.h:100
struct soap * soap
Definition EAdvertisementsStub.h:91
virtual int soap_type() const
Definition EAdvertisementsStub.h:93
std::vector< std::string > string
Definition EAdvertisementsStub.h:90
Definition EAdvertisementsStub.h:38
virtual ~xsd__base64Binary()
Definition EAdvertisementsStub.h:55
virtual int soap_type() const
Definition EAdvertisementsStub.h:47
char * type
Definition EAdvertisementsStub.h:43
int __size
Definition EAdvertisementsStub.h:41
unsigned char * __ptr
Definition EAdvertisementsStub.h:40
char * options
Definition EAdvertisementsStub.h:44
struct soap * soap
Definition EAdvertisementsStub.h:45
xsd__base64Binary()
Definition EAdvertisementsStub.h:54
char * id
Definition EAdvertisementsStub.h:42
Definition EAdvertisementCommMng.h:9
char * _QName
Definition EAdvertisementsStub.h:986
char * _XML
Definition EAdvertisementsStub.h:981
Definition EAdvertisementsStub.h:919
char * SOAP_ENV__Value
Definition EAdvertisementsStub.h:921
struct SOAP_ENV__Code * SOAP_ENV__Subcode
Definition EAdvertisementsStub.h:922
Definition EAdvertisementsStub.h:930
int __type
Definition EAdvertisementsStub.h:932
void * fault
Definition EAdvertisementsStub.h:933
char * __any
Definition EAdvertisementsStub.h:934
Definition EAdvertisementsStub.h:952
char * SOAP_ENV__Role
Definition EAdvertisementsStub.h:961
struct SOAP_ENV__Reason * SOAP_ENV__Reason
Definition EAdvertisementsStub.h:959
char * faultactor
Definition EAdvertisementsStub.h:956
struct SOAP_ENV__Code * SOAP_ENV__Code
Definition EAdvertisementsStub.h:958
char * faultstring
Definition EAdvertisementsStub.h:955
char * faultcode
Definition EAdvertisementsStub.h:954
char * SOAP_ENV__Node
Definition EAdvertisementsStub.h:960
struct SOAP_ENV__Detail * SOAP_ENV__Detail
Definition EAdvertisementsStub.h:962
struct SOAP_ENV__Detail * detail
Definition EAdvertisementsStub.h:957
Definition EAdvertisementsStub.h:907
Definition EAdvertisementsStub.h:942
char * SOAP_ENV__Text
Definition EAdvertisementsStub.h:944
Definition EAdvertisementsStub.h:747
_ns1__ExportAmounts * ns1__ExportAmounts
Definition EAdvertisementsStub.h:749
Definition EAdvertisementsStub.h:667
_ns1__ExportBusStopsXML * ns1__ExportBusStopsXML
Definition EAdvertisementsStub.h:669
Definition EAdvertisementsStub.h:717
_ns1__FullComunication * ns1__FullComunication
Definition EAdvertisementsStub.h:719
Definition EAdvertisementsStub.h:757
_ns1__FullExportEx2 * ns1__FullExportEx2
Definition EAdvertisementsStub.h:759
Definition EAdvertisementsStub.h:767
_ns1__FullExportEx3 * ns1__FullExportEx3
Definition EAdvertisementsStub.h:769
Definition EAdvertisementsStub.h:737
_ns1__FullExportEx * ns1__FullExportEx
Definition EAdvertisementsStub.h:739
Definition EAdvertisementsStub.h:677
_ns1__FullExport * ns1__FullExport
Definition EAdvertisementsStub.h:679
Definition EAdvertisementsStub.h:707
_ns1__FullUpdateEx2 * ns1__FullUpdateEx2
Definition EAdvertisementsStub.h:709
Definition EAdvertisementsStub.h:697
_ns1__FullUpdateEx * ns1__FullUpdateEx
Definition EAdvertisementsStub.h:699
Definition EAdvertisementsStub.h:687
_ns1__FullUpdate * ns1__FullUpdate
Definition EAdvertisementsStub.h:689
Definition EAdvertisementsStub.h:777
_ns1__WriteExportRequestEx * ns1__WriteExportRequestEx
Definition EAdvertisementsStub.h:779
Definition EAdvertisementsStub.h:727
_ns1__WriteExportRequest * ns1__WriteExportRequest
Definition EAdvertisementsStub.h:729
Definition EAdvertisementsStub.h:867
_ns1__ExportAmounts * ns1__ExportAmounts
Definition EAdvertisementsStub.h:869
Definition EAdvertisementsStub.h:787
_ns1__ExportBusStopsXML * ns1__ExportBusStopsXML
Definition EAdvertisementsStub.h:789
Definition EAdvertisementsStub.h:837
_ns1__FullComunication * ns1__FullComunication
Definition EAdvertisementsStub.h:839
Definition EAdvertisementsStub.h:877
_ns1__FullExportEx2 * ns1__FullExportEx2
Definition EAdvertisementsStub.h:879
Definition EAdvertisementsStub.h:887
_ns1__FullExportEx3 * ns1__FullExportEx3
Definition EAdvertisementsStub.h:889
Definition EAdvertisementsStub.h:857
_ns1__FullExportEx * ns1__FullExportEx
Definition EAdvertisementsStub.h:859
Definition EAdvertisementsStub.h:797
_ns1__FullExport * ns1__FullExport
Definition EAdvertisementsStub.h:799
Definition EAdvertisementsStub.h:827
_ns1__FullUpdateEx2 * ns1__FullUpdateEx2
Definition EAdvertisementsStub.h:829
Definition EAdvertisementsStub.h:817
_ns1__FullUpdateEx * ns1__FullUpdateEx
Definition EAdvertisementsStub.h:819
Definition EAdvertisementsStub.h:807
_ns1__FullUpdate * ns1__FullUpdate
Definition EAdvertisementsStub.h:809
Definition EAdvertisementsStub.h:897
_ns1__WriteExportRequestEx * ns1__WriteExportRequestEx
Definition EAdvertisementsStub.h:899
Definition EAdvertisementsStub.h:847
_ns1__WriteExportRequest * ns1__WriteExportRequest
Definition EAdvertisementsStub.h:849