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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_detachVolumeType.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_detachVolumeType adb_detachVolumeType_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
 
57
57
 
58
58
 
59
59
        /********************************** Getters and Setters **************************************/
60
 
 
61
 
 
 
60
        
 
61
        
62
62
 
63
63
        /**
64
 
         * Getter for correlationId.
 
64
         * Getter for correlationId. 
65
65
         * @param  _detachVolumeType adb_detachVolumeType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_detachVolumeType_t* _detachVolumeType,
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  _detachVolumeType adb_detachVolumeType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_detachVolumeType_t* _detachVolumeType,
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  _detachVolumeType adb_detachVolumeType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_char_t*
171
171
            adb_detachVolumeType_t* _detachVolumeType,
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  _detachVolumeType adb_detachVolumeType_t object
180
180
         * @param env pointer to environment struct
181
181
         * @return axis2_bool_t
209
209
            adb_detachVolumeType_t* _detachVolumeType,
210
210
            const axutil_env_t *env);
211
211
 
212
 
 
213
 
 
 
212
        
 
213
        
214
214
 
215
215
        /**
216
 
         * Getter for instanceId.
 
216
         * Getter for instanceId. 
217
217
         * @param  _detachVolumeType adb_detachVolumeType_t object
218
218
         * @param env pointer to environment struct
219
219
         * @return axis2_char_t*
247
247
            adb_detachVolumeType_t* _detachVolumeType,
248
248
            const axutil_env_t *env);
249
249
 
250
 
 
251
 
 
 
250
        
 
251
        
252
252
 
253
253
        /**
254
 
         * Getter for volumeId.
 
254
         * Getter for volumeId. 
255
255
         * @param  _detachVolumeType adb_detachVolumeType_t object
256
256
         * @param env pointer to environment struct
257
257
         * @return axis2_char_t*
285
285
            adb_detachVolumeType_t* _detachVolumeType,
286
286
            const axutil_env_t *env);
287
287
 
288
 
 
289
 
 
 
288
        
 
289
        
290
290
 
291
291
        /**
292
 
         * Getter for remoteDev.
 
292
         * Getter for remoteDev. 
293
293
         * @param  _detachVolumeType adb_detachVolumeType_t object
294
294
         * @param env pointer to environment struct
295
295
         * @return axis2_char_t*
323
323
            adb_detachVolumeType_t* _detachVolumeType,
324
324
            const axutil_env_t *env);
325
325
 
326
 
 
327
 
 
 
326
        
 
327
        
328
328
 
329
329
        /**
330
 
         * Getter for localDev.
 
330
         * Getter for localDev. 
331
331
         * @param  _detachVolumeType adb_detachVolumeType_t object
332
332
         * @param env pointer to environment struct
333
333
         * @return axis2_char_t*
361
361
            adb_detachVolumeType_t* _detachVolumeType,
362
362
            const axutil_env_t *env);
363
363
 
364
 
 
365
 
 
 
364
        
 
365
        
366
366
 
367
367
        /**
368
 
         * Getter for force.
 
368
         * Getter for force. 
369
369
         * @param  _detachVolumeType adb_detachVolumeType_t object
370
370
         * @param env pointer to environment struct
371
371
         * @return axis2_bool_t
399
399
            adb_detachVolumeType_t* _detachVolumeType,
400
400
            const axutil_env_t *env);
401
401
 
402
 
 
 
402
        
403
403
 
404
404
 
405
405
        /******************************* Checking and Setting NIL values *********************************/
406
 
 
 
406
        
407
407
 
408
408
        /**
409
409
         * NOTE: set_nil is only available for nillable properties
410
410
         */
411
411
 
412
 
 
 
412
        
413
413
 
414
414
        /**
415
415
         * Check whether correlationId is nill
423
423
                const axutil_env_t *env);
424
424
 
425
425
 
426
 
 
 
426
        
427
427
 
428
428
        /**
429
429
         * Check whether userId is nill
437
437
                const axutil_env_t *env);
438
438
 
439
439
 
440
 
 
 
440
        
441
441
 
442
442
        /**
443
443
         * Check whether statusMessage is nill
451
451
                const axutil_env_t *env);
452
452
 
453
453
 
454
 
 
 
454
        
455
455
        /**
456
456
         * Set statusMessage to nill (currently the same as reset)
457
457
         * @param  _detachVolumeType adb_detachVolumeType_t object
462
462
        adb_detachVolumeType_set_statusMessage_nil(
463
463
                adb_detachVolumeType_t* _detachVolumeType,
464
464
                const axutil_env_t *env);
465
 
 
 
465
        
466
466
 
467
467
        /**
468
468
         * Check whether return is nill
476
476
                const axutil_env_t *env);
477
477
 
478
478
 
479
 
 
 
479
        
480
480
 
481
481
        /**
482
482
         * Check whether instanceId is nill
490
490
                const axutil_env_t *env);
491
491
 
492
492
 
493
 
 
 
493
        
494
494
 
495
495
        /**
496
496
         * Check whether volumeId is nill
504
504
                const axutil_env_t *env);
505
505
 
506
506
 
507
 
 
 
507
        
508
508
 
509
509
        /**
510
510
         * Check whether remoteDev is nill
518
518
                const axutil_env_t *env);
519
519
 
520
520
 
521
 
 
 
521
        
522
522
 
523
523
        /**
524
524
         * Check whether localDev is nill
532
532
                const axutil_env_t *env);
533
533
 
534
534
 
535
 
 
 
535
        
536
536
 
537
537
        /**
538
538
         * Check whether force is nill
546
546
                const axutil_env_t *env);
547
547
 
548
548
 
549
 
 
 
549
        
550
550
 
551
551
        /**************************** Serialize and Deserialize functions ***************************/
552
552
        /*********** These functions are for use only inside the generated code *********************/
553
553
 
554
 
 
 
554
        
555
555
        /**
556
556
         * Deserialize an XML to adb objects
557
557
         * @param  _detachVolumeType adb_detachVolumeType_t object
558
558
         * @param env pointer to environment struct
559
559
         * @param dp_parent double pointer to the parent node to deserialize
560
560
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
561
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
561
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
562
562
         *              (Parent will order this in a case of choice)
563
563
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
564
564
         */
569
569
            axiom_node_t** dp_parent,
570
570
            axis2_bool_t *dp_is_early_node_valid,
571
571
            axis2_bool_t dont_care_minoccurs);
572
 
 
573
 
 
 
572
                            
 
573
            
574
574
 
575
575
       /**
576
 
         * Declare namespace in the most parent node
 
576
         * Declare namespace in the most parent node 
577
577
         * @param  _detachVolumeType adb_detachVolumeType_t object
578
578
         * @param env pointer to environment struct
579
579
         * @param parent_element parent element
586
586
                    const axutil_env_t *env, axiom_element_t *parent_element,
587
587
                    axutil_hash_t *namespaces, int *next_ns_index);
588
588
 
589
 
 
 
589
        
590
590
 
591
591
        /**
592
592
         * Serialize to an XML from the adb objects
618
618
     #endif
619
619
 
620
620
     #endif /* ADB_DETACHVOLUMETYPE_H */
621
 
 
 
621
    
622
622