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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_describeInstancesType.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_describeInstancesType adb_describeInstancesType_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  _describeInstancesType adb_describeInstancesType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_describeInstancesType_t* _describeInstancesType,
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  _describeInstancesType adb_describeInstancesType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_describeInstancesType_t* _describeInstancesType,
134
134
            const axutil_env_t *env);
135
135
 
136
 
 
137
 
 
 
136
        
 
137
        
138
138
 
139
139
        /**
140
 
         * Getter for statusMessage.
 
140
         * Getter for statusMessage. 
141
141
         * @param  _describeInstancesType adb_describeInstancesType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_char_t*
171
171
            adb_describeInstancesType_t* _describeInstancesType,
172
172
            const axutil_env_t *env);
173
173
 
174
 
 
175
 
 
 
174
        
 
175
        
176
176
 
177
177
        /**
178
 
         * Getter for return.
 
178
         * Getter for return. 
179
179
         * @param  _describeInstancesType adb_describeInstancesType_t object
180
180
         * @param env pointer to environment struct
181
181
         * @return axis2_bool_t
209
209
            adb_describeInstancesType_t* _describeInstancesType,
210
210
            const axutil_env_t *env);
211
211
 
212
 
 
213
 
 
 
212
        
 
213
        
214
214
 
215
215
        /**
216
216
         * Getter for instanceIds. Deprecated for array types, Use adb_describeInstancesType_get_instanceIds_at instead
248
248
            adb_describeInstancesType_t* _describeInstancesType,
249
249
            const axutil_env_t *env);
250
250
 
251
 
 
 
251
        
252
252
        /****************************** Getters and Setters For Arrays **********************************/
253
253
        /************ Array Specific Operations: get_at, set_at, add, remove_at, sizeof *****************/
254
254
 
268
268
         *
269
269
         *     // Removing the ith value from an array
270
270
         *     adb_element_remove_property_at(adb_object, env, i);
271
 
         *
 
271
         *     
272
272
         * }
273
273
         *
274
274
         */
275
275
 
276
 
 
277
 
 
 
276
        
 
277
        
278
278
        /**
279
279
         * Get the ith element of instanceIds.
280
280
         * @param  _describeInstancesType adb_describeInstancesType_t object
338
338
                adb_describeInstancesType_t* _describeInstancesType,
339
339
                const axutil_env_t *env, int i);
340
340
 
341
 
 
 
341
        
342
342
 
343
343
 
344
344
        /******************************* Checking and Setting NIL values *********************************/
348
348
         * NOTE: set_nil is only available for nillable properties
349
349
         */
350
350
 
351
 
 
 
351
        
352
352
 
353
353
        /**
354
354
         * Check whether correlationId is nill
362
362
                const axutil_env_t *env);
363
363
 
364
364
 
365
 
 
 
365
        
366
366
 
367
367
        /**
368
368
         * Check whether userId is nill
376
376
                const axutil_env_t *env);
377
377
 
378
378
 
379
 
 
 
379
        
380
380
 
381
381
        /**
382
382
         * Check whether statusMessage is nill
390
390
                const axutil_env_t *env);
391
391
 
392
392
 
393
 
 
 
393
        
394
394
        /**
395
395
         * Set statusMessage to nill (currently the same as reset)
396
396
         * @param  _describeInstancesType adb_describeInstancesType_t object
401
401
        adb_describeInstancesType_set_statusMessage_nil(
402
402
                adb_describeInstancesType_t* _describeInstancesType,
403
403
                const axutil_env_t *env);
404
 
 
 
404
        
405
405
 
406
406
        /**
407
407
         * Check whether return is nill
415
415
                const axutil_env_t *env);
416
416
 
417
417
 
418
 
 
 
418
        
419
419
 
420
420
        /**
421
421
         * Check whether instanceIds is nill
429
429
                const axutil_env_t *env);
430
430
 
431
431
 
432
 
 
433
 
        /**
434
 
         * Set instanceIds to nill (currently the same as reset)
435
 
         * @param  _describeInstancesType adb_describeInstancesType_t object
436
 
         * @param env pointer to environment struct
437
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
438
 
         */
439
 
        axis2_status_t AXIS2_CALL
440
 
        adb_describeInstancesType_set_instanceIds_nil(
441
 
                adb_describeInstancesType_t* _describeInstancesType,
442
 
                const axutil_env_t *env);
443
 
 
 
432
        
444
433
        /*************************** Checking and Setting 'NIL' values in Arrays *****************************/
445
434
 
446
435
        /**
447
436
         * NOTE: You may set this to remove specific elements in the array
448
437
         *       But you can not remove elements, if the specific property is declared to be non-nillable or sizeof(array) < minOccurs
449
438
         */
450
 
 
 
439
        
451
440
        /**
452
441
         * Check whether instanceIds is nill at i
453
442
         * @param  _describeInstancesType adb_describeInstancesType_t object
459
448
        adb_describeInstancesType_is_instanceIds_nil_at(
460
449
                adb_describeInstancesType_t* _describeInstancesType,
461
450
                const axutil_env_t *env, int i);
462
 
 
463
 
 
 
451
 
 
452
       
464
453
        /**
465
454
         * Set instanceIds to nill at i
466
455
         * @param  _describeInstancesType _ adb_describeInstancesType_t object
470
459
         */
471
460
        axis2_status_t AXIS2_CALL
472
461
        adb_describeInstancesType_set_instanceIds_nil_at(
473
 
                adb_describeInstancesType_t* _describeInstancesType,
 
462
                adb_describeInstancesType_t* _describeInstancesType, 
474
463
                const axutil_env_t *env, int i);
475
464
 
476
 
 
 
465
        
477
466
 
478
467
        /**************************** Serialize and Deserialize functions ***************************/
479
468
        /*********** These functions are for use only inside the generated code *********************/
480
469
 
481
 
 
 
470
        
482
471
        /**
483
472
         * Deserialize an XML to adb objects
484
473
         * @param  _describeInstancesType adb_describeInstancesType_t object
485
474
         * @param env pointer to environment struct
486
475
         * @param dp_parent double pointer to the parent node to deserialize
487
476
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
488
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
477
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
489
478
         *              (Parent will order this in a case of choice)
490
479
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
491
480
         */
496
485
            axiom_node_t** dp_parent,
497
486
            axis2_bool_t *dp_is_early_node_valid,
498
487
            axis2_bool_t dont_care_minoccurs);
499
 
 
500
 
 
 
488
                            
 
489
            
501
490
 
502
491
       /**
503
 
         * Declare namespace in the most parent node
 
492
         * Declare namespace in the most parent node 
504
493
         * @param  _describeInstancesType adb_describeInstancesType_t object
505
494
         * @param env pointer to environment struct
506
495
         * @param parent_element parent element
513
502
                    const axutil_env_t *env, axiom_element_t *parent_element,
514
503
                    axutil_hash_t *namespaces, int *next_ns_index);
515
504
 
516
 
 
 
505
        
517
506
 
518
507
        /**
519
508
         * Serialize to an XML from the adb objects
545
534
     #endif
546
535
 
547
536
     #endif /* ADB_DESCRIBEINSTANCESTYPE_H */
548
 
 
 
537
    
549
538