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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_unassignAddressType.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_UNASSIGNADDRESSTYPE_H
4
 
        #define ADB_UNASSIGNADDRESSTYPE_H
5
 
 
6
 
       /**
7
 
        * adb_unassignAddressType.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_unassignAddressType class
15
 
        */
16
 
        typedef struct adb_unassignAddressType adb_unassignAddressType_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_unassignAddressType_t
39
 
         * @param env pointer to environment struct
40
 
         * @return newly created adb_unassignAddressType_t object
41
 
         */
42
 
        adb_unassignAddressType_t* AXIS2_CALL
43
 
        adb_unassignAddressType_create(
44
 
            const axutil_env_t *env );
45
 
 
46
 
        /**
47
 
         * Free adb_unassignAddressType_t object
48
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_free (
54
 
            adb_unassignAddressType_t* _unassignAddressType,
55
 
            const axutil_env_t *env);
56
 
 
57
 
 
58
 
 
59
 
        /********************************** Getters and Setters **************************************/
60
 
 
61
 
 
62
 
 
63
 
        /**
64
 
         * Getter for correlationId.
65
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
66
 
         * @param env pointer to environment struct
67
 
         * @return axis2_char_t*
68
 
         */
69
 
        axis2_char_t* AXIS2_CALL
70
 
        adb_unassignAddressType_get_correlationId(
71
 
            adb_unassignAddressType_t* _unassignAddressType,
72
 
            const axutil_env_t *env);
73
 
 
74
 
        /**
75
 
         * Setter for correlationId.
76
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_set_correlationId(
83
 
            adb_unassignAddressType_t* _unassignAddressType,
84
 
            const axutil_env_t *env,
85
 
            const axis2_char_t*  arg_correlationId);
86
 
 
87
 
        /**
88
 
         * Resetter for correlationId
89
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_reset_correlationId(
95
 
            adb_unassignAddressType_t* _unassignAddressType,
96
 
            const axutil_env_t *env);
97
 
 
98
 
 
99
 
 
100
 
 
101
 
        /**
102
 
         * Getter for userId.
103
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
104
 
         * @param env pointer to environment struct
105
 
         * @return axis2_char_t*
106
 
         */
107
 
        axis2_char_t* AXIS2_CALL
108
 
        adb_unassignAddressType_get_userId(
109
 
            adb_unassignAddressType_t* _unassignAddressType,
110
 
            const axutil_env_t *env);
111
 
 
112
 
        /**
113
 
         * Setter for userId.
114
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_set_userId(
121
 
            adb_unassignAddressType_t* _unassignAddressType,
122
 
            const axutil_env_t *env,
123
 
            const axis2_char_t*  arg_userId);
124
 
 
125
 
        /**
126
 
         * Resetter for userId
127
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_reset_userId(
133
 
            adb_unassignAddressType_t* _unassignAddressType,
134
 
            const axutil_env_t *env);
135
 
 
136
 
 
137
 
 
138
 
 
139
 
        /**
140
 
         * Getter for statusMessage.
141
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
142
 
         * @param env pointer to environment struct
143
 
         * @return axis2_char_t*
144
 
         */
145
 
        axis2_char_t* AXIS2_CALL
146
 
        adb_unassignAddressType_get_statusMessage(
147
 
            adb_unassignAddressType_t* _unassignAddressType,
148
 
            const axutil_env_t *env);
149
 
 
150
 
        /**
151
 
         * Setter for statusMessage.
152
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
153
 
         * @param env pointer to environment struct
154
 
         * @param arg_statusMessage axis2_char_t*
155
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
156
 
         */
157
 
        axis2_status_t AXIS2_CALL
158
 
        adb_unassignAddressType_set_statusMessage(
159
 
            adb_unassignAddressType_t* _unassignAddressType,
160
 
            const axutil_env_t *env,
161
 
            const axis2_char_t*  arg_statusMessage);
162
 
 
163
 
        /**
164
 
         * Resetter for statusMessage
165
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_reset_statusMessage(
171
 
            adb_unassignAddressType_t* _unassignAddressType,
172
 
            const axutil_env_t *env);
173
 
 
174
 
 
175
 
 
176
 
 
177
 
        /**
178
 
         * Getter for return.
179
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
180
 
         * @param env pointer to environment struct
181
 
         * @return axis2_bool_t
182
 
         */
183
 
        axis2_bool_t AXIS2_CALL
184
 
        adb_unassignAddressType_get_return(
185
 
            adb_unassignAddressType_t* _unassignAddressType,
186
 
            const axutil_env_t *env);
187
 
 
188
 
        /**
189
 
         * Setter for return.
190
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
191
 
         * @param env pointer to environment struct
192
 
         * @param arg_return axis2_bool_t
193
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
194
 
         */
