~ubuntu-branches/ubuntu/maverick/eucalyptus/maverick

« back to all changes in this revision

Viewing changes to cluster/generated/adb_ncDescribeInstancesResponseType.h

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-07-21 17:27:10 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721172710-7xv07dmdqgivc3t9
Tags: 2.0~bzr1211-0ubuntu1
* New major upstream version merge, 2.0 (r1211).
* debian/patches/:
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        */
16
16
        typedef struct adb_ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t;
17
17
 
18
 
 
 
18
        
19
19
          #include "adb_instanceType.h"
20
 
 
 
20
          
21
21
 
22
22
        #include <stdio.h>
23
23
        #include <axiom.h>
32
32
 
33
33
        #define ADB_DEFAULT_DIGIT_LIMIT 64
34
34
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
35
 
 
 
35
        
36
36
 
37
37
        /******************************* Create and Free functions *********************************/
38
38
 
60
60
 
61
61
        /********************************** Getters and Setters **************************************/
62
62
        /******** Deprecated for array types, Use 'Getters and Setters for Arrays' instead ***********/
63
 
 
 
63
        
64
64
 
65
65
        /**
66
 
         * Getter for correlationId.
 
66
         * Getter for correlationId. 
67
67
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
68
68
         * @param env pointer to environment struct
69
69
         * @return axis2_char_t*
97
97
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
98
98
            const axutil_env_t *env);
99
99
 
100
 
 
101
 
 
 
100
        
 
101
        
102
102
 
103
103
        /**
104
 
         * Getter for userId.
 
104
         * Getter for userId. 
105
105
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
106
106
         * @param env pointer to environment struct
107
107
         * @return axis2_char_t*
135
135
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
136
136
            const axutil_env_t *env);
137
137
 
138
 
 
139
 
 
 
138
        
 
139
        
140
140
 
141
141
        /**
142
 
         * Getter for return.
 
142
         * Getter for return. 
143
143
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
144
144
         * @param env pointer to environment struct
145
145
         * @return axis2_bool_t
173
173
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
174
174
            const axutil_env_t *env);
175
175
 
176
 
 
177
 
 
178
 
 
179
 
        /**
180
 
         * Getter for statusMessage.
 
176
        
 
177
        
 
178
 
 
179
        /**
 
180
         * Getter for nodeName. 
 
181
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
 
182
         * @param env pointer to environment struct
 
183
         * @return axis2_char_t*
 
184
         */
 
185
        axis2_char_t* AXIS2_CALL
 
186
        adb_ncDescribeInstancesResponseType_get_nodeName(
 
187
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
188
            const axutil_env_t *env);
 
189
 
 
190
        /**
 
191
         * Setter for nodeName.
 
192
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
 
193
         * @param env pointer to environment struct
 
194
         * @param arg_nodeName axis2_char_t*
 
195
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
196
         */
 
197
        axis2_status_t AXIS2_CALL
 
198
        adb_ncDescribeInstancesResponseType_set_nodeName(
 
199
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
200
            const axutil_env_t *env,
 
201
            const axis2_char_t*  arg_nodeName);
 
202
 
 
203
        /**
 
204
         * Resetter for nodeName
 
205
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
 
206
         * @param env pointer to environment struct
 
207
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
208
         */
 
209
        axis2_status_t AXIS2_CALL
 
210
        adb_ncDescribeInstancesResponseType_reset_nodeName(
 
211
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
212
            const axutil_env_t *env);
 
213
 
 
214
        
 
215
        
 
216
 
 
217
        /**
 
218
         * Getter for statusMessage. 
181
219
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
182
220
         * @param env pointer to environment struct
183
221
         * @return int
211
249
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
212
250
            const axutil_env_t *env);
213
251
 
214
 
 
215
 
 
 
252
        
 
253
        
216
254
 
217
255
        /**
218
256
         * Getter for instances. Deprecated for array types, Use adb_ncDescribeInstancesResponseType_get_instances_at instead
250
288
            adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
251
289
            const axutil_env_t *env);
252
290
 
253
 
 
 
291
        
254
292
        /****************************** Getters and Setters For Arrays **********************************/
255
293
        /************ Array Specific Operations: get_at, set_at, add, remove_at, sizeof *****************/
256
294
 
270
308
         *
271
309
         *     // Removing the ith value from an array
272
310
         *     adb_element_remove_property_at(adb_object, env, i);
273
 
         *
 
311
         *     
274
312
         * }
275
313
         *
276
314
         */
277
315
 
278
 
 
279
 
 
 
316
        
 
317
        
280
318
        /**
281
319
         * Get the ith element of instances.
282
320
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
340
378
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
341
379
                const axutil_env_t *env, int i);
342
380
 
343
 
 
 
381
        
344
382
 
345
383
 
346
384
        /******************************* Checking and Setting NIL values *********************************/
350
388
         * NOTE: set_nil is only available for nillable properties
351
389
         */
352
390
 
353
 
 
 
391
        
354
392
 
