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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_describePublicAddressesType.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_describePublicAddressesType adb_describePublicAddressesType_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  _describePublicAddressesType adb_describePublicAddressesType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_describePublicAddressesType_t* _describePublicAddressesType,
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  _describePublicAddressesType adb_describePublicAddressesType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_describePublicAddressesType_t* _describePublicAddressesType,
134
134
            const axutil_env_t *env);
135
135
 
136
 
 
137
 
 
 
136
        
 
137
        
138
138
 
139
139
        /**
140
 
         * Getter for statusMessage.
 
140
         * Getter for statusMessage. 
141
141
         * @param  _describePublicAddressesType adb_describePublicAddressesType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_char_t*
171
171
            adb_describePublicAddressesType_t* _describePublicAddressesType,
172
172
            const axutil_env_t *env);
173
173
 
174
 
 
175
 
 
 
174
        
 
175
        
176
176
 
177
177
        /**
178
 
         * Getter for return.
 
178
         * Getter for return. 
179
179
         * @param  _describePublicAddressesType adb_describePublicAddressesType_t object
180
180
         * @param env pointer to environment struct
181
181
         * @return axis2_bool_t
209
209
            adb_describePublicAddressesType_t* _describePublicAddressesType,
210
210
            const axutil_env_t *env);
211
211
 
212
 
 
 
212
        
213
213
 
214
214
 
215
215
        /******************************* Checking and Setting NIL values *********************************/
216
 
 
 
216
        
217
217
 
218
218
        /**
219
219
         * NOTE: set_nil is only available for nillable properties
220
220
         */
221
221
 
222
 
 
 
222
        
223
223
 
224
224
        /**
225
225
         * Check whether correlationId is nill
233
233
                const axutil_env_t *env);
234
234
 
235
235
 
236
 
 
 
236
        
237
237
 
238
238
        /**
239
239
         * Check whether userId is nill
247
247
                const axutil_env_t *env);
248
248
 
249
249
 
250
 
 
 
250
        
251
251
 
252
252
        /**
253
253
         * Check whether statusMessage is nill
261
261
                const axutil_env_t *env);
262
262
 
263
263
 
264
 
 
 
264
        
265
265
        /**
266
266
         * Set statusMessage to nill (currently the same as reset)
267
267
         * @param  _describePublicAddressesType adb_describePublicAddressesType_t object
272
272
        adb_describePublicAddressesType_set_statusMessage_nil(
273
273
                adb_describePublicAddressesType_t* _describePublicAddressesType,
274
274
                const axutil_env_t *env);
275
 
 
 
275
        
276
276
 
277
277
        /**
278
278
         * Check whether return is nill
286
286
                const axutil_env_t *env);
287
287
 
288
288
 
289
 
 
 
289
        
290
290
 
291
291
        /**************************** Serialize and Deserialize functions ***************************/
292
292
        /*********** These functions are for use only inside the generated code *********************/
293
293
 
294
 
 
 
294
        
295
295
        /**
296
296
         * Deserialize an XML to adb objects
297
297
         * @param  _describePublicAddressesType adb_describePublicAddressesType_t object
298
298
         * @param env pointer to environment struct
299
299
         * @param dp_parent double pointer to the parent node to deserialize
300
300
         * @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,
 
301
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
302
302
         *              (Parent will order this in a case of choice)
303
303
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
304
304
         */
309
309
            axiom_node_t** dp_parent,
310
310
            axis2_bool_t *dp_is_early_node_valid,
311
311
            axis2_bool_t dont_care_minoccurs);
312
 
 
313
 
 
 
312
                            
 
313
            
314
314
 
315
315
       /**
316
 
         * Declare namespace in the most parent node
 
316
         * Declare namespace in the most parent node 
317
317
         * @param  _describePublicAddressesType adb_describePublicAddressesType_t object
318
318
         * @param env pointer to environment struct
319
319
         * @param parent_element parent element
326
326
                    const axutil_env_t *env, axiom_element_t *parent_element,
327
327
                    axutil_hash_t *namespaces, int *next_ns_index);
328
328
 
329
 
 
 
329
        
330
330
 
331
331
        /**
332
332
         * Serialize to an XML from the adb objects
358
358
     #endif
359
359
 
360
360
     #endif /* ADB_DESCRIBEPUBLICADDRESSESTYPE_H */
361
 
 
 
361
    
362
362