195
 
        axis2_status_t AXIS2_CALL
196
 
        adb_unassignAddressType_set_return(
197
 
            adb_unassignAddressType_t* _unassignAddressType,
198
 
            const axutil_env_t *env,
199
 
            axis2_bool_t  arg_return);
200
 
 
201
 
        /**
202
 
         * Resetter for return
203
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_reset_return(
209
 
            adb_unassignAddressType_t* _unassignAddressType,
210
 
            const axutil_env_t *env);
211
 
 
212
 
 
213
 
 
214
 
 
215
 
        /**
216
 
         * Getter for source.
217
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
218
 
         * @param env pointer to environment struct
219
 
         * @return axis2_char_t*
220
 
         */
221
 
        axis2_char_t* AXIS2_CALL
222
 
        adb_unassignAddressType_get_source(
223
 
            adb_unassignAddressType_t* _unassignAddressType,
224
 
            const axutil_env_t *env);
225
 
 
226
 
        /**
227
 
         * Setter for source.
228
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
229
 
         * @param env pointer to environment struct
230
 
         * @param arg_source axis2_char_t*
231
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
232
 
         */
233
 
        axis2_status_t AXIS2_CALL
234
 
        adb_unassignAddressType_set_source(
235
 
            adb_unassignAddressType_t* _unassignAddressType,
236
 
            const axutil_env_t *env,
237
 
            const axis2_char_t*  arg_source);
238
 
 
239
 
        /**
240
 
         * Resetter for source
241
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_reset_source(
247
 
            adb_unassignAddressType_t* _unassignAddressType,
248
 
            const axutil_env_t *env);
249
 
 
250
 
 
251
 
 
252
 
 
253
 
        /**
254
 
         * Getter for dest.
255
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
256
 
         * @param env pointer to environment struct
257
 
         * @return axis2_char_t*
258
 
         */
259
 
        axis2_char_t* AXIS2_CALL
260
 
        adb_unassignAddressType_get_dest(
261
 
            adb_unassignAddressType_t* _unassignAddressType,
262
 
            const axutil_env_t *env);
263
 
 
264
 
        /**
265
 
         * Setter for dest.
266
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
267
 
         * @param env pointer to environment struct
268
 
         * @param arg_dest axis2_char_t*
269
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
270
 
         */
271
 
        axis2_status_t AXIS2_CALL
272
 
        adb_unassignAddressType_set_dest(
273
 
            adb_unassignAddressType_t* _unassignAddressType,
274
 
            const axutil_env_t *env,
275
 
            const axis2_char_t*  arg_dest);
276
 
 
277
 
        /**
278
 
         * Resetter for dest
279
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
280
 
         * @param env pointer to environment struct
281
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
282
 
         */
283
 
        axis2_status_t AXIS2_CALL
284
 
        adb_unassignAddressType_reset_dest(
285
 
            adb_unassignAddressType_t* _unassignAddressType,
286
 
            const axutil_env_t *env);
287
 
 
288
 
 
289
 
 
290
 
 
291
 
        /******************************* Checking and Setting NIL values *********************************/
292
 
 
293
 
 
294
 
        /**
295
 
         * NOTE: set_nil is only available for nillable properties
296
 
         */
297
 
 
298
 
 
299
 
 
300
 
        /**
301
 
         * Check whether correlationId is nill
302
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
303
 
         * @param env pointer to environment struct
304
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
305
 
         */
306
 
        axis2_bool_t AXIS2_CALL
307
 
        adb_unassignAddressType_is_correlationId_nil(
308
 
                adb_unassignAddressType_t* _unassignAddressType,
309
 
                const axutil_env_t *env);
310
 
 
311
 
 
312
 
 
313
 
 
314
 
        /**
315
 
         * Check whether userId is nill
316
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
317
 
         * @param env pointer to environment struct
318
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
319
 
         */
320
 
        axis2_bool_t AXIS2_CALL
321
 
        adb_unassignAddressType_is_userId_nil(
322
 
                adb_unassignAddressType_t* _unassignAddressType,
323
 
                const axutil_env_t *env);
324
 
 
325
 
 
326
 
 
327
 
 
328
 
        /**
329
 
         * Check whether statusMessage is nill
330
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
331
 
         * @param env pointer to environment struct
332
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
333
 
         */
334
 
        axis2_bool_t AXIS2_CALL
335
 
        adb_unassignAddressType_is_statusMessage_nil(
336
 
                adb_unassignAddressType_t* _unassignAddressType,
337
 
                const axutil_env_t *env);
338
 
 
339
 
 
340
 
 
341
 
        /**
342
 
         * Set statusMessage to nill (currently the same as reset)
343
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
344
 
         * @param env pointer to environment struct
345
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
346
 
         */
