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

« back to all changes in this revision

Viewing changes to node/generated/adb_ncDescribeInstancesType.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_ncDescribeInstancesType adb_ncDescribeInstancesType_t;
17
17
 
18
 
 
 
18
        
19
19
 
20
20
        #include <stdio.h>
21
21
        #include <axiom.h>
30
30
 
31
31
        #define ADB_DEFAULT_DIGIT_LIMIT 64
32
32
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
33
 
 
 
33
        
34
34
 
35
35
        /******************************* Create and Free functions *********************************/
36
36
 
58
58
 
59
59
        /********************************** Getters and Setters **************************************/
60
60
        /******** Deprecated for array types, Use 'Getters and Setters for Arrays' instead ***********/
61
 
 
 
61
        
62
62
 
63
63
        /**
64
 
         * Getter for correlationId.
 
64
         * Getter for correlationId. 
65
65
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
96
96
            const axutil_env_t *env);
97
97
 
98
 
 
99
 
 
 
98
        
 
99
        
100
100
 
101
101
        /**
102
 
         * Getter for userId.
 
102
         * Getter for userId. 
103
103
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
134
134
            const axutil_env_t *env);
135
135
 
136
 
 
137
 
 
 
136
        
 
137
        
138
138
 
139
139
        /**
140
 
         * Getter for return.
 
140
         * Getter for return. 
141
141
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_bool_t
171
171
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
172
172
            const axutil_env_t *env);
173
173
 
174
 
 
175
 
 
176
 
 
177
 
        /**
178
 
         * Getter for statusMessage.
 
174
        
 
175
        
 
176
 
 
177
        /**
 
178
         * Getter for nodeName. 
 
179
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
 
180
         * @param env pointer to environment struct
 
181
         * @return axis2_char_t*
 
182
         */
 
183
        axis2_char_t* AXIS2_CALL
 
184
        adb_ncDescribeInstancesType_get_nodeName(
 
185
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
186
            const axutil_env_t *env);
 
187
 
 
188
        /**
 
189
         * Setter for nodeName.
 
190
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
 
191
         * @param env pointer to environment struct
 
192
         * @param arg_nodeName axis2_char_t*
 
193
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
194
         */
 
195
        axis2_status_t AXIS2_CALL
 
196
        adb_ncDescribeInstancesType_set_nodeName(
 
197
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
198
            const axutil_env_t *env,
 
199
            const axis2_char_t*  arg_nodeName);
 
200
 
 
201
        /**
 
202
         * Resetter for nodeName
 
203
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
 
204
         * @param env pointer to environment struct
 
205
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
206
         */
 
207
        axis2_status_t AXIS2_CALL
 
208
        adb_ncDescribeInstancesType_reset_nodeName(
 
209
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
210
            const axutil_env_t *env);
 
211
 
 
212
        
 
213
        
 
214
 
 
215
        /**
 
216
         * Getter for statusMessage. 
179
217
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
180
218
         * @param env pointer to environment struct
181
219
         * @return int
209
247
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
210
248
            const axutil_env_t *env);
211
249
 
212
 
 
213
 
 
 
250
        
 
251
        
214
252
 
215
253
        /**
216
254
         * Getter for instanceIds. Deprecated for array types, Use adb_ncDescribeInstancesType_get_instanceIds_at instead
248
286
            adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
249
287
            const axutil_env_t *env);
250
288
 
251
 
 
 
289
        
252
290
        /****************************** Getters and Setters For Arrays **********************************/
253
291
        /************ Array Specific Operations: get_at, set_at, add, remove_at, sizeof *****************/
254
292
 
268
306
         *
269
307
         *     // Removing the ith value from an array
270
308
         *     adb_element_remove_property_at(adb_object, env, i);
271
 
         *
 
309
         *     
272
310
         * }
273
311
         *
274
312
         */
275
313
 
276
 
 
277
 
 
 
314
        
 
315
        
278
316
        /**
279
317
         * Get the ith element of instanceIds.
280
318
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
338
376
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
339
377
                const axutil_env_t *env, int i);
340
378
 
341
 
 
 
379
        
342
380
 
343
381
 
344
382
        /******************************* Checking and Setting NIL values *********************************/
348
386
         * NOTE: set_nil is only available for nillable properties
349
387
         */
350
388
 
351
 
 
 
389
        
352
390
 
353
391
        /**
354
392
         * Check whether correlationId is nill
362
400
                const axutil_env_t *env);
363
401
 
364
402
 
365
 
 
 
403
        
 
404
        /**
 
405
         * Set correlationId to nill (currently the same as reset)
 
406
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
 
407
         * @param env pointer to environment struct
 
408
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
409
         */
 
