~ubuntu-core-dev/ubuntu/maverick/eucalyptus/devel

« back to all changes in this revision

Viewing changes to node/generated/adb_ncPowerDownType.h

  • Committer: Dustin Kirkland
  • Date: 2010-07-22 08:41:57 UTC
  • mfrom: (1050.1.19 ubuntu)
  • Revision ID: kirkland@x200-20100722084157-zh2p8dkawznvxxpn
Approving Dave Walker's merge of new upstream Eucalyptus 2.0 release.

Dustin Kirkland <kirkland@canonical.com>

* New major upstream version merge, 2.0 (r1211).
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 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:
 
1
 
 
2
 
 
3
        #ifndef ADB_NCPOWERDOWNTYPE_H
 
4
        #define ADB_NCPOWERDOWNTYPE_H
 
5
 
 
6
       /**
 
7
        * adb_ncPowerDownType.h
 
8
        *
 
9
        * This file was auto-generated from WSDL
 
10
        * by the Apache Axis2/Java version: 1.4  Built on : Apr 26, 2008 (06:25:17 EDT)
 
11
        */
 
12
 
 
13
       /**
 
14
        *  adb_ncPowerDownType class
 
15
        */
 
16
        typedef struct adb_ncPowerDownType adb_ncPowerDownType_t;
 
17
 
 
18
        
 
19
 
 
20
        #include <stdio.h>
 
21
        #include <axiom.h>
 
22
        #include <axis2_util.h>
 
23
        #include <axiom_soap.h>
 
24
        #include <axis2_client.h>
 
25
 
 
26
        #ifdef __cplusplus
 
27
        extern "C"
 