347
 
        axis2_status_t AXIS2_CALL
348
 
        adb_unassignAddressType_set_statusMessage_nil(
349
 
                adb_unassignAddressType_t* _unassignAddressType,
350
 
                const axutil_env_t *env);
351
 
 
352
 
 
353
 
        /**
354
 
         * Check whether return is nill
355
 
         * @param  _unassignAddressType adb_unassignAddressType_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_unassignAddressType_is_return_nil(
361
 
                adb_unassignAddressType_t* _unassignAddressType,
362
 
                const axutil_env_t *env);
363
 
 
364
 
 
365
 
 
366
 
 
367
 
        /**
368
 
         * Check whether source is nill
369
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
370
 
         * @param env pointer to environment struct
371
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
372
 
         */
373
 
        axis2_bool_t AXIS2_CALL
374
 
        adb_unassignAddressType_is_source_nil(
375
 
                adb_unassignAddressType_t* _unassignAddressType,
376
 
                const axutil_env_t *env);
377
 
 
378
 
 
379
 
 
380
 
 
381
 
        /**
382
 
         * Check whether dest is nill
383
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
384
 
         * @param env pointer to environment struct
385
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
386
 
         */
387
 
        axis2_bool_t AXIS2_CALL
388
 
        adb_unassignAddressType_is_dest_nil(
389
 
                adb_unassignAddressType_t* _unassignAddressType,
390
 
                const axutil_env_t *env);
391
 
 
392
 
 
393
 
 
394
 
 
395
 
        /**************************** Serialize and Deserialize functions ***************************/
396
 
        /*********** These functions are for use only inside the generated code *********************/
397
 
 
398
 
 
399
 
        /**
400
 
         * Deserialize an XML to adb objects
401
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
402
 
         * @param env pointer to environment struct
403
 
         * @param dp_parent double pointer to the parent node to deserialize
404
 
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
405
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
406
 
         *              (Parent will order this in a case of choice)
407
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
408
 
         */
409
 
        axis2_status_t AXIS2_CALL
410
 
        adb_unassignAddressType_deserialize(
411
 
            adb_unassignAddressType_t* _unassignAddressType,
412
 
            const axutil_env_t *env,
413
 
            axiom_node_t** dp_parent,
414
 
            axis2_bool_t *dp_is_early_node_valid,
415
 
            axis2_bool_t dont_care_minoccurs);
416
 
 
417
 
 
418
 
 
419
 
       /**
420
 
         * Declare namespace in the most parent node
421
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
422
 
         * @param env pointer to environment struct
423
 
         * @param parent_element parent element
424
 
         * @param namespaces hash of namespace uri to prefix
425
 
         * @param next_ns_index pointer to an int which contain the next namespace index
426
 
         */
427
 
       void AXIS2_CALL
428
 
       adb_unassignAddressType_declare_parent_namespaces(
429
 
                    adb_unassignAddressType_t* _unassignAddressType,
430
 
                    const axutil_env_t *env, axiom_element_t *parent_element,
431
 
                    axutil_hash_t *namespaces, int *next_ns_index);
432
 
 
433
 
 
434
 
 
435
 
        /**
436
 
         * Serialize to an XML from the adb objects
437
 
         * @param  _unassignAddressType adb_unassignAddressType_t object
438
 
         * @param env pointer to environment struct
439
 
         * @param unassignAddressType_om_node node to serialize from
440
 
         * @param unassignAddressType_om_element parent element to serialize from
441
 
         * @param tag_closed whether the parent tag is closed or not
442
 
         * @param namespaces hash of namespace uri to prefix
443
 
         * @param next_ns_index an int which contain the next namespace index
444
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
445
 
         */
446
 
        axiom_node_t* AXIS2_CALL
447
 
        adb_unassignAddressType_serialize(
448
 
            adb_unassignAddressType_t* _unassignAddressType,
449
 
            const axutil_env_t *env,
450
 
            axiom_node_t* unassignAddressType_om_node, axiom_element_t *unassignAddressType_om_element, int tag_closed, axutil_hash_t *namespaces, int *next_ns_index);
451
 
 
452
 
        /**
453
 
         * Check whether the adb_unassignAddressType is a particle class (E.g. group, inner sequence)
454
 
         * @return whether this is a particle class.
455
 
         */
456
 
        axis2_bool_t AXIS2_CALL
457
 
        adb_unassignAddressType_is_particle();
458
 
 
459
 
 
460
 
     #ifdef __cplusplus
461
 
     }
462
 
     #endif
463
 
 
464
 
     #endif /* ADB_UNASSIGNADDRESSTYPE_H */
465
 
 
466