~ubuntu-core-dev/ubuntu/maverick/eucalyptus/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
        #ifndef ADB_DESCRIBEPUBLICADDRESSESRESPONSETYPE_H
        #define ADB_DESCRIBEPUBLICADDRESSESRESPONSETYPE_H

       /**
        * adb_describePublicAddressesResponseType.h
        *
        * This file was auto-generated from WSDL
        * by the Apache Axis2/Java version: 1.4  Built on : Apr 26, 2008 (06:25:17 EDT)
        */

       /**
        *  adb_describePublicAddressesResponseType class
        */
        typedef struct adb_describePublicAddressesResponseType adb_describePublicAddressesResponseType_t;

        

        #include <stdio.h>
        #include <axiom.h>
        #include <axis2_util.h>
        #include <axiom_soap.h>
        #include <axis2_client.h>

        #ifdef __cplusplus
        extern "C"
        {
        #endif

        #define ADB_DEFAULT_DIGIT_LIMIT 64
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
        

        /******************************* Create and Free functions *********************************/

        /**
         * Constructor for creating adb_describePublicAddressesResponseType_t
         * @param env pointer to environment struct
         * @return newly created adb_describePublicAddressesResponseType_t object
         */
        adb_describePublicAddressesResponseType_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_create(
            const axutil_env_t *env );

        /**
         * Free adb_describePublicAddressesResponseType_t object
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object to free
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_free (
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);



        /********************************** Getters and Setters **************************************/
        /******** Deprecated for array types, Use 'Getters and Setters for Arrays' instead ***********/
        

        /**
         * Getter for correlationId. 
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return axis2_char_t*
         */
        axis2_char_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_correlationId(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        /**
         * Setter for correlationId.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_correlationId axis2_char_t*
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_correlationId(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            const axis2_char_t*  arg_correlationId);

        /**
         * Resetter for correlationId
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_reset_correlationId(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        
        

        /**
         * Getter for userId. 
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return axis2_char_t*
         */
        axis2_char_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_userId(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        /**
         * Setter for userId.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_userId axis2_char_t*
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_userId(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            const axis2_char_t*  arg_userId);

        /**
         * Resetter for userId
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_reset_userId(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        
        

        /**
         * Getter for statusMessage. 
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return axis2_char_t*
         */
        axis2_char_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_statusMessage(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        /**
         * Setter for statusMessage.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_statusMessage axis2_char_t*
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_statusMessage(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            const axis2_char_t*  arg_statusMessage);

        /**
         * Resetter for statusMessage
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_reset_statusMessage(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        
        

        /**
         * Getter for return. 
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return axis2_bool_t
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_get_return(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        /**
         * Setter for return.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_return axis2_bool_t
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_return(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            axis2_bool_t  arg_return);

        /**
         * Resetter for return
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_reset_return(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        
        

        /**
         * Getter for sourceAddresses. Deprecated for array types, Use adb_describePublicAddressesResponseType_get_sourceAddresses_at instead
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return Array of axis2_char_t*s.
         */
        axutil_array_list_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_sourceAddresses(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        /**
         * Setter for sourceAddresses.Deprecated for array types, Use adb_describePublicAddressesResponseType_set_sourceAddresses_at
         * or adb_describePublicAddressesResponseType_add_sourceAddresses instead.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_sourceAddresses Array of axis2_char_t*s.
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_sourceAddresses(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            axutil_array_list_t*  arg_sourceAddresses);

        /**
         * Resetter for sourceAddresses
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_reset_sourceAddresses(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        
        

        /**
         * Getter for destAddresses. Deprecated for array types, Use adb_describePublicAddressesResponseType_get_destAddresses_at instead
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return Array of axis2_char_t*s.
         */
        axutil_array_list_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_destAddresses(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        /**
         * Setter for destAddresses.Deprecated for array types, Use adb_describePublicAddressesResponseType_set_destAddresses_at
         * or adb_describePublicAddressesResponseType_add_destAddresses instead.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_destAddresses Array of axis2_char_t*s.
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_destAddresses(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            axutil_array_list_t*  arg_destAddresses);

        /**
         * Resetter for destAddresses
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_reset_destAddresses(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env);

        
        /****************************** Getters and Setters For Arrays **********************************/
        /************ Array Specific Operations: get_at, set_at, add, remove_at, sizeof *****************/

        /**
         * E.g. use of get_at, set_at, add and sizeof
         *
         * for(i = 0; i < adb_element_sizeof_property(adb_object, env); i ++ )
         * {
         *     // Getting ith value to property_object variable
         *     property_object = adb_element_get_property_at(adb_object, env, i);
         *
         *     // Setting ith value from property_object variable
         *     adb_element_set_property_at(adb_object, env, i, property_object);
         *
         *     // Appending the value to the end of the array from property_object variable
         *     adb_element_add_property(adb_object, env, property_object);
         *
         *     // Removing the ith value from an array
         *     adb_element_remove_property_at(adb_object, env, i);
         *     
         * }
         *
         */

        
        
        /**
         * Get the ith element of sourceAddresses.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param i index of the item to return
         * @return ith axis2_char_t* of the array
         */
        axis2_char_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_sourceAddresses_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i);

        /**
         * Set the ith element of sourceAddresses. (If the ith already exist, it will be replaced)
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param i index of the item to return
         * @param arg_sourceAddresses element to set axis2_char_t* to the array
         * @return ith axis2_char_t* of the array
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_sourceAddresses_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i,
                const axis2_char_t* arg_sourceAddresses);


        /**
         * Add to sourceAddresses.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_sourceAddresses element to add axis2_char_t* to the array
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_add_sourceAddresses(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env,
                const axis2_char_t* arg_sourceAddresses);

        /**
         * Get the size of the sourceAddresses array.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct.
         * @return the size of the sourceAddresses array.
         */
        int AXIS2_CALL
        adb_describePublicAddressesResponseType_sizeof_sourceAddresses(
                    adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                    const axutil_env_t *env);

        /**
         * Remove the ith element of sourceAddresses.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param i index of the item to remove
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_remove_sourceAddresses_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i);

        
        
        /**
         * Get the ith element of destAddresses.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param i index of the item to return
         * @return ith axis2_char_t* of the array
         */
        axis2_char_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_get_destAddresses_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i);

        /**
         * Set the ith element of destAddresses. (If the ith already exist, it will be replaced)
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param i index of the item to return
         * @param arg_destAddresses element to set axis2_char_t* to the array
         * @return ith axis2_char_t* of the array
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_destAddresses_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i,
                const axis2_char_t* arg_destAddresses);


        /**
         * Add to destAddresses.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param arg_destAddresses element to add axis2_char_t* to the array
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_add_destAddresses(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env,
                const axis2_char_t* arg_destAddresses);

        /**
         * Get the size of the destAddresses array.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct.
         * @return the size of the destAddresses array.
         */
        int AXIS2_CALL
        adb_describePublicAddressesResponseType_sizeof_destAddresses(
                    adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                    const axutil_env_t *env);

        /**
         * Remove the ith element of destAddresses.
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param i index of the item to remove
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_remove_destAddresses_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i);

        


        /******************************* Checking and Setting NIL values *********************************/
        /* Use 'Checking and Setting NIL values for Arrays' to check and set nil for individual elements */

        /**
         * NOTE: set_nil is only available for nillable properties
         */

        

        /**
         * Check whether correlationId is nill
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_correlationId_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);


        

        /**
         * Check whether userId is nill
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_userId_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);


        

        /**
         * Check whether statusMessage is nill
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_statusMessage_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);


        
        /**
         * Set statusMessage to nill (currently the same as reset)
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_statusMessage_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);
        

        /**
         * Check whether return is nill
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_return_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);


        

        /**
         * Check whether sourceAddresses is nill
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_sourceAddresses_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);


        

        /**
         * Check whether destAddresses is nill
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_destAddresses_nil(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env);


        
        /*************************** Checking and Setting 'NIL' values in Arrays *****************************/

        /**
         * NOTE: You may set this to remove specific elements in the array
         *       But you can not remove elements, if the specific property is declared to be non-nillable or sizeof(array) < minOccurs
         */
        
        /**
         * Check whether sourceAddresses is nill at i
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct.
         * @param i index of the item to return.
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_sourceAddresses_nil_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i);
 
       
        /**
         * Set sourceAddresses to nill at i
         * @param  _describePublicAddressesResponseType _ adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct.
         * @param i index of the item to set.
         * @return AXIS2_SUCCESS on success, or AXIS2_FAILURE otherwise.
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_sourceAddresses_nil_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType, 
                const axutil_env_t *env, int i);

        
        /**
         * Check whether destAddresses is nill at i
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct.
         * @param i index of the item to return.
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_destAddresses_nil_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                const axutil_env_t *env, int i);
 
       
        /**
         * Set destAddresses to nill at i
         * @param  _describePublicAddressesResponseType _ adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct.
         * @param i index of the item to set.
         * @return AXIS2_SUCCESS on success, or AXIS2_FAILURE otherwise.
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_set_destAddresses_nil_at(
                adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType, 
                const axutil_env_t *env, int i);

        

        /**************************** Serialize and Deserialize functions ***************************/
        /*********** These functions are for use only inside the generated code *********************/

        
        /**
         * Deserialize an XML to adb objects
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param dp_parent double pointer to the parent node to deserialize
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
         *              (Parent will order this in a case of choice)
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axis2_status_t AXIS2_CALL
        adb_describePublicAddressesResponseType_deserialize(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            axiom_node_t** dp_parent,
            axis2_bool_t *dp_is_early_node_valid,
            axis2_bool_t dont_care_minoccurs);
                            
            

       /**
         * Declare namespace in the most parent node 
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param parent_element parent element
         * @param namespaces hash of namespace uri to prefix
         * @param next_ns_index pointer to an int which contain the next namespace index
         */
       void AXIS2_CALL
       adb_describePublicAddressesResponseType_declare_parent_namespaces(
                    adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
                    const axutil_env_t *env, axiom_element_t *parent_element,
                    axutil_hash_t *namespaces, int *next_ns_index);

        

        /**
         * Serialize to an XML from the adb objects
         * @param  _describePublicAddressesResponseType adb_describePublicAddressesResponseType_t object
         * @param env pointer to environment struct
         * @param describePublicAddressesResponseType_om_node node to serialize from
         * @param describePublicAddressesResponseType_om_element parent element to serialize from
         * @param tag_closed whether the parent tag is closed or not
         * @param namespaces hash of namespace uri to prefix
         * @param next_ns_index an int which contain the next namespace index
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
         */
        axiom_node_t* AXIS2_CALL
        adb_describePublicAddressesResponseType_serialize(
            adb_describePublicAddressesResponseType_t* _describePublicAddressesResponseType,
            const axutil_env_t *env,
            axiom_node_t* describePublicAddressesResponseType_om_node, axiom_element_t *describePublicAddressesResponseType_om_element, int tag_closed, axutil_hash_t *namespaces, int *next_ns_index);

        /**
         * Check whether the adb_describePublicAddressesResponseType is a particle class (E.g. group, inner sequence)
         * @return whether this is a particle class.
         */
        axis2_bool_t AXIS2_CALL
        adb_describePublicAddressesResponseType_is_particle();


     #ifdef __cplusplus
     }
     #endif

     #endif /* ADB_DESCRIBEPUBLICADDRESSESRESPONSETYPE_H */