28
        {
 
29
        #endif
 
30
 
 
31
        #define ADB_DEFAULT_DIGIT_LIMIT 64
 
32
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
 
33
        
 
34
 
 
35
        /******************************* Create and Free functions *********************************/
 
36
 
 
37
        /**
 
38
         * Constructor for creating adb_ncPowerDownType_t
 
39
         * @param env pointer to environment struct
 
40
         * @return newly created adb_ncPowerDownType_t object
 
41
         */
 
42
        adb_ncPowerDownType_t* AXIS2_CALL
 
43
        adb_ncPowerDownType_create(
 
44
            const axutil_env_t *env );
 
45
 
 
46
        /**
 
47
         * Free adb_ncPowerDownType_t object
 
48
         * @param  _ncPowerDownType adb_ncPowerDownType_t object to free
 
49
         * @param env pointer to environment struct
 
50
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
51
         */
 
52
        axis2_status_t AXIS2_CALL
 
53
        adb_ncPowerDownType_free (
 
54
            adb_ncPowerDownType_t* _ncPowerDownType,
 
55
            const axutil_env_t *env);
 
56
 
 
57
 
 
58
 
 
59
        /********************************** Getters and Setters **************************************/
 
60
        
 
61
        
 
62
 
 
63
        /**
 
64
         * Getter for correlationId. 
 
65
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
66
         * @param env pointer to environment struct
 
67
         * @return axis2_char_t*
 
68
         */
 
69
        axis2_char_t* AXIS2_CALL
 
70
        adb_ncPowerDownType_get_correlationId(
 
71
            adb_ncPowerDownType_t* _ncPowerDownType,
 
72
            const axutil_env_t *env);
 
73
 
 
74
        /**
 
75
         * Setter for correlationId.
 
76
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
77
         * @param env pointer to environment struct
 
78
         * @param arg_correlationId axis2_char_t*
 
79
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
80
         */
 
81
        axis2_status_t AXIS2_CALL
 
82
        adb_ncPowerDownType_set_correlationId(
 
83
            adb_ncPowerDownType_t* _ncPowerDownType,
 
84
            const axutil_env_t *env,
 
85
            const axis2_char_t*  arg_correlationId);
 
86
 
 
87
        /**
 
88
         * Resetter for correlationId
 
89
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
90
         * @param env pointer to environment struct
 
91
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
92
         */
 
93
        axis2_status_t AXIS2_CALL
 
94
        adb_ncPowerDownType_reset_correlationId(
 
95
            adb_ncPowerDownType_t* _ncPowerDownType,
 
96
            const axutil_env_t *env);
 
97
 
 
98
        
 
99
        
 
100
 
 
101
        /**
 
102
         * Getter for userId. 
 
103
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
104
         * @param env pointer to environment struct
 
105
         * @return axis2_char_t*
 
106
         */
 
107
        axis2_char_t* AXIS2_CALL
 
108
        adb_ncPowerDownType_get_userId(
 
109
            adb_ncPowerDownType_t* _ncPowerDownType,
 
110
            const axutil_env_t *env);
 
111
 
 
112
        /**
 
113
         * Setter for userId.
 
114
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
115
         * @param env pointer to environment struct
 
116
         * @param arg_userId axis2_char_t*
 
117
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
118
         */
 
119
        axis2_status_t AXIS2_CALL
 
120
        adb_ncPowerDownType_set_userId(
 
121
            adb_ncPowerDownType_t* _ncPowerDownType,
 
122
            const axutil_env_t *env,
 
123
            const axis2_char_t*  arg_userId);
 
124
 
 
125
        /**
 
126
         * Resetter for userId
 
127
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
128
         * @param env pointer to environment struct
 
129
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
130
         */
 
131
        axis2_status_t AXIS2_CALL
 
132
        adb_ncPowerDownType_reset_userId(
 
133
            adb_ncPowerDownType_t* _ncPowerDownType,
 
134
            const axutil_env_t *env);
 
135
 
 
136
        
 
137
        
 
138
 
 
139
        /**
 
140
         * Getter for return. 
 
141
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
142
         * @param env pointer to environment struct
 
143
         * @return axis2_bool_t
 
144
         */
 
145
        axis2_bool_t AXIS2_CALL
 
146
        adb_ncPowerDownType_get_return(
 
147
            adb_ncPowerDownType_t* _ncPowerDownType,
 
148
            const axutil_env_t *env);
 
149
 
 
150
        /**
 
151
         * Setter for return.
 
152
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
153
         * @param env pointer to environment struct
 
154
         * @param arg_return axis2_bool_t
 
155
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
156
         */
 
157
        axis2_status_t AXIS2_CALL
 
158
        adb_ncPowerDownType_set_return(
 
159
            adb_ncPowerDownType_t* _ncPowerDownType,
 
160
            const axutil_env_t *env,
 
161
            axis2_bool_t  arg_return);
 
162
 
 
163
        /**
 
164
         * Resetter for return
 
165
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
166
         * @param env pointer to environment struct
 
167
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
168
         */
 
169
        axis2_status_t AXIS2_CALL
 
170
        adb_ncPowerDownType_reset_return(
 
171
            adb_ncPowerDownType_t* _ncPowerDownType,
 
172
            const axutil_env_t *env);
 
173
 
 
174
        
 
175
        
 
176
 
 
177
        /**
 
178
         * Getter for nodeName. 
 
179
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
180
         * @param env pointer to environment struct
 
181
         * @return axis2_char_t*
 
182
         */
 
183
        axis2_char_t* AXIS2_CALL
 
184
        adb_ncPowerDownType_get_nodeName(
 
185
            adb_ncPowerDownType_t* _ncPowerDownType,
 
186
            const axutil_env_t *env);
 
187
 
 
188
        /**
 
189
         * Setter for nodeName.
 
190
         * @param  _ncPowerDownType adb_ncPowerDownType_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_ncPowerDownType_set_nodeName(
 
197
            adb_ncPowerDownType_t* _ncPowerDownType,
 
198
            const axutil_env_t *env,
 
199
            const axis2_char_t*  arg_nodeName);
 
200
 
 
201
        /**
 
202
         * Resetter for nodeName
 
203
         * @param  _ncPowerDownType adb_ncPowerDownType_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_ncPowerDownType_reset_nodeName(
 
209
            adb_ncPowerDownType_t* _ncPowerDownType,
 
210
            const axutil_env_t *env);
 
211
 
 
212
        
 
213
        
 
214
 
 
215
        /**
 
216
         * Getter for statusMessage. 
 
217
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
218
         * @param env pointer to environment struct
 
219
         * @return int
 
220
         */
 
221
        int AXIS2_CALL
 
222
        adb_ncPowerDownType_get_statusMessage(
 
223
            adb_ncPowerDownType_t* _ncPowerDownType,
 
224
            const axutil_env_t *env);
 
225
 
 
226
        /**
 
227
         * Setter for statusMessage.
 
228
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
229
         * @param env pointer to environment struct
 
230
         * @param arg_statusMessage int
 
231
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
232
         */
 
233
        axis2_status_t AXIS2_CALL
 
234
        adb_ncPowerDownType_set_statusMessage(
 
235
            adb_ncPowerDownType_t* _ncPowerDownType,
 
236
            const axutil_env_t *env,
 
237
            const int  arg_statusMessage);
 
238
 
 
239
        /**
 
240
         * Resetter for statusMessage
 
241
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
242
         * @param env pointer to environment struct
 
243
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
244
         */
 
245
        axis2_status_t AXIS2_CALL
 
246
        adb_ncPowerDownType_reset_statusMessage(
 
247
            adb_ncPowerDownType_t* _ncPowerDownType,
 
248
            const axutil_env_t *env);
 
249
 
 
250
        
 
251
 
 
252
 
 
253
        /******************************* Checking and Setting NIL values *********************************/
 
254
        
 
255
 
 
256
        /**
 
257
         * NOTE: set_nil is only available for nillable properties
 
258
         */
 
259
 
 
260
        
 
261
 
 
262
        /**
 
263
         * Check whether correlationId is nill
 
264
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
265
         * @param env pointer to environment struct
 
266
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
267
         */
 
268
        axis2_bool_t AXIS2_CALL
 
269
        adb_ncPowerDownType_is_correlationId_nil(
 
270
                adb_ncPowerDownType_t* _ncPowerDownType,
 
271
                const axutil_env_t *env);
 
272
 
 
273
 
 
274
        
 
275
        /**
 
276
         * Set correlationId to nill (currently the same as reset)
 
277
         * @param  _ncPowerDownType adb_ncPowerDownType_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_ncPowerDownType_set_correlationId_nil(
 
283
                adb_ncPowerDownType_t* _ncPowerDownType,
 
284
                const axutil_env_t *env);
 
285
        
 
286
 
 
287
        /**
 
288
         * Check whether userId is nill
 
289
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
290
         * @param env pointer to environment struct
 
291
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
292
         */
 
293
        axis2_bool_t AXIS2_CALL
 
294
        adb_ncPowerDownType_is_userId_nil(
 
295
                adb_ncPowerDownType_t* _ncPowerDownType,
 
296
                const axutil_env_t *env);
 
297
 
 
298
 
 
299
        
 
300
 
 
301
        /**
 
302
         * Check whether return is nill
 
303
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
304
         * @param env pointer to environment struct
 
305
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
306
         */
 
307
        axis2_bool_t AXIS2_CALL
 
308
        adb_ncPowerDownType_is_return_nil(
 
309
                adb_ncPowerDownType_t* _ncPowerDownType,
 
310
                const axutil_env_t *env);
 
311
 
 
312
 
 
313
        
 
314
 
 
315
        /**
 
316
         * Check whether nodeName is nill
 
317
         * @param  _ncPowerDownType adb_ncPowerDownType_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_ncPowerDownType_is_nodeName_nil(
 
323
                adb_ncPowerDownType_t* _ncPowerDownType,
 
324
                const axutil_env_t *env);
 
325
 
 
326
 
 
327
        
 
328
        /**
 
329
         * Set nodeName to nill (currently the same as reset)
 
330
         * @param  _ncPowerDownType adb_ncPowerDownType_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_ncPowerDownType_set_nodeName_nil(
 
336
                adb_ncPowerDownType_t* _ncPowerDownType,
 
337
                const axutil_env_t *env);
 
338
        
 
339
 
 
340
        /**
 
341
         * Check whether statusMessage is nill
 
342
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
343
         * @param env pointer to environment struct
 
344
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
345
         */
 
346
        axis2_bool_t AXIS2_CALL
 
347
        adb_ncPowerDownType_is_statusMessage_nil(
 
348
                adb_ncPowerDownType_t* _ncPowerDownType,
 
349
                const axutil_env_t *env);
 
350
 
 
351
 
 
352
        
 
353
        /**
 
354
         * Set statusMessage to nill (currently the same as reset)
 
355
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
356
         * @param env pointer to environment struct
 
357
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
358
         */
 
359
        axis2_status_t AXIS2_CALL
 
360
        adb_ncPowerDownType_set_statusMessage_nil(
 
361
                adb_ncPowerDownType_t* _ncPowerDownType,
 
362
                const axutil_env_t *env);
 
363
        
 
364
 
 
365
        /**************************** Serialize and Deserialize functions ***************************/
 
366
        /*********** These functions are for use only inside the generated code *********************/
 
367
 
 
368
        
 
369
        /**
 
370
         * Deserialize an XML to adb objects
 
371
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
372
         * @param env pointer to environment struct
 
373
         * @param dp_parent double pointer to the parent node to deserialize
 
374
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
 
375
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
 
376
         *              (Parent will order this in a case of choice)
 
377
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
378
         */
 
379
        axis2_status_t AXIS2_CALL
 
380
        adb_ncPowerDownType_deserialize(
 
381
            adb_ncPowerDownType_t* _ncPowerDownType,
 
382
            const axutil_env_t *env,
 
383
            axiom_node_t** dp_parent,
 
384
            axis2_bool_t *dp_is_early_node_valid,
 
385
            axis2_bool_t dont_care_minoccurs);
 
386
                            
 
387
            
 
388
 
 
389
       /**
 
390
         * Declare namespace in the most parent node 
 
391
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
392
         * @param env pointer to environment struct
 
393
         * @param parent_element parent element
 
394
         * @param namespaces hash of namespace uri to prefix
 
395
         * @param next_ns_index pointer to an int which contain the next namespace index
 
396
         */
 
397
       void AXIS2_CALL
 
398
       adb_ncPowerDownType_declare_parent_namespaces(
 
399
                    adb_ncPowerDownType_t* _ncPowerDownType,
 
400
                    const axutil_env_t *env, axiom_element_t *parent_element,
 
401
                    axutil_hash_t *namespaces, int *next_ns_index);
 
402
 
 
403
        
 
404
 
 
405
        /**
 
406
         * Serialize to an XML from the adb objects
 
407
         * @param  _ncPowerDownType adb_ncPowerDownType_t object
 
408
         * @param env pointer to environment struct
 
409
         * @param ncPowerDownType_om_node node to serialize from
 
410
         * @param ncPowerDownType_om_element parent element to serialize from
 
411
         * @param tag_closed whether the parent tag is closed or not
 
412
         * @param namespaces hash of namespace uri to prefix
 
413
         * @param next_ns_index an int which contain the next namespace index
 
414
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
415
         */
 
416
        axiom_node_t* AXIS2_CALL
 
417
        adb_ncPowerDownType_serialize(
 
418
            adb_ncPowerDownType_t* _ncPowerDownType,
 
419
            const axutil_env_t *env,
 
420
            axiom_node_t* ncPowerDownType_om_node, axiom_element_t *ncPowerDownType_om_element, int tag_closed, axutil_hash_t *namespaces, int *next_ns_index);
 
421
 
 
422
        /**
 
423
         * Check whether the adb_ncPowerDownType is a particle class (E.g. group, inner sequence)
 
424
         * @return whether this is a particle class.
 
425
         */
 
426
        axis2_bool_t AXIS2_CALL
 
427
        adb_ncPowerDownType_is_particle();
 
428
 
 
429
 
 
430
     #ifdef __cplusplus
 
431
     }
 
432
     #endif
 
433
 
 
434
     #endif /* ADB_NCPOWERDOWNTYPE_H */
 
435
    
 
436