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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_ncTerminateInstanceType.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_ncTerminateInstanceType adb_ncTerminateInstanceType_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  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
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  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
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  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_bool_t
171
171
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
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  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
 
180
         * @param env pointer to environment struct
 
181
         * @return axis2_char_t*
 
182
         */
 
183
        axis2_char_t* AXIS2_CALL
 
184
        adb_ncTerminateInstanceType_get_nodeName(
 
185
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
 
186
            const axutil_env_t *env);
 
187
 
 
188
        /**
 
189
         * Setter for nodeName.
 
190
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_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_ncTerminateInstanceType_set_nodeName(
 
197
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
 
198
            const axutil_env_t *env,
 
199
            const axis2_char_t*  arg_nodeName);
 
200
 
 
201
        /**
 
202
         * Resetter for nodeName
 
203
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_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_ncTerminateInstanceType_reset_nodeName(
 
209
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
 
210
            const axutil_env_t *env);
 
211
 
 
212
        
 
213
        
 
214
 
 
215
        /**
 
216
         * Getter for statusMessage. 
179
217
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
180
218
         * @param env pointer to environment struct
181
219
         * @return int
209
247
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
210
248
            const axutil_env_t *env);
211
249
 
212
 
 
213
 
 
 
250
        
 
251
        
214
252
 
215
253
        /**
216
 
         * Getter for instanceId.
 
254
         * Getter for instanceId. 
217
255
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
218
256
         * @param env pointer to environment struct
219
257
         * @return axis2_char_t*
247
285
            adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
248
286
            const axutil_env_t *env);
249
287
 
250
 
 
 
288
        
251
289
 
252
290
 
253
291
        /******************************* Checking and Setting NIL values *********************************/
254
 
 
 
292
        
255
293
 
256
294
        /**
257
295
         * NOTE: set_nil is only available for nillable properties
258
296
         */
259
297
 
260
 
 
 
298
        
261
299
 
262
300
        /**
263
301
         * Check whether correlationId is nill
271
309
                const axutil_env_t *env);
272
310
 
273
311
 
274
 
 
 
312
        
 
313
        /**
 
314
         * Set correlationId to nill (currently the same as reset)
 
315
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
 
316
         * @param env pointer to environment struct
 
317
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
318
         */
 
319
        axis2_status_t AXIS2_CALL
 
320
        adb_ncTerminateInstanceType_set_correlationId_nil(
 
321
                adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
 
322
                const axutil_env_t *env);
 
323
        
275
324
 
276
325
        /**
277
326
         * Check whether userId is nill
285
334
                const axutil_env_t *env);
286
335
 
287
336
 
288
 
 
 
337
        
289
338
 
290
339
        /**
291
340
         * Check whether return is nill
299
348
                const axutil_env_t *env);
300
349
 
301
350
 
302
 
 
 
351
        
 
352
 
 
353
        /**
 
354
         * Check whether nodeName is nill
 
355
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
 
356
         * @param env pointer to environment struct
 
357
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
358
         */
 
359
        axis2_bool_t AXIS2_CALL
 
360
        adb_ncTerminateInstanceType_is_nodeName_nil(
 
361
                adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
 
362
                const axutil_env_t *env);
 
363
 
 
364
 
 
365
        
 
366
        /**
 
367
         * Set nodeName to nill (currently the same as reset)
 
368
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
 
369
         * @param env pointer to environment struct
 
370
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
371
         */
 
372
        axis2_status_t AXIS2_CALL
 
373
        adb_ncTerminateInstanceType_set_nodeName_nil(
 
374
                adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
 
375
                const axutil_env_t *env);
 
376
        
303
377
 
304
378
        /**
305
379
         * Check whether statusMessage is nill
313
387
                const axutil_env_t *env);
314
388
 
315
389
 
316
 
 
 
390
        
317
391
        /**
318
392
         * Set statusMessage to nill (currently the same as reset)
319
393
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
324
398
        adb_ncTerminateInstanceType_set_statusMessage_nil(
325
399
                adb_ncTerminateInstanceType_t* _ncTerminateInstanceType,
326
400
                const axutil_env_t *env);
327
 
 
 
401
        
328
402
 
329
403
        /**
330
404
         * Check whether instanceId is nill
338
412
                const axutil_env_t *env);
339
413
 
340
414
 
341
 
 
 
415
        
342
416
 
343
417
        /**************************** Serialize and Deserialize functions ***************************/
344
418
        /*********** These functions are for use only inside the generated code *********************/
345
419
 
346
 
 
 
420
        
347
421
        /**
348
422
         * Deserialize an XML to adb objects
349
423
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
350
424
         * @param env pointer to environment struct
351
425
         * @param dp_parent double pointer to the parent node to deserialize
352
426
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
353
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
427
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
354
428
         *              (Parent will order this in a case of choice)
355
429
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
356
430
         */
361
435
            axiom_node_t** dp_parent,
362
436
            axis2_bool_t *dp_is_early_node_valid,
363
437
            axis2_bool_t dont_care_minoccurs);
364
 
 
365
 
 
 
438
                            
 
439
            
366
440
 
367
441
       /**
368
 
         * Declare namespace in the most parent node
 
442
         * Declare namespace in the most parent node 
369
443
         * @param  _ncTerminateInstanceType adb_ncTerminateInstanceType_t object
370
444
         * @param env pointer to environment struct
371
445
         * @param parent_element parent element
378
452
                    const axutil_env_t *env, axiom_element_t *parent_element,
379
453
                    axutil_hash_t *namespaces, int *next_ns_index);
380
454
 
381
 
 
 
455
        
382
456
 
383
457
        /**
384
458
         * Serialize to an XML from the adb objects
410
484
     #endif
411
485
 
412
486
     #endif /* ADB_NCTERMINATEINSTANCETYPE_H */
413
 
 
 
487
    
414
488