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

« back to all changes in this revision

Viewing changes to node/generated/adb_virtualMachineType.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_VIRTUALMACHINETYPE_H
4
 
        #define ADB_VIRTUALMACHINETYPE_H
5
 
 
6
 
       /**
7
 
        * adb_virtualMachineType.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_virtualMachineType class
15
 
        */
16
 
        typedef struct adb_virtualMachineType adb_virtualMachineType_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_virtualMachineType_t
39
 
         * @param env pointer to environment struct
40
 
         * @return newly created adb_virtualMachineType_t object
41
 
         */
42
 
        adb_virtualMachineType_t* AXIS2_CALL
43
 
        adb_virtualMachineType_create(
44
 
            const axutil_env_t *env );
45
 
 
46
 
        /**
47
 
         * Free adb_virtualMachineType_t object
48
 
         * @param  _virtualMachineType adb_virtualMachineType_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_virtualMachineType_free (
54
 
            adb_virtualMachineType_t* _virtualMachineType,
55
 
            const axutil_env_t *env);
56
 
 
57
 
 
58
 
 
59
 
        /********************************** Getters and Setters **************************************/
60
 
 
61
 
 
62
 
 
63
 
        /**
64
 
         * Getter for memory.
65
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
66
 
         * @param env pointer to environment struct
67
 
         * @return int
68
 
         */
69
 
        int AXIS2_CALL
70
 
        adb_virtualMachineType_get_memory(
71
 
            adb_virtualMachineType_t* _virtualMachineType,
72
 
            const axutil_env_t *env);
73
 
 
74
 
        /**
75
 
         * Setter for memory.
76
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
77
 
         * @param env pointer to environment struct
78
 
         * @param arg_memory int
79
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
80
 
         */
81
 
        axis2_status_t AXIS2_CALL
82
 
        adb_virtualMachineType_set_memory(
83
 
            adb_virtualMachineType_t* _virtualMachineType,
84
 
            const axutil_env_t *env,
85
 
            const int  arg_memory);
86
 
 
87
 
        /**
88
 
         * Resetter for memory
89
 
         * @param  _virtualMachineType adb_virtualMachineType_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_virtualMachineType_reset_memory(
95
 
            adb_virtualMachineType_t* _virtualMachineType,
96
 
            const axutil_env_t *env);
97
 
 
98
 
 
99
 
 
100
 
 
101
 
        /**
102
 
         * Getter for cores.
103
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
104
 
         * @param env pointer to environment struct
105
 
         * @return int
106
 
         */
107
 
        int AXIS2_CALL
108
 
        adb_virtualMachineType_get_cores(
109
 
            adb_virtualMachineType_t* _virtualMachineType,
110
 
            const axutil_env_t *env);
111
 
 
112
 
        /**
113
 
         * Setter for cores.
114
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
115
 
         * @param env pointer to environment struct
116
 
         * @param arg_cores int
117
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
118
 
         */
119
 
        axis2_status_t AXIS2_CALL
120
 
        adb_virtualMachineType_set_cores(
121
 
            adb_virtualMachineType_t* _virtualMachineType,
122
 
            const axutil_env_t *env,
123
 
            const int  arg_cores);
124
 
 
125
 
        /**
126
 
         * Resetter for cores
127
 
         * @param  _virtualMachineType adb_virtualMachineType_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_virtualMachineType_reset_cores(
133
 
            adb_virtualMachineType_t* _virtualMachineType,
134
 
            const axutil_env_t *env);
135
 
 
136
 
 
137
 
 
138
 
 
139
 
        /**
140
 
         * Getter for disk.
141
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
142
 
         * @param env pointer to environment struct
143
 
         * @return int
144
 
         */
145
 
        int AXIS2_CALL
146
 
        adb_virtualMachineType_get_disk(
147
 
            adb_virtualMachineType_t* _virtualMachineType,
148
 
            const axutil_env_t *env);
149
 
 
150
 
        /**
151
 
         * Setter for disk.
152
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
153
 
         * @param env pointer to environment struct
154
 
         * @param arg_disk int
155
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
156
 
         */
157
 
        axis2_status_t AXIS2_CALL
158
 
        adb_virtualMachineType_set_disk(
159
 
            adb_virtualMachineType_t* _virtualMachineType,
160
 
            const axutil_env_t *env,
161
 
            const int  arg_disk);
162
 
 
163
 
        /**
164
 
         * Resetter for disk
165
 
         * @param  _virtualMachineType adb_virtualMachineType_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_virtualMachineType_reset_disk(
171
 
            adb_virtualMachineType_t* _virtualMachineType,
172
 
            const axutil_env_t *env);
173
 
 
174
 
 
175
 
 
176
 
 
177
 
        /******************************* Checking and Setting NIL values *********************************/
