AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
16 namespace 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: */
37 class SOAP_CMAC xsd__base64Binary
38 {
39 public:
40  unsigned char *__ptr;
41  int __size;
42  char *id; /* optional element of type xsd:string */
43  char *type; /* optional element of type xsd:string */
44  char *options; /* optional element of type xsd:string */
45  struct soap *soap; /* transient */
46 public:
47  virtual int soap_type() const { return 7; } /* = unique id SOAP_TYPE_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 */
62 class SOAP_CMAC ns1__ArrayOfInt
63 {
64 public:
65  std::vector<int >int_; /* optional element of type xsd:int */
66  struct soap *soap; /* transient */
67 public:
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 */
87 class SOAP_CMAC ns1__ArrayOfString
88 {
89 public:
90  std::vector<std::string >string; /* optional element of type xsd:string */
91  struct soap *soap; /* transient */
92 public:
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) { }
101  virtual ~ns1__ArrayOfString() { }
102 };
103 #endif
104 
105 #ifndef SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXML
106 #define SOAP_TYPE_EAdvertisements__ns1__ExportBusStopsXML (15)
107 /* ns1:ExportBusStopsXML */
108 class SOAP_CMAC _ns1__ExportBusStopsXML
109 {
110 public:
111  ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
112  int count; /* required element of type xsd:int */
113  struct soap *soap; /* transient */
114 public:
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 {
132 public:
133  std::string *ExportBusStopsXMLResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */
134  struct soap *soap; /* transient */
135 public:
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 */
151 class SOAP_CMAC _ns1__FullExport
152 {
153 public:
154  ns1__ArrayOfInt *busStopsID; /* optional element of type ns1:ArrayOfInt */
155  int stopsCount; /* required element of type xsd:int */
156  struct soap *soap; /* transient */
157 public:
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 {
175 public:
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 */
180 public:
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 */
196 class SOAP_CMAC _ns1__FullUpdate
197 {
198 public:
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 */
203 public:
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 {
221 public:
222  int FullUpdateResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
223  struct soap *soap; /* transient */
224 public:
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 */
240 class SOAP_CMAC _ns1__FullUpdateEx
241 {
242 public:
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 */
248 public:
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) { }
257  virtual ~_ns1__FullUpdateEx() { }
258 };
259 #endif
260 
261 #ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateExResponse
262 #define SOAP_TYPE_EAdvertisements__ns1__FullUpdateExResponse (22)
263 /* ns1:FullUpdateExResponse */
265 {
266 public:
267  int FullUpdateExResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
268  struct soap *soap; /* transient */
269 public:
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 */
285 class SOAP_CMAC _ns1__FullUpdateEx2
286 {
287 public:
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 */
294 public:
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) { }
303  virtual ~_ns1__FullUpdateEx2() { }
304 };
305 #endif
306 
307 #ifndef SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2Response
308 #define SOAP_TYPE_EAdvertisements__ns1__FullUpdateEx2Response (24)
309 /* ns1:FullUpdateEx2Response */
311 {
312 public:
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 */
317 public:
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 */
333 class SOAP_CMAC _ns1__FullComunication
334 {
335 public:
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 */
349 public:
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 {
367 public:
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 */
374 public:
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 {
392 public:
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 */
397 public:
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 {
415 public:
416  int WriteExportRequestResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
417  struct soap *soap; /* transient */
418 public:
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 */
434 class SOAP_CMAC _ns1__FullExportEx
435 {
436 public:
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 */
441 public:
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) { }
450  virtual ~_ns1__FullExportEx() { }
451 };
452 #endif
453 
454 #ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportExResponse
455 #define SOAP_TYPE_EAdvertisements__ns1__FullExportExResponse (30)
456 /* ns1:FullExportExResponse */
458 {
459 public:
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 */
464 public:
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 */
480 class SOAP_CMAC _ns1__ExportAmounts
481 {
482 public:
483  ns1__ArrayOfInt *users; /* optional element of type ns1:ArrayOfInt */
484  struct soap *soap; /* transient */
485 public:
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) { }
494  virtual ~_ns1__ExportAmounts() { }
495 };
496 #endif
497 
498 #ifndef SOAP_TYPE_EAdvertisements__ns1__ExportAmountsResponse
499 #define SOAP_TYPE_EAdvertisements__ns1__ExportAmountsResponse (32)
500 /* ns1:ExportAmountsResponse */
502 {
503 public:
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 */
508 public:
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 */
524 class SOAP_CMAC _ns1__FullExportEx2
525 {
526 public:
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 */
531 public:
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) { }
540  virtual ~_ns1__FullExportEx2() { }
541 };
542 #endif
543 
544 #ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx2Response
545 #define SOAP_TYPE_EAdvertisements__ns1__FullExportEx2Response (34)
546 /* ns1:FullExportEx2Response */
548 {
549 public:
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 */
554 public:
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 */
570 class SOAP_CMAC _ns1__FullExportEx3
571 {
572 public:
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 */
582 public:
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) { }
591  virtual ~_ns1__FullExportEx3() { }
592 };
593 #endif
594 
595 #ifndef SOAP_TYPE_EAdvertisements__ns1__FullExportEx3Response
596 #define SOAP_TYPE_EAdvertisements__ns1__FullExportEx3Response (36)
597 /* ns1:FullExportEx3Response */
599 {
600 public:
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 */
605 public:
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 {
623 public:
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 */
629 public:
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 {
647 public:
648  int WriteExportRequestExResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:int */
649  struct soap *soap; /* transient */
650 public:
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 {
668 public:
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 {
678 public:
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 {
688 public:
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 {
698 public:
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 {
708 public:
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 {
718 public:
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 {
728 public:
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 {
738 public:
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 {
748 public:
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 {
758 public:
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 {
768 public:
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 {
778 public:
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 {
788 public:
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 {
798 public:
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 {
808 public:
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 {
818 public:
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 {
828 public:
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 {
838 public:
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 {
848 public:
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 {
858 public:
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 {
868 public:
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 {
878 public:
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 {
888 public:
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 {
898 public:
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
909 private:
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 {
920 public:
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 {
931 public:
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 {
943 public:
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 {
953 public:
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)
981 typedef char *_XML;
982 #endif
983 
984 #ifndef SOAP_TYPE_EAdvertisements__QName
985 #define SOAP_TYPE_EAdvertisements__QName (5)
986 typedef 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:746
std::string * upName
Definition: EAdvertisementsStub.h:344
int stopsCount
Definition: EAdvertisementsStub.h:155
Definition: EAdvertisementsStub.h:906
struct soap * soap
Definition: EAdvertisementsStub.h:113
_ns1__ExportBusStopsXML()
Definition: EAdvertisementsStub.h:122
Definition: EAdvertisementsStub.h:621
struct SOAP_ENV__Detail * detail
Definition: EAdvertisementsStub.h:957
virtual int soap_type() const
Definition: EAdvertisementsStub.h:204
char * faultcode
Definition: EAdvertisementsStub.h:954
ns1__ArrayOfString * exPictureCol
Definition: EAdvertisementsStub.h:339
xsd__base64Binary * data
Definition: EAdvertisementsStub.h:289
ns1__ArrayOfInt * upUsers
Definition: EAdvertisementsStub.h:347
Definition: EAdvertisementsStub.h:108
int stopsCount
Definition: EAdvertisementsStub.h:439
ULONG64 snr
Definition: EAdvertisementsStub.h:395
Definition: EAdvertisementsStub.h:480
ULONG64 exLineNum
Definition: EAdvertisementsStub.h:340
virtual ~_ns1__FullExportEx()
Definition: EAdvertisementsStub.h:450
xsd__base64Binary * exZipData
Definition: EAdvertisementsStub.h:369
int stopsCount
Definition: EAdvertisementsStub.h:529
Definition: EAdvertisementsStub.h:333
ns1__ArrayOfInt * exBusStopsID
Definition: EAdvertisementsStub.h:337
Definition: EAdvertisementsStub.h:365
virtual int soap_type() const
Definition: EAdvertisementsStub.h:249
xsd__base64Binary * data
Definition: EAdvertisementsStub.h:200
_ns1__WriteExportRequestEx * ns1__WriteExportRequestEx
Definition: EAdvertisementsStub.h:899
ns1__ArrayOfInt()
Definition: EAdvertisementsStub.h:75
Definition: EAdvertisementsStub.h:240
struct soap * soap
Definition: EAdvertisementsStub.h:316
virtual int soap_type() const
Definition: EAdvertisementsStub.h:555
virtual int soap_type() const
Definition: EAdvertisementsStub.h:398
virtual int soap_type() const
Definition: EAdvertisementsStub.h:295
virtual ~_ns1__WriteExportRequestResponse()
Definition: EAdvertisementsStub.h:427
_ns1__ExportAmountsResponse()
Definition: EAdvertisementsStub.h:516
int WriteExportRequestExResult
Definition: EAdvertisementsStub.h:648
Definition: EAdvertisementsStub.h:130
struct soap * soap
Definition: EAdvertisementsStub.h:530
ULONG64 exTripNum
Definition: EAdvertisementsStub.h:341
Definition: EAdvertisementsStub.h:457
int ExportAmountsResult
Definition: EAdvertisementsStub.h:504
xsd__base64Binary * upZipData
Definition: EAdvertisementsStub.h:371
virtual int soap_type() const
Definition: EAdvertisementsStub.h:606
ULONG64 snr
Definition: EAdvertisementsStub.h:579
int upDataSize
Definition: EAdvertisementsStub.h:372
_ns1__FullExportEx3Response()
Definition: EAdvertisementsStub.h:613
ULONG64 tripNum
Definition: EAdvertisementsStub.h:625
Definition: EAdvertisementsStub.h:886
int FullUpdateEx2Result
Definition: EAdvertisementsStub.h:313
ns1__ArrayOfInt * users
Definition: EAdvertisementsStub.h:483
Definition: EAdvertisementsStub.h:756
virtual ~_ns1__FullUpdateEx2Response()
Definition: EAdvertisementsStub.h:326
int count
Definition: EAdvertisementsStub.h:245
Definition: EAdvertisementsStub.h:929
Definition: EAdvertisementsStub.h:524
Definition: EAdvertisementsStub.h:796
struct soap * soap
Definition: EAdvertisementsStub.h:268
Definition: EAdvertisementsStub.h:264
struct soap * soap
Definition: EAdvertisementsStub.h:581
int WriteExportRequestResult
Definition: EAdvertisementsStub.h:416
_ns1__FullExportResponse()
Definition: EAdvertisementsStub.h:188
xsd__base64Binary()
Definition: EAdvertisementsStub.h:54
virtual int soap_type() const
Definition: EAdvertisementsStub.h:270
_ns1__ExportAmounts * ns1__ExportAmounts
Definition: EAdvertisementsStub.h:749
virtual ~_ns1__WriteExportRequestExResponse()
Definition: EAdvertisementsStub.h:659
virtual ~_ns1__FullExportEx3()
Definition: EAdvertisementsStub.h:591
ULONG64 firmaNumberCashier
Definition: EAdvertisementsStub.h:527
Definition: EAdvertisementsStub.h:816
char * SOAP_ENV__Node
Definition: EAdvertisementsStub.h:960
Definition: EAdvertisementsStub.h:866
void * fault
Definition: EAdvertisementsStub.h:933
std::string * name
Definition: EAdvertisementsStub.h:288
struct soap * soap
Definition: EAdvertisementsStub.h:553
std::vector< int > int_
Definition: EAdvertisementsStub.h:65
_ns1__FullExportEx * ns1__FullExportEx
Definition: EAdvertisementsStub.h:859
virtual ~_ns1__FullUpdateResponse()
Definition: EAdvertisementsStub.h:233
struct soap * soap
Definition: EAdvertisementsStub.h:247
ULONG64 firmaNumberCashier
Definition: EAdvertisementsStub.h:437
virtual ~_ns1__WriteExportRequest()
Definition: EAdvertisementsStub.h:406
char * options
Definition: EAdvertisementsStub.h:44
int __size
Definition: EAdvertisementsStub.h:41
virtual int soap_type() const
Definition: EAdvertisementsStub.h:465
std::string * name
Definition: EAdvertisementsStub.h:199
int count
Definition: EAdvertisementsStub.h:201
virtual int soap_type() const
Definition: EAdvertisementsStub.h:509
char * __any
Definition: EAdvertisementsStub.h:934
virtual int soap_type() const
Definition: EAdvertisementsStub.h:93
Definition: EAdvertisementsStub.h:37
virtual ~_ns1__FullComunication()
Definition: EAdvertisementsStub.h:358
ULONG64 exBuildNumber
Definition: EAdvertisementsStub.h:343
_ns1__FullExportEx2 * ns1__FullExportEx2
Definition: EAdvertisementsStub.h:879
Definition: EAdvertisementsStub.h:173
int count
Definition: EAdvertisementsStub.h:552
Definition: EAdvertisementsStub.h:196
ULONG64 firmaNumberCashier
Definition: EAdvertisementsStub.h:573
virtual int soap_type() const
Definition: EAdvertisementsStub.h:225
char * faultactor
Definition: EAdvertisementsStub.h:956
Definition: EAdvertisementsStub.h:151
struct SOAP_ENV__Code * SOAP_ENV__Subcode
Definition: EAdvertisementsStub.h:922
struct soap * soap
Definition: EAdvertisementsStub.h:134
int FullUpdateExResult
Definition: EAdvertisementsStub.h:267
ULONG64 snr
Definition: EAdvertisementsStub.h:626
_ns1__ExportBusStopsXML * ns1__ExportBusStopsXML
Definition: EAdvertisementsStub.h:789
virtual ~_ns1__ExportBusStopsXMLResponse()
Definition: EAdvertisementsStub.h:144
ULONG64 lineNum
Definition: EAdvertisementsStub.h:577
virtual ~_ns1__FullExport()
Definition: EAdvertisementsStub.h:166
_ns1__FullExport()
Definition: EAdvertisementsStub.h:165
int FullExportExResult
Definition: EAdvertisementsStub.h:460
virtual ~_ns1__ExportAmounts()
Definition: EAdvertisementsStub.h:494
ULONG64 buildNumber
Definition: EAdvertisementsStub.h:580
ULONG64 lineNum
Definition: EAdvertisementsStub.h:393
virtual ~_ns1__ExportAmountsResponse()
Definition: EAdvertisementsStub.h:517
_ns1__FullComunication()
Definition: EAdvertisementsStub.h:357
Definition: EAdvertisementsStub.h:413
virtual ~_ns1__WriteExportRequestEx()
Definition: EAdvertisementsStub.h:638
Definition: EAdvertisementsStub.h:285
_ns1__FullUpdate()
Definition: EAdvertisementsStub.h:211
virtual int soap_type() const
Definition: EAdvertisementsStub.h:442
_ns1__FullExportEx * ns1__FullExportEx
Definition: EAdvertisementsStub.h:739
virtual ~_ns1__FullExportEx3Response()
Definition: EAdvertisementsStub.h:614
virtual int soap_type() const
Definition: EAdvertisementsStub.h:318
_ns1__ExportBusStopsXML * ns1__ExportBusStopsXML
Definition: EAdvertisementsStub.h:669
virtual int soap_type() const
Definition: EAdvertisementsStub.h:47
int count
Definition: EAdvertisementsStub.h:112
_ns1__FullExportEx3 * ns1__FullExportEx3
Definition: EAdvertisementsStub.h:889
char * SOAP_ENV__Role
Definition: EAdvertisementsStub.h:961
virtual int soap_type() const
Definition: EAdvertisementsStub.h:136
char * _XML
Definition: EAdvertisementsStub.h:981
ULONG64 tripNum
Definition: EAdvertisementsStub.h:578
_ns1__WriteExportRequestResponse()
Definition: EAdvertisementsStub.h:426
virtual int soap_type() const
Definition: EAdvertisementsStub.h:68
ULONG64 lineNum
Definition: EAdvertisementsStub.h:624
virtual int soap_type() const
Definition: EAdvertisementsStub.h:375
_ns1__FullExportEx3()
Definition: EAdvertisementsStub.h:590
Definition: EAdvertisementsStub.h:434
Definition: EAdvertisementsStub.h:390
Definition: EAdvertisementsStub.h:776
ns1__ArrayOfString()
Definition: EAdvertisementsStub.h:100
struct soap * soap
Definition: EAdvertisementsStub.h:66
int exCount
Definition: EAdvertisementsStub.h:370
Definition: EAdvertisementsStub.h:676
Definition: EAdvertisementsStub.h:806
struct SOAP_ENV__Code * SOAP_ENV__Code
Definition: EAdvertisementsStub.h:958
_ns1__FullUpdateResponse()
Definition: EAdvertisementsStub.h:232
struct SOAP_ENV__Reason * SOAP_ENV__Reason
Definition: EAdvertisementsStub.h:959
virtual ~_ns1__ExportBusStopsXML()
Definition: EAdvertisementsStub.h:123
Definition: EAdvertisementsStub.h:696
struct soap * soap
Definition: EAdvertisementsStub.h:649
ns1__ArrayOfInt * busStopsID
Definition: EAdvertisementsStub.h:111
virtual int soap_type() const
Definition: EAdvertisementsStub.h:181
_ns1__ExportBusStopsXMLResponse()
Definition: EAdvertisementsStub.h:143
Definition: EAdvertisementsStub.h:501
struct soap * soap
Definition: EAdvertisementsStub.h:45
int FullExportEx3Result
Definition: EAdvertisementsStub.h:601
Definition: EAdvertisementsStub.h:686
virtual ~_ns1__FullExportResponse()
Definition: EAdvertisementsStub.h:189
unsigned char * __ptr
Definition: EAdvertisementsStub.h:40
_ns1__FullUpdate * ns1__FullUpdate
Definition: EAdvertisementsStub.h:689
Definition: EAdvertisementsStub.h:570
virtual ~_ns1__FullComunicationResponse()
Definition: EAdvertisementsStub.h:383
_ns1__FullUpdateEx2()
Definition: EAdvertisementsStub.h:302
_ns1__FullUpdateEx()
Definition: EAdvertisementsStub.h:256
_ns1__FullComunication * ns1__FullComunication
Definition: EAdvertisementsStub.h:839
int exStopsCount
Definition: EAdvertisementsStub.h:338
struct soap * soap
Definition: EAdvertisementsStub.h:440
struct soap * soap
Definition: EAdvertisementsStub.h:179
virtual ~xsd__base64Binary()
Definition: EAdvertisementsStub.h:55
Definition: EAdvertisementsStub.h:846
_ns1__FullExportEx2 * ns1__FullExportEx2
Definition: EAdvertisementsStub.h:759
int FullComunicationResult
Definition: EAdvertisementsStub.h:368
_ns1__FullExport * ns1__FullExport
Definition: EAdvertisementsStub.h:679
Definition: EAdvertisementsStub.h:896
xsd__base64Binary * zipData
Definition: EAdvertisementsStub.h:461
struct soap * soap
Definition: EAdvertisementsStub.h:156
std::string * ExportBusStopsXMLResult
Definition: EAdvertisementsStub.h:133
_ns1__FullUpdateEx2Response()
Definition: EAdvertisementsStub.h:325
virtual int soap_type() const
Definition: EAdvertisementsStub.h:158
xsd__base64Binary * upData
Definition: EAdvertisementsStub.h:345
int FullExportResult
Definition: EAdvertisementsStub.h:176
virtual int soap_type() const
Definition: EAdvertisementsStub.h:630
virtual ~_ns1__FullExportExResponse()
Definition: EAdvertisementsStub.h:473
ULONG64 firmaNumberCashier
Definition: EAdvertisementsStub.h:291
struct soap * soap
Definition: EAdvertisementsStub.h:604
struct soap * soap
Definition: EAdvertisementsStub.h:348
Definition: EAdvertisementsStub.h:726
int FullUpdateResult
Definition: EAdvertisementsStub.h:222
int count
Definition: EAdvertisementsStub.h:462
ULONG64 tripNum
Definition: EAdvertisementsStub.h:394
Definition: EAdvertisementsStub.h:62
struct soap * soap
Definition: EAdvertisementsStub.h:202
char * SOAP_ENV__Text
Definition: EAdvertisementsStub.h:944
Definition: EAdvertisementsStub.h:645
_ns1__WriteExportRequestExResponse()
Definition: EAdvertisementsStub.h:658
int __type
Definition: EAdvertisementsStub.h:932
int count
Definition: EAdvertisementsStub.h:603
virtual int soap_type() const
Definition: EAdvertisementsStub.h:583
virtual int soap_type() const
Definition: EAdvertisementsStub.h:115
struct soap * soap
Definition: EAdvertisementsStub.h:373
virtual ~_ns1__FullUpdateEx2()
Definition: EAdvertisementsStub.h:303
_ns1__FullUpdateExResponse()
Definition: EAdvertisementsStub.h:277
struct soap * soap
Definition: EAdvertisementsStub.h:463
Definition: EAdvertisementsStub.h:918
virtual ~ns1__ArrayOfInt()
Definition: EAdvertisementsStub.h:76
xsd__base64Binary * zipData
Definition: EAdvertisementsStub.h:314
_ns1__WriteExportRequestEx()
Definition: EAdvertisementsStub.h:637
virtual ~ns1__ArrayOfString()
Definition: EAdvertisementsStub.h:101
virtual ~_ns1__FullUpdateEx()
Definition: EAdvertisementsStub.h:257
_ns1__FullExport * ns1__FullExport
Definition: EAdvertisementsStub.h:799
xsd__base64Binary * zipData
Definition: EAdvertisementsStub.h:602
ns1__ArrayOfInt * busStopsID
Definition: EAdvertisementsStub.h:438
struct soap * soap
Definition: EAdvertisementsStub.h:507
int dataSize
Definition: EAdvertisementsStub.h:315
_ns1__FullExportEx3 * ns1__FullExportEx3
Definition: EAdvertisementsStub.h:769
virtual ~_ns1__FullExportEx2()
Definition: EAdvertisementsStub.h:540
_ns1__FullExportEx()
Definition: EAdvertisementsStub.h:449
std::string * name
Definition: EAdvertisementsStub.h:243
virtual int soap_type() const
Definition: EAdvertisementsStub.h:486
Definition: EAdvertisementsStub.h:736
_ns1__FullUpdateEx * ns1__FullUpdateEx
Definition: EAdvertisementsStub.h:699
Definition: EAdvertisementsStub.h:941
Definition: EAdvertisementsStub.h:310
char * id
Definition: EAdvertisementsStub.h:42
Definition: EAdvertisementsStub.h:666
Definition: EAdvertisementsStub.h:598
Definition: EAdvertisementsStub.h:951
ns1__ArrayOfInt * users
Definition: EAdvertisementsStub.h:292
struct soap * soap
Definition: EAdvertisementsStub.h:293
Definition: EAdvertisementsStub.h:547
char * type
Definition: EAdvertisementsStub.h:43
ULONG64 buildNumber
Definition: EAdvertisementsStub.h:627
ns1__ArrayOfString * pictureCol
Definition: EAdvertisementsStub.h:576
struct soap * soap
Definition: EAdvertisementsStub.h:396
int upCount
Definition: EAdvertisementsStub.h:346
Definition: EAdvertisementsStub.h:219
struct soap * soap
Definition: EAdvertisementsStub.h:417
ULONG64 firmaNumberCashier
Definition: EAdvertisementsStub.h:246
xsd__base64Binary * data
Definition: EAdvertisementsStub.h:244
virtual int soap_type() const
Definition: EAdvertisementsStub.h:532
virtual ~_ns1__FullExportEx2Response()
Definition: EAdvertisementsStub.h:563
char * _QName
Definition: EAdvertisementsStub.h:986
Definition: EAdvertisementsStub.h:706
Definition: EAdvertisementsStub.h:826
Definition: EAdvertisementsStub.h:836
xsd__base64Binary * zipData
Definition: EAdvertisementsStub.h:177
_ns1__WriteExportRequestEx * ns1__WriteExportRequestEx
Definition: EAdvertisementsStub.h:779
Definition: EAdvertisementsStub.h:766
_ns1__FullExportEx2()
Definition: EAdvertisementsStub.h:539
int count
Definition: EAdvertisementsStub.h:178
struct soap * soap
Definition: EAdvertisementsStub.h:484
struct soap * soap
Definition: EAdvertisementsStub.h:91
int count
Definition: EAdvertisementsStub.h:290
struct soap * soap
Definition: EAdvertisementsStub.h:628
int FullExportEx2Result
Definition: EAdvertisementsStub.h:550
Definition: EAdvertisementsStub.h:716
ULONG64 firmaNumberCashier
Definition: EAdvertisementsStub.h:336
struct soap * soap
Definition: EAdvertisementsStub.h:223
virtual int soap_type() const
Definition: EAdvertisementsStub.h:651
_ns1__WriteExportRequest()
Definition: EAdvertisementsStub.h:405
_ns1__WriteExportRequest * ns1__WriteExportRequest
Definition: EAdvertisementsStub.h:849
xsd__base64Binary * zipData
Definition: EAdvertisementsStub.h:551
_ns1__ExportAmounts * ns1__ExportAmounts
Definition: EAdvertisementsStub.h:869
_ns1__FullUpdateEx2 * ns1__FullUpdateEx2
Definition: EAdvertisementsStub.h:829
_ns1__FullComunicationResponse()
Definition: EAdvertisementsStub.h:382
int dataSize
Definition: EAdvertisementsStub.h:506
Definition: EAdvertisementsStub.h:87
virtual ~_ns1__FullUpdate()
Definition: EAdvertisementsStub.h:212
virtual ~_ns1__FullUpdateExResponse()
Definition: EAdvertisementsStub.h:278
std::vector< std::string > string
Definition: EAdvertisementsStub.h:90
char * SOAP_ENV__Value
Definition: EAdvertisementsStub.h:921
_ns1__FullComunication * ns1__FullComunication
Definition: EAdvertisementsStub.h:719
char * faultstring
Definition: EAdvertisementsStub.h:955
_ns1__ExportAmounts()
Definition: EAdvertisementsStub.h:493
ULONG64 exSnr
Definition: EAdvertisementsStub.h:342
virtual int soap_type() const
Definition: EAdvertisementsStub.h:419
Definition: EAdvertisementsStub.h:856
_ns1__FullUpdateEx * ns1__FullUpdateEx
Definition: EAdvertisementsStub.h:819
xsd__base64Binary * zipData
Definition: EAdvertisementsStub.h:505
virtual int soap_type() const
Definition: EAdvertisementsStub.h:350
ns1__ArrayOfInt * busStopsID
Definition: EAdvertisementsStub.h:528
Definition: EAdvertisementsStub.h:876
Definition: EAdvertisementsStub.h:786
struct SOAP_ENV__Detail * SOAP_ENV__Detail
Definition: EAdvertisementsStub.h:962
_ns1__FullExportExResponse()
Definition: EAdvertisementsStub.h:472
int stopsCount
Definition: EAdvertisementsStub.h:575
_ns1__FullUpdate * ns1__FullUpdate
Definition: EAdvertisementsStub.h:809
ns1__ArrayOfInt * busStopsID
Definition: EAdvertisementsStub.h:154
ns1__ArrayOfInt * busStopsID
Definition: EAdvertisementsStub.h:574
_ns1__WriteExportRequest * ns1__WriteExportRequest
Definition: EAdvertisementsStub.h:729
Definition: EAdvertisementCommMng.h:9
_ns1__FullUpdateEx2 * ns1__FullUpdateEx2
Definition: EAdvertisementsStub.h:709
_ns1__FullExportEx2Response()
Definition: EAdvertisementsStub.h:562