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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_ncDetachVolumeResponseType.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_ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_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  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
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  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
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  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_bool_t
171
171
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
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  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
 
180
         * @param env pointer to environment struct
 
181
         * @return axis2_char_t*
 
182
         */
 
183
        axis2_char_t* AXIS2_CALL
 
184
        adb_ncDetachVolumeResponseType_get_nodeName(
 
185
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
 
186
            const axutil_env_t *env);
 
187
 
 
188
        /**
 
189
         * Setter for nodeName.
 
190
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_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_ncDetachVolumeResponseType_set_nodeName(
 
197
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
 
198
            const axutil_env_t *env,
 
199
            const axis2_char_t*  arg_nodeName);
 
200
 
 
201
        /**
 
202
         * Resetter for nodeName
 
203
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_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_ncDetachVolumeResponseType_reset_nodeName(
 
209
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
 
210
            const axutil_env_t *env);
 
211
 
 
212
        
 
213
        
 
214
 
 
215
        /**
 
216
         * Getter for statusMessage. 
179
217
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
180
218
         * @param env pointer to environment struct
181
219
         * @return int
209
247
            adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
210
248
            const axutil_env_t *env);
211
249
 
212
 
 
 
250
        
213
251
 
214
252
 
215
253
        /******************************* Checking and Setting NIL values *********************************/
216
 
 
 
254
        
217
255
 
218
256
        /**
219
257
         * NOTE: set_nil is only available for nillable properties
220
258
         */
221
259
 
222
 
 
 
260
        
223
261
 
224
262
        /**
225
263
         * Check whether correlationId is nill
233
271
                const axutil_env_t *env);
234
272
 
235
273
 
236
 
 
 
274
        
 
275
        /**
 
276
         * Set correlationId to nill (currently the same as reset)
 
277
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
 
278
         * @param env pointer to environment struct
 
279
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
280
         */
 
281
        axis2_status_t AXIS2_CALL
 
282
        adb_ncDetachVolumeResponseType_set_correlationId_nil(
 
283
                adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
 
284
                const axutil_env_t *env);
 
285
        
237
286
 
238
287
        /**
239
288
         * Check whether userId is nill
247
296
                const axutil_env_t *env);
248
297
 
249
298
 
250
 
 
 
299
        
251
300
 
252
301
        /**
253
302
         * Check whether return is nill
261
310
                const axutil_env_t *env);
262
311
 
263
312
 
264
 
 
 
313
        
 
314
 
 
315
        /**
 
316
         * Check whether nodeName is nill
 
317
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
 
318
         * @param env pointer to environment struct
 
319
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
320
         */
 
321
        axis2_bool_t AXIS2_CALL
 
322
        adb_ncDetachVolumeResponseType_is_nodeName_nil(
 
323
                adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
 
324
                const axutil_env_t *env);
 
325
 
 
326
 
 
327
        
 
328
        /**
 
329
         * Set nodeName to nill (currently the same as reset)
 
330
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
 
331
         * @param env pointer to environment struct
 
332
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
333
         */
 
334
        axis2_status_t AXIS2_CALL
 
335
        adb_ncDetachVolumeResponseType_set_nodeName_nil(
 
336
                adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
 
337
                const axutil_env_t *env);
 
338
        
265
339
 
266
340
        /**
267
341
         * Check whether statusMessage is nill
275
349
                const axutil_env_t *env);
276
350
 
277
351
 
278
 
 
 
352
        
279
353
        /**
280
354
         * Set statusMessage to nill (currently the same as reset)
281
355
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
286
360
        adb_ncDetachVolumeResponseType_set_statusMessage_nil(
287
361
                adb_ncDetachVolumeResponseType_t* _ncDetachVolumeResponseType,
288
362
                const axutil_env_t *env);
289
 
 
 
363
        
290
364
 
291
365
        /**************************** Serialize and Deserialize functions ***************************/
292
366
        /*********** These functions are for use only inside the generated code *********************/
293
367
 
294
 
 
 
368
        
295
369
        /**
296
370
         * Deserialize an XML to adb objects
297
371
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
298
372
         * @param env pointer to environment struct
299
373
         * @param dp_parent double pointer to the parent node to deserialize
300
374
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
301
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
375
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
302
376
         *              (Parent will order this in a case of choice)
303
377
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
304
378
         */
309
383
            axiom_node_t** dp_parent,
310
384
            axis2_bool_t *dp_is_early_node_valid,
311
385
            axis2_bool_t dont_care_minoccurs);
312
 
 
313
 
 
 
386
                            
 
387
            
314
388
 
315
389
       /**
316
 
         * Declare namespace in the most parent node
 
390
         * Declare namespace in the most parent node 
317
391
         * @param  _ncDetachVolumeResponseType adb_ncDetachVolumeResponseType_t object
318
392
         * @param env pointer to environment struct
319
393
         * @param parent_element parent element
326
400
                    const axutil_env_t *env, axiom_element_t *parent_element,
327
401
                    axutil_hash_t *namespaces, int *next_ns_index);
328
402
 
329
 
 
 
403
        
330
404
 
331
405
        /**
332
406
         * Serialize to an XML from the adb objects
358
432
     #endif
359
433
 
360
434
     #endif /* ADB_NCDETACHVOLUMERESPONSETYPE_H */
361
 
 
 
435
    
362
436