410
        axis2_status_t AXIS2_CALL
 
411
        adb_ncDescribeInstancesType_set_correlationId_nil(
 
412
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
413
                const axutil_env_t *env);
 
414
        
366
415
 
367
416
        /**
368
417
         * Check whether userId is nill
376
425
                const axutil_env_t *env);
377
426
 
378
427
 
379
 
 
 
428
        
380
429
 
381
430
        /**
382
431
         * Check whether return is nill
390
439
                const axutil_env_t *env);
391
440
 
392
441
 
393
 
 
 
442
        
 
443
 
 
444
        /**
 
445
         * Check whether nodeName is nill
 
446
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
 
447
         * @param env pointer to environment struct
 
448
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
449
         */
 
450
        axis2_bool_t AXIS2_CALL
 
451
        adb_ncDescribeInstancesType_is_nodeName_nil(
 
452
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
453
                const axutil_env_t *env);
 
454
 
 
455
 
 
456
        
 
457
        /**
 
458
         * Set nodeName to nill (currently the same as reset)
 
459
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
 
460
         * @param env pointer to environment struct
 
461
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
462
         */
 
463
        axis2_status_t AXIS2_CALL
 
464
        adb_ncDescribeInstancesType_set_nodeName_nil(
 
465
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
466
                const axutil_env_t *env);
 
467
        
394
468
 
395
469
        /**
396
470
         * Check whether statusMessage is nill
404
478
                const axutil_env_t *env);
405
479
 
406
480
 
407
 
 
 
481
        
408
482
        /**
409
483
         * Set statusMessage to nill (currently the same as reset)
410
484
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
415
489
        adb_ncDescribeInstancesType_set_statusMessage_nil(
416
490
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
417
491
                const axutil_env_t *env);
418
 
 
 
492
        
419
493
 
420
494
        /**
421
495
         * Check whether instanceIds is nill
429
503
                const axutil_env_t *env);
430
504
 
431
505
 
432
 
 
 
506
        
433
507
        /*************************** Checking and Setting 'NIL' values in Arrays *****************************/
434
508
 
435
509
        /**
436
510
         * NOTE: You may set this to remove specific elements in the array
437
511
         *       But you can not remove elements, if the specific property is declared to be non-nillable or sizeof(array) < minOccurs
438
512
         */
439
 
 
 
513
        
440
514
        /**
441
515
         * Check whether instanceIds is nill at i
442
516
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
448
522
        adb_ncDescribeInstancesType_is_instanceIds_nil_at(
449
523
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
450
524
                const axutil_env_t *env, int i);
451
 
 
452
 
 
 
525
 
 
526
       
453
527
        /**
454
528
         * Set instanceIds to nill at i
455
529
         * @param  _ncDescribeInstancesType _ adb_ncDescribeInstancesType_t object
459
533
         */
460
534
        axis2_status_t AXIS2_CALL
461
535
        adb_ncDescribeInstancesType_set_instanceIds_nil_at(
462
 
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType,
 
536
                adb_ncDescribeInstancesType_t* _ncDescribeInstancesType, 
463
537
                const axutil_env_t *env, int i);
464
538
 
465
 
 
 
539
        
466
540
 
467
541
        /**************************** Serialize and Deserialize functions ***************************/
468
542
        /*********** These functions are for use only inside the generated code *********************/
469
543
 
470
 
 
 
544
        
471
545
        /**
472
546
         * Deserialize an XML to adb objects
473
547
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
474
548
         * @param env pointer to environment struct
475
549
         * @param dp_parent double pointer to the parent node to deserialize
476
550
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
477
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
551
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
478
552
         *              (Parent will order this in a case of choice)
479
553
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
480
554
         */
485
559
            axiom_node_t** dp_parent,
486
560
            axis2_bool_t *dp_is_early_node_valid,
487
561
            axis2_bool_t dont_care_minoccurs);
488
 
 
489
 
 
 
562
                            
 
563
            
490
564
 
491
565
       /**
492
 
         * Declare namespace in the most parent node
 
566
         * Declare namespace in the most parent node 
493
567
         * @param  _ncDescribeInstancesType adb_ncDescribeInstancesType_t object
494
568
         * @param env pointer to environment struct
495
569
         * @param parent_element parent element
502
576
                    const axutil_env_t *env, axiom_element_t *parent_element,
503
577
                    axutil_hash_t *namespaces, int *next_ns_index);
504
578
 
505
 
 
 
579
        
506
580
 
507
581
        /**
508
582
         * Serialize to an XML from the adb objects
534
608
     #endif
535
609
 
536
610
     #endif /* ADB_NCDESCRIBEINSTANCESTYPE_H */
537
 
 
 
611
    
538
612