178
 
 
179
 
 
180
 
        /**
181
 
         * NOTE: set_nil is only available for nillable properties
182
 
         */
183
 
 
184
 
 
185
 
 
186
 
        /**
187
 
         * Check whether memory is nill
188
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
189
 
         * @param env pointer to environment struct
190
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
191
 
         */
192
 
        axis2_bool_t AXIS2_CALL
193
 
        adb_virtualMachineType_is_memory_nil(
194
 
                adb_virtualMachineType_t* _virtualMachineType,
195
 
                const axutil_env_t *env);
196
 
 
197
 
 
198
 
 
199
 
 
200
 
        /**
201
 
         * Check whether cores is nill
202
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
203
 
         * @param env pointer to environment struct
204
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
205
 
         */
206
 
        axis2_bool_t AXIS2_CALL
207
 
        adb_virtualMachineType_is_cores_nil(
208
 
                adb_virtualMachineType_t* _virtualMachineType,
209
 
                const axutil_env_t *env);
210
 
 
211
 
 
212
 
 
213
 
 
214
 
        /**
215
 
         * Check whether disk is nill
216
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
217
 
         * @param env pointer to environment struct
218
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
219
 
         */
220
 
        axis2_bool_t AXIS2_CALL
221
 
        adb_virtualMachineType_is_disk_nil(
222
 
                adb_virtualMachineType_t* _virtualMachineType,
223
 
                const axutil_env_t *env);
224
 
 
225
 
 
226
 
 
227
 
 
228
 
        /**************************** Serialize and Deserialize functions ***************************/
229
 
        /*********** These functions are for use only inside the generated code *********************/
230
 
 
231
 
 
232
 
        /**
233
 
         * Deserialize an XML to adb objects
234
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
235
 
         * @param env pointer to environment struct
236
 
         * @param dp_parent double pointer to the parent node to deserialize
237
 
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
238
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
239
 
         *              (Parent will order this in a case of choice)
240
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
241
 
         */
242
 
        axis2_status_t AXIS2_CALL
243
 
        adb_virtualMachineType_deserialize(
244
 
            adb_virtualMachineType_t* _virtualMachineType,
245
 
            const axutil_env_t *env,
246
 
            axiom_node_t** dp_parent,
247
 
            axis2_bool_t *dp_is_early_node_valid,
248
 
            axis2_bool_t dont_care_minoccurs);
249
 
 
250
 
 
251
 
 
252
 
       /**
253
 
         * Declare namespace in the most parent node
254
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
255
 
         * @param env pointer to environment struct
256
 
         * @param parent_element parent element
257
 
         * @param namespaces hash of namespace uri to prefix
258
 
         * @param next_ns_index pointer to an int which contain the next namespace index
259
 
         */
260
 
       void AXIS2_CALL
261
 
       adb_virtualMachineType_declare_parent_namespaces(
262
 
                    adb_virtualMachineType_t* _virtualMachineType,
263
 
                    const axutil_env_t *env, axiom_element_t *parent_element,
264
 
                    axutil_hash_t *namespaces, int *next_ns_index);
265
 
 
266
 
 
267
 
 
268
 
        /**
269
 
         * Serialize to an XML from the adb objects
270
 
         * @param  _virtualMachineType adb_virtualMachineType_t object
271
 
         * @param env pointer to environment struct
272
 
         * @param virtualMachineType_om_node node to serialize from
273
 
         * @param virtualMachineType_om_element parent element to serialize from
274
 
         * @param tag_closed whether the parent tag is closed or not
275
 
         * @param namespaces hash of namespace uri to prefix
276
 
         * @param next_ns_index an int which contain the next namespace index
277
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
278
 
         */
279
 
        axiom_node_t* AXIS2_CALL
280
 
        adb_virtualMachineType_serialize(
281
 
            adb_virtualMachineType_t* _virtualMachineType,
282
 
            const axutil_env_t *env,
283
 
            axiom_node_t* virtualMachineType_om_node, axiom_element_t *virtualMachineType_om_element, int tag_closed, axutil_hash_t *namespaces, int *next_ns_index);
284
 
 
285
 
        /**
286
 
         * Check whether the adb_virtualMachineType is a particle class (E.g. group, inner sequence)
287
 
         * @return whether this is a particle class.
288
 
         */
289
 
        axis2_bool_t AXIS2_CALL
290
 
        adb_virtualMachineType_is_particle();
291
 
 
292
 
 
293
 
     #ifdef __cplusplus
294
 
     }
295
 
     #endif
296
 
 
297
 
     #endif /* ADB_VIRTUALMACHINETYPE_H */
298
 
 
299