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

« back to all changes in this revision

Viewing changes to node/generated/adb_ncRunInstanceResponseType.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_ncRunInstanceResponseType adb_ncRunInstanceResponseType_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
 
59
59
 
60
60
 
61
61
        /********************************** Getters and Setters **************************************/
62
 
 
63
 
 
 
62
        
 
63
        
64
64
 
65
65
        /**
66
 
         * Getter for correlationId.
 
66
         * Getter for correlationId. 
67
67
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
68
68
         * @param env pointer to environment struct
69
69
         * @return axis2_char_t*
97
97
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
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  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
106
106
         * @param env pointer to environment struct
107
107
         * @return axis2_char_t*
135
135
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
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  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
144
144
         * @param env pointer to environment struct
145
145
         * @return axis2_bool_t
173
173
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
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  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
 
182
         * @param env pointer to environment struct
 
183
         * @return axis2_char_t*
 
184
         */
 
185
        axis2_char_t* AXIS2_CALL
 
186
        adb_ncRunInstanceResponseType_get_nodeName(
 
187
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
 
188
            const axutil_env_t *env);
 
189
 
 
190
        /**
 
191
         * Setter for nodeName.
 
192
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_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_ncRunInstanceResponseType_set_nodeName(
 
199
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
 
200
            const axutil_env_t *env,
 
201
            const axis2_char_t*  arg_nodeName);
 
202
 
 
203
        /**
 
204
         * Resetter for nodeName
 
205
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_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_ncRunInstanceResponseType_reset_nodeName(
 
211
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
 
212
            const axutil_env_t *env);
 
213
 
 
214
        
 
215
        
 
216
 
 
217
        /**
 
218
         * Getter for statusMessage. 
181
219
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
182
220
         * @param env pointer to environment struct
183
221
         * @return int
211
249
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
212
250
            const axutil_env_t *env);
213
251
 
214
 
 
215
 
 
 
252
        
 
253
        
216
254
 
217
255
        /**
218
 
         * Getter for instance.
 
256
         * Getter for instance. 
219
257
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
220
258
         * @param env pointer to environment struct
221
259
         * @return adb_instanceType_t*
249
287
            adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
250
288
            const axutil_env_t *env);
251
289
 
252
 
 
 
290
        
253
291
 
254
292
 
255
293
        /******************************* Checking and Setting NIL values *********************************/
256
 
 
 
294
        
257
295
 
258
296
        /**
259
297
         * NOTE: set_nil is only available for nillable properties
260
298
         */
261
299
 
262
 
 
 
300
        
263
301
 
264
302
        /**
265
303
         * Check whether correlationId is nill
273
311
                const axutil_env_t *env);
274
312
 
275
313
 
276
 
 
 
314
        
 
315
        /**
 
316
         * Set correlationId to nill (currently the same as reset)
 
317
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
 
318
         * @param env pointer to environment struct
 
319
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
320
         */
 
321
        axis2_status_t AXIS2_CALL
 
322
        adb_ncRunInstanceResponseType_set_correlationId_nil(
 
323
                adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
 
324
                const axutil_env_t *env);
 
325
        
277
326
 
278
327
        /**
279
328
         * Check whether userId is nill
287
336
                const axutil_env_t *env);
288
337
 
289
338
 
290
 
 
 
339
        
291
340
 
292
341
        /**
293
342
         * Check whether return is nill
301
350
                const axutil_env_t *env);
302
351
 
303
352
 
304
 
 
 
353
        
 
354
 
 
355
        /**
 
356
         * Check whether nodeName is nill
 
357
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
 
358
         * @param env pointer to environment struct
 
359
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
360
         */
 
361
        axis2_bool_t AXIS2_CALL
 
362
        adb_ncRunInstanceResponseType_is_nodeName_nil(
 
363
                adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
 
364
                const axutil_env_t *env);
 
365
 
 
366
 
 
367
        
 
368
        /**
 
369
         * Set nodeName to nill (currently the same as reset)
 
370
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
 
371
         * @param env pointer to environment struct
 
372
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
373
         */
 
374
        axis2_status_t AXIS2_CALL
 
375
        adb_ncRunInstanceResponseType_set_nodeName_nil(
 
376
                adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
 
377
                const axutil_env_t *env);
 
378
        
305
379
 
306
380
        /**
307
381
         * Check whether statusMessage is nill
315
389
                const axutil_env_t *env);
316
390
 
317
391
 
318
 
 
 
392
        
319
393
        /**
320
394
         * Set statusMessage to nill (currently the same as reset)
321
395
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
326
400
        adb_ncRunInstanceResponseType_set_statusMessage_nil(
327
401
                adb_ncRunInstanceResponseType_t* _ncRunInstanceResponseType,
328
402
                const axutil_env_t *env);
329
 
 
 
403
        
330
404
 
331
405
        /**
332
406
         * Check whether instance is nill
340
414
                const axutil_env_t *env);
341
415
 
342
416
 
343
 
 
 
417
        
344
418
 
345
419
        /**************************** Serialize and Deserialize functions ***************************/
346
420
        /*********** These functions are for use only inside the generated code *********************/
347
421
 
348
 
 
 
422
        
349
423
        /**
350
424
         * Deserialize an XML to adb objects
351
425
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
352
426
         * @param env pointer to environment struct
353
427
         * @param dp_parent double pointer to the parent node to deserialize
354
428
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
355
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
429
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
356
430
         *              (Parent will order this in a case of choice)
357
431
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
358
432
         */
363
437
            axiom_node_t** dp_parent,
364
438
            axis2_bool_t *dp_is_early_node_valid,
365
439
            axis2_bool_t dont_care_minoccurs);
366
 
 
367
 
 
 
440
                            
 
441
            
368
442
 
369
443
       /**
370
 
         * Declare namespace in the most parent node
 
444
         * Declare namespace in the most parent node 
371
445
         * @param  _ncRunInstanceResponseType adb_ncRunInstanceResponseType_t object
372
446
         * @param env pointer to environment struct
373
447
         * @param parent_element parent element
380
454
                    const axutil_env_t *env, axiom_element_t *parent_element,
381
455
                    axutil_hash_t *namespaces, int *next_ns_index);
382
456
 
383
 
 
 
457
        
384
458
 
385
459
        /**
386
460
         * Serialize to an XML from the adb objects
412
486
     #endif
413
487
 
414
488
     #endif /* ADB_NCRUNINSTANCERESPONSETYPE_H */
415
 
 
 
489
    
416
490