jira4r-jh 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1096 @@
1
+ require 'jiraService.rb'
2
+ require 'soap/mapping'
3
+
4
+ module Jira4R; module V2
5
+
6
+ module DefaultMappingRegistry
7
+ EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
8
+ LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
9
+ NsBeansSoapRpcJiraAtlassianCom = "http://beans.soap.rpc.jira.atlassian.com"
10
+ NsExceptionRpcJiraAtlassianCom = "http://exception.rpc.jira.atlassian.com"
11
+ NsServiceSoapRpcJiraAtlassianCom = "http://service.soap.rpc.jira.atlassian.com"
12
+
13
+ EncodedRegistry.register(
14
+ :class => Jira4R::V2::RemoteComment,
15
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteComment"),
16
+ :schema_element => [
17
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
18
+ ["body", ["SOAP::SOAPString", XSD::QName.new(nil, "body")]],
19
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
20
+ ["groupLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "groupLevel")]],
21
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
22
+ ["roleLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "roleLevel")]],
23
+ ["updateAuthor", ["SOAP::SOAPString", XSD::QName.new(nil, "updateAuthor")]],
24
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
25
+ ]
26
+ )
27
+
28
+ EncodedRegistry.register(
29
+ :class => Jira4R::V2::RemoteTimeInfo,
30
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteTimeInfo"),
31
+ :schema_element => [
32
+ ["serverTime", ["SOAP::SOAPString", XSD::QName.new(nil, "serverTime")]],
33
+ ["timeZoneId", ["SOAP::SOAPString", XSD::QName.new(nil, "timeZoneId")]]
34
+ ]
35
+ )
36
+
37
+ EncodedRegistry.register(
38
+ :class => Jira4R::V2::RemoteServerInfo,
39
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteServerInfo"),
40
+ :schema_element => [
41
+ ["baseUrl", ["SOAP::SOAPString", XSD::QName.new(nil, "baseUrl")]],
42
+ ["buildDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "buildDate")]],
43
+ ["buildNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "buildNumber")]],
44
+ ["edition", ["SOAP::SOAPString", XSD::QName.new(nil, "edition")]],
45
+ ["serverTime", ["Jira4R::V2::RemoteTimeInfo", XSD::QName.new(nil, "serverTime")]],
46
+ ["version", ["SOAP::SOAPString", XSD::QName.new(nil, "version")]]
47
+ ]
48
+ )
49
+
50
+ EncodedRegistry.register(
51
+ :class => Jira4R::V2::RemoteEntity,
52
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity"),
53
+ :schema_element => []
54
+ )
55
+
56
+ EncodedRegistry.register(
57
+ :class => Jira4R::V2::RemoteUser,
58
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteUser"),
59
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity"),
60
+ :schema_element => [
61
+ ["email", ["SOAP::SOAPString", XSD::QName.new(nil, "email")]],
62
+ ["fullname", ["SOAP::SOAPString", XSD::QName.new(nil, "fullname")]],
63
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
64
+ ]
65
+ )
66
+
67
+ EncodedRegistry.register(
68
+ :class => Jira4R::V2::RemoteGroup,
69
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteGroup"),
70
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity"),
71
+ :schema_element => [
72
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
73
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]]
74
+ ]
75
+ )
76
+
77
+ EncodedRegistry.register(
78
+ :class => Jira4R::V2::RemoteComponent,
79
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteComponent"),
80
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
81
+ :schema_element => [
82
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
83
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
84
+ ]
85
+ )
86
+
87
+ EncodedRegistry.register(
88
+ :class => Jira4R::V2::RemoteVersion,
89
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteVersion"),
90
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
91
+ :schema_element => [
92
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
93
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
94
+ ["archived", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "archived")]],
95
+ ["releaseDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "releaseDate")]],
96
+ ["released", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "released")]],
97
+ ["sequence", ["SOAP::SOAPLong", XSD::QName.new(nil, "sequence")]]
98
+ ]
99
+ )
100
+
101
+ EncodedRegistry.register(
102
+ :class => Jira4R::V2::RemoteCustomFieldValue,
103
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteCustomFieldValue"),
104
+ :schema_element => [
105
+ ["customfieldId", ["SOAP::SOAPString", XSD::QName.new(nil, "customfieldId")]],
106
+ ["key", ["SOAP::SOAPString", XSD::QName.new(nil, "key")]],
107
+ ["values", ["Jira4R::V2::ArrayOf_xsd_string", XSD::QName.new(nil, "values")]]
108
+ ]
109
+ )
110
+
111
+ EncodedRegistry.register(
112
+ :class => Jira4R::V2::RemoteIssue,
113
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteIssue"),
114
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteEntity"),
115
+ :schema_element => [
116
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
117
+ ["affectsVersions", ["Jira4R::V2::ArrayOf_tns1_RemoteVersion", XSD::QName.new(nil, "affectsVersions")]],
118
+ ["assignee", ["SOAP::SOAPString", XSD::QName.new(nil, "assignee")]],
119
+ ["attachmentNames", ["Jira4R::V2::ArrayOf_xsd_string", XSD::QName.new(nil, "attachmentNames")]],
120
+ ["components", ["Jira4R::V2::ArrayOf_tns1_RemoteComponent", XSD::QName.new(nil, "components")]],
121
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
122
+ ["customFieldValues", ["Jira4R::V2::ArrayOf_tns1_RemoteCustomFieldValue", XSD::QName.new(nil, "customFieldValues")]],
123
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
124
+ ["duedate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "duedate")]],
125
+ ["environment", ["SOAP::SOAPString", XSD::QName.new(nil, "environment")]],
126
+ ["fixVersions", ["Jira4R::V2::ArrayOf_tns1_RemoteVersion", XSD::QName.new(nil, "fixVersions")]],
127
+ ["key", ["SOAP::SOAPString", XSD::QName.new(nil, "key")]],
128
+ ["priority", ["SOAP::SOAPString", XSD::QName.new(nil, "priority")]],
129
+ ["project", ["SOAP::SOAPString", XSD::QName.new(nil, "project")]],
130
+ ["reporter", ["SOAP::SOAPString", XSD::QName.new(nil, "reporter")]],
131
+ ["resolution", ["SOAP::SOAPString", XSD::QName.new(nil, "resolution")]],
132
+ ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]],
133
+ ["summary", ["SOAP::SOAPString", XSD::QName.new(nil, "summary")]],
134
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]],
135
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]],
136
+ ["votes", ["SOAP::SOAPLong", XSD::QName.new(nil, "votes")]]
137
+ ]
138
+ )
139
+
140
+ EncodedRegistry.register(
141
+ :class => Jira4R::V2::RemoteFieldValue,
142
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteFieldValue"),
143
+ :schema_element => [
144
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
145
+ ["values", ["Jira4R::V2::ArrayOf_xsd_string", XSD::QName.new(nil, "values")]]
146
+ ]
147
+ )
148
+
149
+ EncodedRegistry.register(
150
+ :class => Jira4R::V2::RemoteNamedObject,
151
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteNamedObject"),
152
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
153
+ :schema_element => [
154
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
155
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
156
+ ]
157
+ )
158
+
159
+ EncodedRegistry.register(
160
+ :class => Jira4R::V2::RemoteIssueType,
161
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteIssueType"),
162
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
163
+ :schema_element => [
164
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
165
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
166
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
167
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]],
168
+ ["subTask", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "subTask")]]
169
+ ]
170
+ )
171
+
172
+ EncodedRegistry.register(
173
+ :class => Jira4R::V2::RemoteConfiguration,
174
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteConfiguration"),
175
+ :schema_element => [
176
+ ["allowAttachments", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowAttachments")]],
177
+ ["allowExternalUserManagment", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowExternalUserManagment")]],
178
+ ["allowIssueLinking", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowIssueLinking")]],
179
+ ["allowSubTasks", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowSubTasks")]],
180
+ ["allowTimeTracking", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowTimeTracking")]],
181
+ ["allowUnassignedIssues", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowUnassignedIssues")]],
182
+ ["allowVoting", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowVoting")]],
183
+ ["allowWatching", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowWatching")]],
184
+ ["timeTrackingDaysPerWeek", ["SOAP::SOAPInt", XSD::QName.new(nil, "timeTrackingDaysPerWeek")]],
185
+ ["timeTrackingHoursPerDay", ["SOAP::SOAPInt", XSD::QName.new(nil, "timeTrackingHoursPerDay")]]
186
+ ]
187
+ )
188
+
189
+ EncodedRegistry.register(
190
+ :class => Jira4R::V2::RemoteScheme,
191
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteScheme"),
192
+ :schema_element => [
193
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
194
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
195
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
196
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]]
197
+ ]
198
+ )
199
+
200
+ EncodedRegistry.register(
201
+ :class => Jira4R::V2::RemotePermission,
202
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermission"),
203
+ :schema_element => [
204
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
205
+ ["permission", ["SOAP::SOAPLong", XSD::QName.new(nil, "permission")]]
206
+ ]
207
+ )
208
+
209
+ EncodedRegistry.register(
210
+ :class => Jira4R::V2::RemotePermissionMapping,
211
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermissionMapping"),
212
+ :schema_element => [
213
+ ["permission", ["Jira4R::V2::RemotePermission", XSD::QName.new(nil, "permission")]],
214
+ ["remoteEntities", ["Jira4R::V2::ArrayOf_tns1_RemoteEntity", XSD::QName.new(nil, "remoteEntities")]]
215
+ ]
216
+ )
217
+
218
+ EncodedRegistry.register(
219
+ :class => Jira4R::V2::RemotePermissionScheme,
220
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermissionScheme"),
221
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteScheme"),
222
+ :schema_element => [
223
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
224
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
225
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
226
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]],
227
+ ["permissionMappings", ["Jira4R::V2::ArrayOf_tns1_RemotePermissionMapping", XSD::QName.new(nil, "permissionMappings")]]
228
+ ]
229
+ )
230
+
231
+ EncodedRegistry.register(
232
+ :class => Jira4R::V2::RemoteProject,
233
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProject"),
234
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
235
+ :schema_element => [
236
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
237
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
238
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
239
+ ["issueSecurityScheme", ["Jira4R::V2::RemoteScheme", XSD::QName.new(nil, "issueSecurityScheme")]],
240
+ ["key", ["SOAP::SOAPString", XSD::QName.new(nil, "key")]],
241
+ ["lead", ["SOAP::SOAPString", XSD::QName.new(nil, "lead")]],
242
+ ["notificationScheme", ["Jira4R::V2::RemoteScheme", XSD::QName.new(nil, "notificationScheme")]],
243
+ ["permissionScheme", ["Jira4R::V2::RemotePermissionScheme", XSD::QName.new(nil, "permissionScheme")]],
244
+ ["projectUrl", ["SOAP::SOAPString", XSD::QName.new(nil, "projectUrl")]],
245
+ ["url", ["SOAP::SOAPString", XSD::QName.new(nil, "url")]]
246
+ ]
247
+ )
248
+
249
+ EncodedRegistry.register(
250
+ :class => Jira4R::V2::RemotePriority,
251
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePriority"),
252
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
253
+ :schema_element => [
254
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
255
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
256
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
257
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]],
258
+ ["color", ["SOAP::SOAPString", XSD::QName.new(nil, "color")]]
259
+ ]
260
+ )
261
+
262
+ EncodedRegistry.register(
263
+ :class => Jira4R::V2::RemoteResolution,
264
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteResolution"),
265
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
266
+ :schema_element => [
267
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
268
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
269
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
270
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]]
271
+ ]
272
+ )
273
+
274
+ EncodedRegistry.register(
275
+ :class => Jira4R::V2::RemoteStatus,
276
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteStatus"),
277
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
278
+ :schema_element => [
279
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
280
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
281
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
282
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]]
283
+ ]
284
+ )
285
+
286
+ EncodedRegistry.register(
287
+ :class => Jira4R::V2::RemoteProjectRole,
288
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProjectRole"),
289
+ :schema_element => [
290
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
291
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
292
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
293
+ ]
294
+ )
295
+
296
+ EncodedRegistry.register(
297
+ :class => Jira4R::V2::RemoteRoleActor,
298
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActor"),
299
+ :schema_element => [
300
+ ["descriptor", ["SOAP::SOAPString", XSD::QName.new(nil, "descriptor")]],
301
+ ["parameter", ["SOAP::SOAPString", XSD::QName.new(nil, "parameter")]],
302
+ ["projectRole", ["Jira4R::V2::RemoteProjectRole", XSD::QName.new(nil, "projectRole")]],
303
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]],
304
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]]
305
+ ]
306
+ )
307
+
308
+ EncodedRegistry.register(
309
+ :class => Jira4R::V2::RemoteRoleActors,
310
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActors"),
311
+ :schema_element => [
312
+ ["projectRole", ["Jira4R::V2::RemoteProjectRole", XSD::QName.new(nil, "projectRole")]],
313
+ ["roleActors", ["Jira4R::V2::ArrayOf_tns1_RemoteRoleActor", XSD::QName.new(nil, "roleActors")]],
314
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]]
315
+ ]
316
+ )
317
+
318
+ EncodedRegistry.register(
319
+ :class => Jira4R::V2::RemoteProjectRoleActors,
320
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProjectRoleActors"),
321
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActors"),
322
+ :schema_element => [
323
+ ["projectRole", ["Jira4R::V2::RemoteProjectRole", XSD::QName.new(nil, "projectRole")]],
324
+ ["roleActors", ["Jira4R::V2::ArrayOf_tns1_RemoteRoleActor", XSD::QName.new(nil, "roleActors")]],
325
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]],
326
+ ["project", ["Jira4R::V2::RemoteProject", XSD::QName.new(nil, "project")]]
327
+ ]
328
+ )
329
+
330
+ EncodedRegistry.register(
331
+ :class => Jira4R::V2::RemoteField,
332
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteField"),
333
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
334
+ :schema_element => [
335
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
336
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
337
+ ]
338
+ )
339
+
340
+ EncodedRegistry.register(
341
+ :class => Jira4R::V2::RemoteFilter,
342
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteFilter"),
343
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
344
+ :schema_element => [
345
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
346
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
347
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
348
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
349
+ ["project", ["SOAP::SOAPString", XSD::QName.new(nil, "project")]],
350
+ ["xml", ["SOAP::SOAPString", XSD::QName.new(nil, "xml")]]
351
+ ]
352
+ )
353
+
354
+ EncodedRegistry.register(
355
+ :class => Jira4R::V2::RemoteSecurityLevel,
356
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteSecurityLevel"),
357
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
358
+ :schema_element => [
359
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
360
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
361
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]]
362
+ ]
363
+ )
364
+
365
+ EncodedRegistry.register(
366
+ :class => Jira4R::V2::RemoteAvatar,
367
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteAvatar"),
368
+ :schema_element => [
369
+ ["base64Data", ["SOAP::SOAPString", XSD::QName.new(nil, "base64Data")]],
370
+ ["contentType", ["SOAP::SOAPString", XSD::QName.new(nil, "contentType")]],
371
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
372
+ ["owner", ["SOAP::SOAPString", XSD::QName.new(nil, "owner")]],
373
+ ["system", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "system")]],
374
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]]
375
+ ]
376
+ )
377
+
378
+ EncodedRegistry.register(
379
+ :class => Jira4R::V2::RemoteAttachment,
380
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteAttachment"),
381
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteEntity"),
382
+ :schema_element => [
383
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
384
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
385
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
386
+ ["filename", ["SOAP::SOAPString", XSD::QName.new(nil, "filename")]],
387
+ ["filesize", ["SOAP::SOAPLong", XSD::QName.new(nil, "filesize")]],
388
+ ["mimetype", ["SOAP::SOAPString", XSD::QName.new(nil, "mimetype")]]
389
+ ]
390
+ )
391
+
392
+ EncodedRegistry.register(
393
+ :class => Jira4R::V2::RemoteWorklog,
394
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteWorklog"),
395
+ :schema_element => [
396
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
397
+ ["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]],
398
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
399
+ ["groupLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "groupLevel")]],
400
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
401
+ ["roleLevelId", ["SOAP::SOAPString", XSD::QName.new(nil, "roleLevelId")]],
402
+ ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "startDate")]],
403
+ ["timeSpent", ["SOAP::SOAPString", XSD::QName.new(nil, "timeSpent")]],
404
+ ["timeSpentInSeconds", ["SOAP::SOAPLong", XSD::QName.new(nil, "timeSpentInSeconds")]],
405
+ ["updateAuthor", ["SOAP::SOAPString", XSD::QName.new(nil, "updateAuthor")]],
406
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
407
+ ]
408
+ )
409
+
410
+ EncodedRegistry.register(
411
+ :class => Jira4R::V2::RemoteException,
412
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
413
+ :schema_element => []
414
+ )
415
+
416
+ EncodedRegistry.register(
417
+ :class => Jira4R::V2::RemotePermissionException,
418
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemotePermissionException"),
419
+ :schema_basetype => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
420
+ :schema_element => []
421
+ )
422
+
423
+ EncodedRegistry.register(
424
+ :class => Jira4R::V2::RemoteValidationException,
425
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteValidationException"),
426
+ :schema_basetype => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
427
+ :schema_element => []
428
+ )
429
+
430
+ EncodedRegistry.register(
431
+ :class => Jira4R::V2::RemoteAuthenticationException,
432
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteAuthenticationException"),
433
+ :schema_basetype => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
434
+ :schema_element => []
435
+ )
436
+
437
+ EncodedRegistry.set(
438
+ Jira4R::V2::ArrayOf_tns1_RemoteUser,
439
+ ::SOAP::SOAPArray,
440
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
441
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteUser") }
442
+ )
443
+
444
+ EncodedRegistry.set(
445
+ Jira4R::V2::ArrayOf_tns1_RemoteComponent,
446
+ ::SOAP::SOAPArray,
447
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
448
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteComponent") }
449
+ )
450
+
451
+ EncodedRegistry.set(
452
+ Jira4R::V2::ArrayOf_tns1_RemoteVersion,
453
+ ::SOAP::SOAPArray,
454
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
455
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteVersion") }
456
+ )
457
+
458
+ EncodedRegistry.set(
459
+ Jira4R::V2::ArrayOf_xsd_string,
460
+ ::SOAP::SOAPArray,
461
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
462
+ { :type => XSD::QName.new("http://www.w3.org/2001/XMLSchema", "string") }
463
+ )
464
+
465
+ EncodedRegistry.set(
466
+ Jira4R::V2::ArrayOf_tns1_RemoteCustomFieldValue,
467
+ ::SOAP::SOAPArray,
468
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
469
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteCustomFieldValue") }
470
+ )
471
+
472
+ EncodedRegistry.set(
473
+ Jira4R::V2::ArrayOf_tns1_RemoteFieldValue,
474
+ ::SOAP::SOAPArray,
475
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
476
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteFieldValue") }
477
+ )
478
+
479
+ EncodedRegistry.set(
480
+ Jira4R::V2::ArrayOf_tns1_RemoteNamedObject,
481
+ ::SOAP::SOAPArray,
482
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
483
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteNamedObject") }
484
+ )
485
+
486
+ EncodedRegistry.set(
487
+ Jira4R::V2::ArrayOf_tns1_RemoteIssueType,
488
+ ::SOAP::SOAPArray,
489
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
490
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteIssueType") }
491
+ )
492
+
493
+ EncodedRegistry.set(
494
+ Jira4R::V2::ArrayOf_tns1_RemoteEntity,
495
+ ::SOAP::SOAPArray,
496
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
497
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity") }
498
+ )
499
+
500
+ EncodedRegistry.set(
501
+ Jira4R::V2::ArrayOf_tns1_RemotePermissionMapping,
502
+ ::SOAP::SOAPArray,
503
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
504
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermissionMapping") }
505
+ )
506
+
507
+ EncodedRegistry.set(
508
+ Jira4R::V2::ArrayOf_tns1_RemotePriority,
509
+ ::SOAP::SOAPArray,
510
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
511
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePriority") }
512
+ )
513
+
514
+ EncodedRegistry.set(
515
+ Jira4R::V2::ArrayOf_tns1_RemoteResolution,
516
+ ::SOAP::SOAPArray,
517
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
518
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteResolution") }
519
+ )
520
+
521
+ EncodedRegistry.set(
522
+ Jira4R::V2::ArrayOf_tns1_RemoteStatus,
523
+ ::SOAP::SOAPArray,
524
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
525
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteStatus") }
526
+ )
527
+
528
+ EncodedRegistry.set(
529
+ Jira4R::V2::ArrayOf_tns1_RemoteProjectRole,
530
+ ::SOAP::SOAPArray,
531
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
532
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProjectRole") }
533
+ )
534
+
535
+ EncodedRegistry.set(
536
+ Jira4R::V2::ArrayOf_tns1_RemoteRoleActor,
537
+ ::SOAP::SOAPArray,
538
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
539
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActor") }
540
+ )
541
+
542
+ EncodedRegistry.set(
543
+ Jira4R::V2::ArrayOf_tns1_RemoteScheme,
544
+ ::SOAP::SOAPArray,
545
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
546
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteScheme") }
547
+ )
548
+
549
+ EncodedRegistry.set(
550
+ Jira4R::V2::ArrayOf_tns1_RemoteField,
551
+ ::SOAP::SOAPArray,
552
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
553
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteField") }
554
+ )
555
+
556
+ EncodedRegistry.set(
557
+ Jira4R::V2::ArrayOf_tns1_RemoteComment,
558
+ ::SOAP::SOAPArray,
559
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
560
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteComment") }
561
+ )
562
+
563
+ EncodedRegistry.set(
564
+ Jira4R::V2::ArrayOf_tns1_RemoteFilter,
565
+ ::SOAP::SOAPArray,
566
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
567
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteFilter") }
568
+ )
569
+
570
+ EncodedRegistry.set(
571
+ Jira4R::V2::ArrayOf_tns1_RemoteSecurityLevel,
572
+ ::SOAP::SOAPArray,
573
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
574
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteSecurityLevel") }
575
+ )
576
+
577
+ EncodedRegistry.set(
578
+ Jira4R::V2::ArrayOf_tns1_RemoteAvatar,
579
+ ::SOAP::SOAPArray,
580
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
581
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteAvatar") }
582
+ )
583
+
584
+ EncodedRegistry.set(
585
+ Jira4R::V2::ArrayOf_tns1_RemotePermissionScheme,
586
+ ::SOAP::SOAPArray,
587
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
588
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermissionScheme") }
589
+ )
590
+
591
+ EncodedRegistry.set(
592
+ Jira4R::V2::ArrayOf_tns1_RemotePermission,
593
+ ::SOAP::SOAPArray,
594
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
595
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermission") }
596
+ )
597
+
598
+ EncodedRegistry.set(
599
+ Jira4R::V2::ArrayOf_xsd_base64Binary,
600
+ ::SOAP::SOAPArray,
601
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
602
+ { :type => XSD::QName.new("http://www.w3.org/2001/XMLSchema", "byte[]") }
603
+ )
604
+
605
+ EncodedRegistry.set(
606
+ Jira4R::V2::ArrayOf_tns1_RemoteAttachment,
607
+ ::SOAP::SOAPArray,
608
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
609
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteAttachment") }
610
+ )
611
+
612
+ EncodedRegistry.set(
613
+ Jira4R::V2::ArrayOf_tns1_RemoteWorklog,
614
+ ::SOAP::SOAPArray,
615
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
616
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteWorklog") }
617
+ )
618
+
619
+ EncodedRegistry.set(
620
+ Jira4R::V2::ArrayOf_tns1_RemoteIssue,
621
+ ::SOAP::SOAPArray,
622
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
623
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteIssue") }
624
+ )
625
+
626
+ EncodedRegistry.set(
627
+ Jira4R::V2::ArrayOf_tns1_RemoteProject,
628
+ ::SOAP::SOAPArray,
629
+ ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
630
+ { :type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProject") }
631
+ )
632
+
633
+ EncodedRegistry.register(
634
+ :class => Jira4R::V2::RemoteWorklogImpl,
635
+ :schema_type => XSD::QName.new(NsServiceSoapRpcJiraAtlassianCom, "RemoteWorklogImpl"),
636
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteWorklog"),
637
+ :schema_element => [
638
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
639
+ ["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]],
640
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
641
+ ["groupLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "groupLevel")]],
642
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
643
+ ["roleLevelId", ["SOAP::SOAPString", XSD::QName.new(nil, "roleLevelId")]],
644
+ ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "startDate")]],
645
+ ["timeSpent", ["SOAP::SOAPString", XSD::QName.new(nil, "timeSpent")]],
646
+ ["timeSpentInSeconds", ["SOAP::SOAPLong", XSD::QName.new(nil, "timeSpentInSeconds")]],
647
+ ["updateAuthor", ["SOAP::SOAPString", XSD::QName.new(nil, "updateAuthor")]],
648
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
649
+ ]
650
+ )
651
+
652
+ LiteralRegistry.register(
653
+ :class => Jira4R::V2::RemoteComment,
654
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteComment"),
655
+ :schema_element => [
656
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
657
+ ["body", ["SOAP::SOAPString", XSD::QName.new(nil, "body")]],
658
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
659
+ ["groupLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "groupLevel")]],
660
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
661
+ ["roleLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "roleLevel")]],
662
+ ["updateAuthor", ["SOAP::SOAPString", XSD::QName.new(nil, "updateAuthor")]],
663
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
664
+ ]
665
+ )
666
+
667
+ LiteralRegistry.register(
668
+ :class => Jira4R::V2::RemoteTimeInfo,
669
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteTimeInfo"),
670
+ :schema_element => [
671
+ ["serverTime", ["SOAP::SOAPString", XSD::QName.new(nil, "serverTime")]],
672
+ ["timeZoneId", ["SOAP::SOAPString", XSD::QName.new(nil, "timeZoneId")]]
673
+ ]
674
+ )
675
+
676
+ LiteralRegistry.register(
677
+ :class => Jira4R::V2::RemoteServerInfo,
678
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteServerInfo"),
679
+ :schema_element => [
680
+ ["baseUrl", ["SOAP::SOAPString", XSD::QName.new(nil, "baseUrl")]],
681
+ ["buildDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "buildDate")]],
682
+ ["buildNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "buildNumber")]],
683
+ ["edition", ["SOAP::SOAPString", XSD::QName.new(nil, "edition")]],
684
+ ["serverTime", ["Jira4R::V2::RemoteTimeInfo", XSD::QName.new(nil, "serverTime")]],
685
+ ["version", ["SOAP::SOAPString", XSD::QName.new(nil, "version")]]
686
+ ]
687
+ )
688
+
689
+ LiteralRegistry.register(
690
+ :class => Jira4R::V2::RemoteEntity,
691
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity"),
692
+ :schema_element => []
693
+ )
694
+
695
+ LiteralRegistry.register(
696
+ :class => Jira4R::V2::RemoteUser,
697
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteUser"),
698
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity"),
699
+ :schema_element => [
700
+ ["email", ["SOAP::SOAPString", XSD::QName.new(nil, "email")]],
701
+ ["fullname", ["SOAP::SOAPString", XSD::QName.new(nil, "fullname")]],
702
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
703
+ ]
704
+ )
705
+
706
+ LiteralRegistry.register(
707
+ :class => Jira4R::V2::RemoteGroup,
708
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteGroup"),
709
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteEntity"),
710
+ :schema_element => [
711
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
712
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]]
713
+ ]
714
+ )
715
+
716
+ LiteralRegistry.register(
717
+ :class => Jira4R::V2::RemoteComponent,
718
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteComponent"),
719
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
720
+ :schema_element => [
721
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
722
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
723
+ ]
724
+ )
725
+
726
+ LiteralRegistry.register(
727
+ :class => Jira4R::V2::RemoteVersion,
728
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteVersion"),
729
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
730
+ :schema_element => [
731
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
732
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
733
+ ["archived", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "archived")]],
734
+ ["releaseDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "releaseDate")]],
735
+ ["released", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "released")]],
736
+ ["sequence", ["SOAP::SOAPLong", XSD::QName.new(nil, "sequence")]]
737
+ ]
738
+ )
739
+
740
+ LiteralRegistry.register(
741
+ :class => Jira4R::V2::RemoteCustomFieldValue,
742
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteCustomFieldValue"),
743
+ :schema_element => [
744
+ ["customfieldId", ["SOAP::SOAPString", XSD::QName.new(nil, "customfieldId")]],
745
+ ["key", ["SOAP::SOAPString", XSD::QName.new(nil, "key")]],
746
+ ["values", ["Jira4R::V2::ArrayOf_xsd_string", XSD::QName.new(nil, "values")]]
747
+ ]
748
+ )
749
+
750
+ LiteralRegistry.register(
751
+ :class => Jira4R::V2::RemoteIssue,
752
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteIssue"),
753
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteEntity"),
754
+ :schema_element => [
755
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
756
+ ["affectsVersions", ["Jira4R::V2::ArrayOf_tns1_RemoteVersion", XSD::QName.new(nil, "affectsVersions")]],
757
+ ["assignee", ["SOAP::SOAPString", XSD::QName.new(nil, "assignee")]],
758
+ ["attachmentNames", ["Jira4R::V2::ArrayOf_xsd_string", XSD::QName.new(nil, "attachmentNames")]],
759
+ ["components", ["Jira4R::V2::ArrayOf_tns1_RemoteComponent", XSD::QName.new(nil, "components")]],
760
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
761
+ ["customFieldValues", ["Jira4R::V2::ArrayOf_tns1_RemoteCustomFieldValue", XSD::QName.new(nil, "customFieldValues")]],
762
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
763
+ ["duedate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "duedate")]],
764
+ ["environment", ["SOAP::SOAPString", XSD::QName.new(nil, "environment")]],
765
+ ["fixVersions", ["Jira4R::V2::ArrayOf_tns1_RemoteVersion", XSD::QName.new(nil, "fixVersions")]],
766
+ ["key", ["SOAP::SOAPString", XSD::QName.new(nil, "key")]],
767
+ ["priority", ["SOAP::SOAPString", XSD::QName.new(nil, "priority")]],
768
+ ["project", ["SOAP::SOAPString", XSD::QName.new(nil, "project")]],
769
+ ["reporter", ["SOAP::SOAPString", XSD::QName.new(nil, "reporter")]],
770
+ ["resolution", ["SOAP::SOAPString", XSD::QName.new(nil, "resolution")]],
771
+ ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]],
772
+ ["summary", ["SOAP::SOAPString", XSD::QName.new(nil, "summary")]],
773
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]],
774
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]],
775
+ ["votes", ["SOAP::SOAPLong", XSD::QName.new(nil, "votes")]]
776
+ ]
777
+ )
778
+
779
+ LiteralRegistry.register(
780
+ :class => Jira4R::V2::RemoteFieldValue,
781
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteFieldValue"),
782
+ :schema_element => [
783
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
784
+ ["values", ["Jira4R::V2::ArrayOf_xsd_string", XSD::QName.new(nil, "values")]]
785
+ ]
786
+ )
787
+
788
+ LiteralRegistry.register(
789
+ :class => Jira4R::V2::RemoteNamedObject,
790
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteNamedObject"),
791
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
792
+ :schema_element => [
793
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
794
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
795
+ ]
796
+ )
797
+
798
+ LiteralRegistry.register(
799
+ :class => Jira4R::V2::RemoteIssueType,
800
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteIssueType"),
801
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
802
+ :schema_element => [
803
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
804
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
805
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
806
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]],
807
+ ["subTask", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "subTask")]]
808
+ ]
809
+ )
810
+
811
+ LiteralRegistry.register(
812
+ :class => Jira4R::V2::RemoteConfiguration,
813
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteConfiguration"),
814
+ :schema_element => [
815
+ ["allowAttachments", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowAttachments")]],
816
+ ["allowExternalUserManagment", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowExternalUserManagment")]],
817
+ ["allowIssueLinking", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowIssueLinking")]],
818
+ ["allowSubTasks", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowSubTasks")]],
819
+ ["allowTimeTracking", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowTimeTracking")]],
820
+ ["allowUnassignedIssues", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowUnassignedIssues")]],
821
+ ["allowVoting", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowVoting")]],
822
+ ["allowWatching", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "allowWatching")]],
823
+ ["timeTrackingDaysPerWeek", ["SOAP::SOAPInt", XSD::QName.new(nil, "timeTrackingDaysPerWeek")]],
824
+ ["timeTrackingHoursPerDay", ["SOAP::SOAPInt", XSD::QName.new(nil, "timeTrackingHoursPerDay")]]
825
+ ]
826
+ )
827
+
828
+ LiteralRegistry.register(
829
+ :class => Jira4R::V2::RemoteScheme,
830
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteScheme"),
831
+ :schema_element => [
832
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
833
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
834
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
835
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]]
836
+ ]
837
+ )
838
+
839
+ LiteralRegistry.register(
840
+ :class => Jira4R::V2::RemotePermission,
841
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermission"),
842
+ :schema_element => [
843
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
844
+ ["permission", ["SOAP::SOAPLong", XSD::QName.new(nil, "permission")]]
845
+ ]
846
+ )
847
+
848
+ LiteralRegistry.register(
849
+ :class => Jira4R::V2::RemotePermissionMapping,
850
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermissionMapping"),
851
+ :schema_element => [
852
+ ["permission", ["Jira4R::V2::RemotePermission", XSD::QName.new(nil, "permission")]],
853
+ ["remoteEntities", ["Jira4R::V2::ArrayOf_tns1_RemoteEntity", XSD::QName.new(nil, "remoteEntities")]]
854
+ ]
855
+ )
856
+
857
+ LiteralRegistry.register(
858
+ :class => Jira4R::V2::RemotePermissionScheme,
859
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePermissionScheme"),
860
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteScheme"),
861
+ :schema_element => [
862
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
863
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
864
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
865
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]],
866
+ ["permissionMappings", ["Jira4R::V2::ArrayOf_tns1_RemotePermissionMapping", XSD::QName.new(nil, "permissionMappings")]]
867
+ ]
868
+ )
869
+
870
+ LiteralRegistry.register(
871
+ :class => Jira4R::V2::RemoteProject,
872
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProject"),
873
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
874
+ :schema_element => [
875
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
876
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
877
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
878
+ ["issueSecurityScheme", ["Jira4R::V2::RemoteScheme", XSD::QName.new(nil, "issueSecurityScheme")]],
879
+ ["key", ["SOAP::SOAPString", XSD::QName.new(nil, "key")]],
880
+ ["lead", ["SOAP::SOAPString", XSD::QName.new(nil, "lead")]],
881
+ ["notificationScheme", ["Jira4R::V2::RemoteScheme", XSD::QName.new(nil, "notificationScheme")]],
882
+ ["permissionScheme", ["Jira4R::V2::RemotePermissionScheme", XSD::QName.new(nil, "permissionScheme")]],
883
+ ["projectUrl", ["SOAP::SOAPString", XSD::QName.new(nil, "projectUrl")]],
884
+ ["url", ["SOAP::SOAPString", XSD::QName.new(nil, "url")]]
885
+ ]
886
+ )
887
+
888
+ LiteralRegistry.register(
889
+ :class => Jira4R::V2::RemotePriority,
890
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemotePriority"),
891
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
892
+ :schema_element => [
893
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
894
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
895
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
896
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]],
897
+ ["color", ["SOAP::SOAPString", XSD::QName.new(nil, "color")]]
898
+ ]
899
+ )
900
+
901
+ LiteralRegistry.register(
902
+ :class => Jira4R::V2::RemoteResolution,
903
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteResolution"),
904
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
905
+ :schema_element => [
906
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
907
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
908
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
909
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]]
910
+ ]
911
+ )
912
+
913
+ LiteralRegistry.register(
914
+ :class => Jira4R::V2::RemoteStatus,
915
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteStatus"),
916
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteConstant"),
917
+ :schema_element => [
918
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
919
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
920
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
921
+ ["icon", ["SOAP::SOAPString", XSD::QName.new(nil, "icon")]]
922
+ ]
923
+ )
924
+
925
+ LiteralRegistry.register(
926
+ :class => Jira4R::V2::RemoteProjectRole,
927
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProjectRole"),
928
+ :schema_element => [
929
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
930
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
931
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
932
+ ]
933
+ )
934
+
935
+ LiteralRegistry.register(
936
+ :class => Jira4R::V2::RemoteRoleActor,
937
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActor"),
938
+ :schema_element => [
939
+ ["descriptor", ["SOAP::SOAPString", XSD::QName.new(nil, "descriptor")]],
940
+ ["parameter", ["SOAP::SOAPString", XSD::QName.new(nil, "parameter")]],
941
+ ["projectRole", ["Jira4R::V2::RemoteProjectRole", XSD::QName.new(nil, "projectRole")]],
942
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]],
943
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]]
944
+ ]
945
+ )
946
+
947
+ LiteralRegistry.register(
948
+ :class => Jira4R::V2::RemoteRoleActors,
949
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActors"),
950
+ :schema_element => [
951
+ ["projectRole", ["Jira4R::V2::RemoteProjectRole", XSD::QName.new(nil, "projectRole")]],
952
+ ["roleActors", ["Jira4R::V2::ArrayOf_tns1_RemoteRoleActor", XSD::QName.new(nil, "roleActors")]],
953
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]]
954
+ ]
955
+ )
956
+
957
+ LiteralRegistry.register(
958
+ :class => Jira4R::V2::RemoteProjectRoleActors,
959
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteProjectRoleActors"),
960
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteRoleActors"),
961
+ :schema_element => [
962
+ ["projectRole", ["Jira4R::V2::RemoteProjectRole", XSD::QName.new(nil, "projectRole")]],
963
+ ["roleActors", ["Jira4R::V2::ArrayOf_tns1_RemoteRoleActor", XSD::QName.new(nil, "roleActors")]],
964
+ ["users", ["Jira4R::V2::ArrayOf_tns1_RemoteUser", XSD::QName.new(nil, "users")]],
965
+ ["project", ["Jira4R::V2::RemoteProject", XSD::QName.new(nil, "project")]]
966
+ ]
967
+ )
968
+
969
+ LiteralRegistry.register(
970
+ :class => Jira4R::V2::RemoteField,
971
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteField"),
972
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
973
+ :schema_element => [
974
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
975
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
976
+ ]
977
+ )
978
+
979
+ LiteralRegistry.register(
980
+ :class => Jira4R::V2::RemoteFilter,
981
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteFilter"),
982
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
983
+ :schema_element => [
984
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
985
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
986
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
987
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]],
988
+ ["project", ["SOAP::SOAPString", XSD::QName.new(nil, "project")]],
989
+ ["xml", ["SOAP::SOAPString", XSD::QName.new(nil, "xml")]]
990
+ ]
991
+ )
992
+
993
+ LiteralRegistry.register(
994
+ :class => Jira4R::V2::RemoteSecurityLevel,
995
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteSecurityLevel"),
996
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractNamedRemoteEntity"),
997
+ :schema_element => [
998
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
999
+ ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
1000
+ ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]]
1001
+ ]
1002
+ )
1003
+
1004
+ LiteralRegistry.register(
1005
+ :class => Jira4R::V2::RemoteAvatar,
1006
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteAvatar"),
1007
+ :schema_element => [
1008
+ ["base64Data", ["SOAP::SOAPString", XSD::QName.new(nil, "base64Data")]],
1009
+ ["contentType", ["SOAP::SOAPString", XSD::QName.new(nil, "contentType")]],
1010
+ ["id", ["SOAP::SOAPLong", XSD::QName.new(nil, "id")]],
1011
+ ["owner", ["SOAP::SOAPString", XSD::QName.new(nil, "owner")]],
1012
+ ["system", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "system")]],
1013
+ ["type", ["SOAP::SOAPString", XSD::QName.new(nil, "type")]]
1014
+ ]
1015
+ )
1016
+
1017
+ LiteralRegistry.register(
1018
+ :class => Jira4R::V2::RemoteAttachment,
1019
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteAttachment"),
1020
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "AbstractRemoteEntity"),
1021
+ :schema_element => [
1022
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
1023
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
1024
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
1025
+ ["filename", ["SOAP::SOAPString", XSD::QName.new(nil, "filename")]],
1026
+ ["filesize", ["SOAP::SOAPLong", XSD::QName.new(nil, "filesize")]],
1027
+ ["mimetype", ["SOAP::SOAPString", XSD::QName.new(nil, "mimetype")]]
1028
+ ]
1029
+ )
1030
+
1031
+ LiteralRegistry.register(
1032
+ :class => Jira4R::V2::RemoteWorklog,
1033
+ :schema_type => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteWorklog"),
1034
+ :schema_element => [
1035
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
1036
+ ["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]],
1037
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
1038
+ ["groupLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "groupLevel")]],
1039
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
1040
+ ["roleLevelId", ["SOAP::SOAPString", XSD::QName.new(nil, "roleLevelId")]],
1041
+ ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "startDate")]],
1042
+ ["timeSpent", ["SOAP::SOAPString", XSD::QName.new(nil, "timeSpent")]],
1043
+ ["timeSpentInSeconds", ["SOAP::SOAPLong", XSD::QName.new(nil, "timeSpentInSeconds")]],
1044
+ ["updateAuthor", ["SOAP::SOAPString", XSD::QName.new(nil, "updateAuthor")]],
1045
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
1046
+ ]
1047
+ )
1048
+
1049
+ LiteralRegistry.register(
1050
+ :class => Jira4R::V2::RemoteException,
1051
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
1052
+ :schema_element => []
1053
+ )
1054
+
1055
+ LiteralRegistry.register(
1056
+ :class => Jira4R::V2::RemotePermissionException,
1057
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemotePermissionException"),
1058
+ :schema_basetype => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
1059
+ :schema_element => []
1060
+ )
1061
+
1062
+ LiteralRegistry.register(
1063
+ :class => Jira4R::V2::RemoteValidationException,
1064
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteValidationException"),
1065
+ :schema_basetype => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
1066
+ :schema_element => []
1067
+ )
1068
+
1069
+ LiteralRegistry.register(
1070
+ :class => Jira4R::V2::RemoteAuthenticationException,
1071
+ :schema_type => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteAuthenticationException"),
1072
+ :schema_basetype => XSD::QName.new(NsExceptionRpcJiraAtlassianCom, "RemoteException"),
1073
+ :schema_element => []
1074
+ )
1075
+
1076
+ LiteralRegistry.register(
1077
+ :class => Jira4R::V2::RemoteWorklogImpl,
1078
+ :schema_type => XSD::QName.new(NsServiceSoapRpcJiraAtlassianCom, "RemoteWorklogImpl"),
1079
+ :schema_basetype => XSD::QName.new(NsBeansSoapRpcJiraAtlassianCom, "RemoteWorklog"),
1080
+ :schema_element => [
1081
+ ["author", ["SOAP::SOAPString", XSD::QName.new(nil, "author")]],
1082
+ ["comment", ["SOAP::SOAPString", XSD::QName.new(nil, "comment")]],
1083
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
1084
+ ["groupLevel", ["SOAP::SOAPString", XSD::QName.new(nil, "groupLevel")]],
1085
+ ["id", ["SOAP::SOAPString", XSD::QName.new(nil, "id")]],
1086
+ ["roleLevelId", ["SOAP::SOAPString", XSD::QName.new(nil, "roleLevelId")]],
1087
+ ["startDate", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "startDate")]],
1088
+ ["timeSpent", ["SOAP::SOAPString", XSD::QName.new(nil, "timeSpent")]],
1089
+ ["timeSpentInSeconds", ["SOAP::SOAPLong", XSD::QName.new(nil, "timeSpentInSeconds")]],
1090
+ ["updateAuthor", ["SOAP::SOAPString", XSD::QName.new(nil, "updateAuthor")]],
1091
+ ["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
1092
+ ]
1093
+ )
1094
+ end
1095
+
1096
+ end; end