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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_AttachVolumeResponse.h

  • Committer: Dave Walker (Daviey)
  • Date: 2010-06-15 14:42:43 UTC
  • Revision ID: davewalker@ubuntu.com-20100615144243-es2308wfvh9h3htf
Ubuntu patches unapplied

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
        #ifndef ADB_ATTACHVOLUMERESPONSE_H
4
 
        #define ADB_ATTACHVOLUMERESPONSE_H
5
 
 
6
 
       /**
7
 
        * adb_AttachVolumeResponse.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_AttachVolumeResponse class
15
 
        */
16
 
        typedef struct adb_AttachVolumeResponse adb_AttachVolumeResponse_t;
17
 
 
18
 
 
19
 
          #include "adb_attachVolumeResponseType.h"
20
 
 
21
 
 
22
 
        #include <stdio.h>
23
 
        #include <axiom.h>
24
 
        #include <axis2_util.h>
25
 
        #include <axiom_soap.h>
26
 
        #include <axis2_client.h>
27
 
 
28
 
        #ifdef __cplusplus
29
 
        extern "C"
30
 
        {
31
 
        #endif
32
 
 
33
 
        #define ADB_DEFAULT_DIGIT_LIMIT 64
34
 
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
35
 
 
36
 
 
37
 
        /******************************* Create and Free functions *********************************/
38
 
 
39
 
        /**
40
 
         * Constructor for creating adb_AttachVolumeResponse_t
41
 
         * @param env pointer to environment struct
42
 
         * @return newly created adb_AttachVolumeResponse_t object
43
 
         */
44
 
        adb_AttachVolumeResponse_t* AXIS2_CALL
45
 
        adb_AttachVolumeResponse_create(
46
 
            const axutil_env_t *env );
47
 
 
48
 
        /**
49
 
         * Free adb_AttachVolumeResponse_t object
50
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object to free
51
 
         * @param env pointer to environment struct
52
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
53
 
         */
54
 
        axis2_status_t AXIS2_CALL
55
 
        adb_AttachVolumeResponse_free (
56
 
            adb_AttachVolumeResponse_t* _AttachVolumeResponse,
57
 
            const axutil_env_t *env);
58
 
 
59
 
 
60
 
 
61
 
        /********************************** Getters and Setters **************************************/
62
 
 
63
 
 
64
 
 
65
 
        /**
66
 
         * Getter for AttachVolumeResponse.
67
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
68
 
         * @param env pointer to environment struct
69
 
         * @return adb_attachVolumeResponseType_t*
70
 
         */
71
 
        adb_attachVolumeResponseType_t* AXIS2_CALL
72
 
        adb_AttachVolumeResponse_get_AttachVolumeResponse(
73
 
            adb_AttachVolumeResponse_t* _AttachVolumeResponse,
74
 
            const axutil_env_t *env);
75
 
 
76
 
        /**
77
 
         * Setter for AttachVolumeResponse.
78
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
79
 
         * @param env pointer to environment struct
80
 
         * @param arg_AttachVolumeResponse adb_attachVolumeResponseType_t*
81
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
82
 
         */
83
 
        axis2_status_t AXIS2_CALL
84
 
        adb_AttachVolumeResponse_set_AttachVolumeResponse(
85
 
            adb_AttachVolumeResponse_t* _AttachVolumeResponse,
86
 
            const axutil_env_t *env,
87
 
            adb_attachVolumeResponseType_t*  arg_AttachVolumeResponse);
88
 
 
89
 
        /**
90
 
         * Resetter for AttachVolumeResponse
91
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
92
 
         * @param env pointer to environment struct
93
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
94
 
         */
95
 
        axis2_status_t AXIS2_CALL
96
 
        adb_AttachVolumeResponse_reset_AttachVolumeResponse(
97
 
            adb_AttachVolumeResponse_t* _AttachVolumeResponse,
98
 
            const axutil_env_t *env);
99
 
 
100
 
 
101
 
 
102
 
 
103
 
        /******************************* Checking and Setting NIL values *********************************/
104
 
 
105
 
 
106
 
        /**
107
 
         * NOTE: set_nil is only available for nillable properties
108
 
         */
109
 
 
110
 
 
111
 
 
112
 
        /**
113
 
         * Check whether AttachVolumeResponse is nill
114
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
115
 
         * @param env pointer to environment struct
116
 
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
117
 
         */
118
 
        axis2_bool_t AXIS2_CALL
119
 
        adb_AttachVolumeResponse_is_AttachVolumeResponse_nil(
120
 
                adb_AttachVolumeResponse_t* _AttachVolumeResponse,
121
 
                const axutil_env_t *env);
122
 
 
123
 
 
124
 
 
125
 
        /**
126
 
         * Set AttachVolumeResponse to nill (currently the same as reset)
127
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_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_AttachVolumeResponse_set_AttachVolumeResponse_nil(
133
 
                adb_AttachVolumeResponse_t* _AttachVolumeResponse,
134
 
                const axutil_env_t *env);
135
 
 
136
 
 
137
 
        /**************************** Serialize and Deserialize functions ***************************/
138
 
        /*********** These functions are for use only inside the generated code *********************/
139
 
 
140
 
 
141
 
        /**
142
 
         * Deserialize an XML to adb objects
143
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
144
 
         * @param env pointer to environment struct
145
 
         * @param dp_parent double pointer to the parent node to deserialize
146
 
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
147
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
148
 
         *              (Parent will order this in a case of choice)
149
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
150
 
         */
151
 
        axis2_status_t AXIS2_CALL
152
 
        adb_AttachVolumeResponse_deserialize(
153
 
            adb_AttachVolumeResponse_t* _AttachVolumeResponse,
154
 
            const axutil_env_t *env,
155
 
            axiom_node_t** dp_parent,
156
 
            axis2_bool_t *dp_is_early_node_valid,
157
 
            axis2_bool_t dont_care_minoccurs);
158
 
 
159
 
 
160
 
 
161
 
       /**
162
 
         * Declare namespace in the most parent node
163
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
164
 
         * @param env pointer to environment struct
165
 
         * @param parent_element parent element
166
 
         * @param namespaces hash of namespace uri to prefix
167
 
         * @param next_ns_index pointer to an int which contain the next namespace index
168
 
         */
169
 
       void AXIS2_CALL
170
 
       adb_AttachVolumeResponse_declare_parent_namespaces(
171
 
                    adb_AttachVolumeResponse_t* _AttachVolumeResponse,
172
 
                    const axutil_env_t *env, axiom_element_t *parent_element,
173
 
                    axutil_hash_t *namespaces, int *next_ns_index);
174
 
 
175
 
 
176
 
 
177
 
        /**
178
 
         * Serialize to an XML from the adb objects
179
 
         * @param  _AttachVolumeResponse adb_AttachVolumeResponse_t object
180
 
         * @param env pointer to environment struct
181
 
         * @param AttachVolumeResponse_om_node node to serialize from
182
 
         * @param AttachVolumeResponse_om_element parent element to serialize from
183
 
         * @param tag_closed whether the parent tag is closed or not
184
 
         * @param namespaces hash of namespace uri to prefix
185
 
         * @param next_ns_index an int which contain the next namespace index
186
 
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
187
 
         */
188
 
        axiom_node_t* AXIS2_CALL
189
 
        adb_AttachVolumeResponse_serialize(
190
 
            adb_AttachVolumeResponse_t* _AttachVolumeResponse,
191
 
            const axutil_env_t *env,
192
 
            axiom_node_t* AttachVolumeResponse_om_node, axiom_element_t *AttachVolumeResponse_om_element, int tag_closed, axutil_hash_t *namespaces, int *next_ns_index);
193
 
 
194
 
        /**
195
 
         * Check whether the adb_AttachVolumeResponse is a particle class (E.g. group, inner sequence)
196
 
         * @return whether this is a particle class.
197
 
         */
198
 
        axis2_bool_t AXIS2_CALL
199
 
        adb_AttachVolumeResponse_is_particle();
200
 
 
201
 
 
202
 
     #ifdef __cplusplus
203
 
     }
204
 
     #endif
205
 
 
206
 
     #endif /* ADB_ATTACHVOLUMERESPONSE_H */
207
 
 
208