355
393
        /**
356
394
         * Check whether correlationId is nill
364
402
                const axutil_env_t *env);
365
403
 
366
404
 
367
 
 
 
405
        
 
406
        /**
 
407
         * Set correlationId to nill (currently the same as reset)
 
408
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
 
409
         * @param env pointer to environment struct
 
410
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
411
         */
 
412
        axis2_status_t AXIS2_CALL
 
413
        adb_ncDescribeInstancesResponseType_set_correlationId_nil(
 
414
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
415
                const axutil_env_t *env);
 
416
        
368
417
 
369
418
        /**
370
419
         * Check whether userId is nill
378
427
                const axutil_env_t *env);
379
428
 
380
429
 
381
 
 
 
430
        
382
431
 
383
432
        /**
384
433
         * Check whether return is nill
392
441
                const axutil_env_t *env);
393
442
 
394
443
 
395
 
 
 
444
        
 
445
 
 
446
        /**
 
447
         * Check whether nodeName is nill
 
448
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
 
449
         * @param env pointer to environment struct
 
450
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
451
         */
 
452
        axis2_bool_t AXIS2_CALL
 
453
        adb_ncDescribeInstancesResponseType_is_nodeName_nil(
 
454
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
455
                const axutil_env_t *env);
 
456
 
 
457
 
 
458
        
 
459
        /**
 
460
         * Set nodeName to nill (currently the same as reset)
 
461
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
 
462
         * @param env pointer to environment struct
 
463
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
464
         */
 
465
        axis2_status_t AXIS2_CALL
 
466
        adb_ncDescribeInstancesResponseType_set_nodeName_nil(
 
467
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
468
                const axutil_env_t *env);
 
469
        
396
470
 
397
471
        /**
398
472
         * Check whether statusMessage is nill
406
480
                const axutil_env_t *env);
407
481
 
408
482
 
409
 
 
 
483
        
410
484
        /**
411
485
         * Set statusMessage to nill (currently the same as reset)
412
486
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
417
491
        adb_ncDescribeInstancesResponseType_set_statusMessage_nil(
418
492
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
419
493
                const axutil_env_t *env);
420
 
 
 
494
        
421
495
 
422
496
        /**
423
497
         * Check whether instances is nill
431
505
                const axutil_env_t *env);
432
506
 
433
507
 
434
 
 
 
508
        
435
509
        /*************************** Checking and Setting 'NIL' values in Arrays *****************************/
436
510
 
437
511
        /**
438
512
         * NOTE: You may set this to remove specific elements in the array
439
513
         *       But you can not remove elements, if the specific property is declared to be non-nillable or sizeof(array) < minOccurs
440
514
         */
441
 
 
 
515
        
442
516
        /**
443
517
         * Check whether instances is nill at i
444
518
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
450
524
        adb_ncDescribeInstancesResponseType_is_instances_nil_at(
451
525
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
452
526
                const axutil_env_t *env, int i);
453
 
 
454
 
 
 
527
 
 
528
       
455
529
        /**
456
530
         * Set instances to nill at i
457
531
         * @param  _ncDescribeInstancesResponseType _ adb_ncDescribeInstancesResponseType_t object
461
535
         */
462
536
        axis2_status_t AXIS2_CALL
463
537
        adb_ncDescribeInstancesResponseType_set_instances_nil_at(
464
 
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType,
 
538
                adb_ncDescribeInstancesResponseType_t* _ncDescribeInstancesResponseType, 
465
539
                const axutil_env_t *env, int i);
466
540
 
467
 
 
 
541
        
468
542
 
469
543
        /**************************** Serialize and Deserialize functions ***************************/
470
544
        /*********** These functions are for use only inside the generated code *********************/
471
545
 
472
 
 
 
546
        
473
547
        /**
474
548
         * Deserialize an XML to adb objects
475
549
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
476
550
         * @param env pointer to environment struct
477
551
         * @param dp_parent double pointer to the parent node to deserialize
478
552
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
479
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
553
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
480
554
         *              (Parent will order this in a case of choice)
481
555
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
482
556
         */
487
561
            axiom_node_t** dp_parent,
488
562
            axis2_bool_t *dp_is_early_node_valid,
489
563
            axis2_bool_t dont_care_minoccurs);
490
 
 
491
 
 
 
564
                            
 
565
            
492
566
 
493
567
       /**
494
 
         * Declare namespace in the most parent node
 
568
         * Declare namespace in the most parent node 
495
569
         * @param  _ncDescribeInstancesResponseType adb_ncDescribeInstancesResponseType_t object
496
570
         * @param env pointer to environment struct
497
571
         * @param parent_element parent element
504
578
                    const axutil_env_t *env, axiom_element_t *parent_element,
505
579
                    axutil_hash_t *namespaces, int *next_ns_index);
506
580
 
507
 
 
 
581
        
508
582
 
509
583
        /**
510
584
         * Serialize to an XML from the adb objects
536
610
     #endif
537
611
 
538
612
     #endif /* ADB_NCDESCRIBEINSTANCESRESPONSETYPE_H */
539
 
 
 
613
    
540
614