glexchange 2.1.0 → 4.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/lib/glexchange.rb +84 -16
  3. data/lib/glexchange/model/Document.rb +1 -1
  4. data/lib/glexchange/model/ReferenceDocument.rb +2 -1
  5. data/lib/glexchange/model/Submission.rb +1 -0
  6. data/lib/glexchange/model/Target.rb +1 -1
  7. data/lib/glexchange/model/WordCount.rb +0 -1
  8. data/lib/glexchange/pdws/DocumentService_4180.rb +1889 -0
  9. data/lib/glexchange/pdws/DocumentService_4180Driver.rb +83 -0
  10. data/lib/glexchange/pdws/DocumentService_4180MappingRegistry.rb +1911 -0
  11. data/lib/glexchange/pdws/ProjectService_4180.rb +1789 -0
  12. data/lib/glexchange/pdws/ProjectService_4180Driver.rb +75 -0
  13. data/lib/glexchange/pdws/ProjectService_4180MappingRegistry.rb +1890 -0
  14. data/lib/glexchange/pdws/SubmissionService_4180.rb +2138 -0
  15. data/lib/glexchange/pdws/SubmissionService_4180Driver.rb +171 -0
  16. data/lib/glexchange/pdws/SubmissionService_4180MappingRegistry.rb +2095 -0
  17. data/lib/glexchange/pdws/TargetService_4180.rb +2115 -0
  18. data/lib/glexchange/pdws/TargetService_4180Driver.rb +187 -0
  19. data/lib/glexchange/pdws/TargetService_4180MappingRegistry.rb +2128 -0
  20. data/lib/glexchange/pdws/UserProfileService_4180.rb +1772 -0
  21. data/lib/glexchange/pdws/UserProfileService_4180Driver.rb +82 -0
  22. data/lib/glexchange/pdws/UserProfileService_4180MappingRegistry.rb +1899 -0
  23. data/lib/glexchange/pdws/WorkflowService_4180.rb +1892 -0
  24. data/lib/glexchange/pdws/WorkflowService_4180Driver.rb +115 -0
  25. data/lib/glexchange/pdws/WorkflowService_4180MappingRegistry.rb +1971 -0
  26. metadata +21 -21
  27. data/lib/glexchange/pdws/DocumentService_4130.rb +0 -1847
  28. data/lib/glexchange/pdws/DocumentService_4130Driver.rb +0 -81
  29. data/lib/glexchange/pdws/DocumentService_4130MappingRegistry.rb +0 -1866
  30. data/lib/glexchange/pdws/ProjectService_4130.rb +0 -1748
  31. data/lib/glexchange/pdws/ProjectService_4130Driver.rb +0 -74
  32. data/lib/glexchange/pdws/ProjectService_4130MappingRegistry.rb +0 -1846
  33. data/lib/glexchange/pdws/SubmissionService_4130.rb +0 -2076
  34. data/lib/glexchange/pdws/SubmissionService_4130Driver.rb +0 -163
  35. data/lib/glexchange/pdws/SubmissionService_4130MappingRegistry.rb +0 -2035
  36. data/lib/glexchange/pdws/TargetService_4130.rb +0 -2041
  37. data/lib/glexchange/pdws/TargetService_4130Driver.rb +0 -178
  38. data/lib/glexchange/pdws/TargetService_4130MappingRegistry.rb +0 -2065
  39. data/lib/glexchange/pdws/UserProfileService_4130.rb +0 -1732
  40. data/lib/glexchange/pdws/UserProfileService_4130Driver.rb +0 -81
  41. data/lib/glexchange/pdws/UserProfileService_4130MappingRegistry.rb +0 -1855
  42. data/lib/glexchange/pdws/WorkflowService_4130.rb +0 -1852
  43. data/lib/glexchange/pdws/WorkflowService_4130Driver.rb +0 -114
  44. data/lib/glexchange/pdws/WorkflowService_4130MappingRegistry.rb +0 -1927
@@ -0,0 +1,1892 @@
1
+ require 'xsd/qname'
2
+
3
+ module Glexchange; module Pdws
4
+
5
+
6
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Notification
7
+ # errorMessage - SOAP::SOAPString
8
+ # notificationDate - Glexchange::Pdws::Date
9
+ # notificationPriority - Glexchange::Pdws::NotificationPriority
10
+ # notificationText - SOAP::SOAPString
11
+ class Notification
12
+ attr_accessor :errorMessage
13
+ attr_accessor :notificationDate
14
+ attr_accessor :notificationPriority
15
+ attr_accessor :notificationText
16
+
17
+ def initialize(errorMessage = nil, notificationDate = nil, notificationPriority = nil, notificationText = nil)
18
+ @errorMessage = errorMessage
19
+ @notificationDate = notificationDate
20
+ @notificationPriority = notificationPriority
21
+ @notificationText = notificationText
22
+ end
23
+ end
24
+
25
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}NotificationPriority
26
+ # notificationPriorityName - SOAP::SOAPString
27
+ class NotificationPriority
28
+ attr_accessor :notificationPriorityName
29
+
30
+ def initialize(notificationPriorityName = nil)
31
+ @notificationPriorityName = notificationPriorityName
32
+ end
33
+ end
34
+
35
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Announcement
36
+ # announcementText - SOAP::SOAPString
37
+ # date - Glexchange::Pdws::Date
38
+ class Announcement
39
+ attr_accessor :announcementText
40
+ attr_accessor :date
41
+
42
+ def initialize(announcementText = nil, date = nil)
43
+ @announcementText = announcementText
44
+ @date = date
45
+ end
46
+ end
47
+
48
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Batch
49
+ # name - SOAP::SOAPString
50
+ # targetLanguages - SOAP::SOAPString
51
+ # workflowDefinition - Glexchange::Pdws::WorkflowDefinition
52
+ class Batch
53
+ attr_accessor :name
54
+ attr_accessor :targetLanguages
55
+ attr_accessor :workflowDefinition
56
+
57
+ def initialize(name = nil, targetLanguages = [], workflowDefinition = nil)
58
+ @name = name
59
+ @targetLanguages = targetLanguages
60
+ @workflowDefinition = workflowDefinition
61
+ end
62
+ end
63
+
64
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ContentMonitorPluginInfo
65
+ # pluginId - SOAP::SOAPString
66
+ # pluginName - SOAP::SOAPString
67
+ class ContentMonitorPluginInfo
68
+ attr_accessor :pluginId
69
+ attr_accessor :pluginName
70
+
71
+ def initialize(pluginId = nil, pluginName = nil)
72
+ @pluginId = pluginId
73
+ @pluginName = pluginName
74
+ end
75
+ end
76
+
77
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Date
78
+ # critical - SOAP::SOAPBoolean
79
+ # date - SOAP::SOAPLong
80
+ class Date
81
+ attr_accessor :critical
82
+ attr_accessor :date
83
+
84
+ def initialize(critical = nil, date = nil)
85
+ @critical = critical
86
+ @date = date
87
+ end
88
+ end
89
+
90
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Document
91
+ # documentGroup - Glexchange::Pdws::DocumentGroup
92
+ # documentInfo - Glexchange::Pdws::DocumentInfo
93
+ # id - SOAP::SOAPString
94
+ # sourceLanguage - Glexchange::Pdws::Language
95
+ # sourceWordCount - SOAP::SOAPInt
96
+ # ticket - SOAP::SOAPString
97
+ class Document
98
+ attr_accessor :documentGroup
99
+ attr_accessor :documentInfo
100
+ attr_accessor :id
101
+ attr_accessor :sourceLanguage
102
+ attr_accessor :sourceWordCount
103
+ attr_accessor :ticket
104
+
105
+ def initialize(documentGroup = nil, documentInfo = nil, id = nil, sourceLanguage = nil, sourceWordCount = nil, ticket = nil)
106
+ @documentGroup = documentGroup
107
+ @documentInfo = documentInfo
108
+ @id = id
109
+ @sourceLanguage = sourceLanguage
110
+ @sourceWordCount = sourceWordCount
111
+ @ticket = ticket
112
+ end
113
+ end
114
+
115
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentGroup
116
+ # classifier - SOAP::SOAPString
117
+ # documents - Glexchange::Pdws::Document
118
+ # mimeType - SOAP::SOAPString
119
+ # submission - Glexchange::Pdws::Submission
120
+ class DocumentGroup
121
+ attr_accessor :classifier
122
+ attr_accessor :documents
123
+ attr_accessor :mimeType
124
+ attr_accessor :submission
125
+
126
+ def initialize(classifier = nil, documents = [], mimeType = nil, submission = nil)
127
+ @classifier = classifier
128
+ @documents = documents
129
+ @mimeType = mimeType
130
+ @submission = submission
131
+ end
132
+ end
133
+
134
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentInfo
135
+ # childDocumentInfos - Glexchange::Pdws::DocumentInfo
136
+ # clientIdentifier - SOAP::SOAPString
137
+ # dateRequested - Glexchange::Pdws::Date
138
+ # instructions - SOAP::SOAPString
139
+ # metadata - Glexchange::Pdws::Metadata
140
+ # name - SOAP::SOAPString
141
+ # projectTicket - SOAP::SOAPString
142
+ # sourceLocale - SOAP::SOAPString
143
+ # submissionTicket - SOAP::SOAPString
144
+ # targetInfos - Glexchange::Pdws::TargetInfo
145
+ # wordCount - SOAP::SOAPInt
146
+ class DocumentInfo
147
+ attr_accessor :childDocumentInfos
148
+ attr_accessor :clientIdentifier
149
+ attr_accessor :dateRequested
150
+ attr_accessor :instructions
151
+ attr_accessor :metadata
152
+ attr_accessor :name
153
+ attr_accessor :projectTicket
154
+ attr_accessor :sourceLocale
155
+ attr_accessor :submissionTicket
156
+ attr_accessor :targetInfos
157
+ attr_accessor :wordCount
158
+
159
+ def initialize(childDocumentInfos = [], clientIdentifier = nil, dateRequested = nil, instructions = nil, metadata = [], name = nil, projectTicket = nil, sourceLocale = nil, submissionTicket = nil, targetInfos = [], wordCount = nil)
160
+ @childDocumentInfos = childDocumentInfos
161
+ @clientIdentifier = clientIdentifier
162
+ @dateRequested = dateRequested
163
+ @instructions = instructions
164
+ @metadata = metadata
165
+ @name = name
166
+ @projectTicket = projectTicket
167
+ @sourceLocale = sourceLocale
168
+ @submissionTicket = submissionTicket
169
+ @targetInfos = targetInfos
170
+ @wordCount = wordCount
171
+ end
172
+ end
173
+
174
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentPagedList
175
+ # elements - Glexchange::Pdws::Document
176
+ # pagedListInfo - Glexchange::Pdws::PagedListInfo
177
+ # tasks - Glexchange::Pdws::Task
178
+ # totalCount - SOAP::SOAPLong
179
+ class DocumentPagedList
180
+ attr_accessor :elements
181
+ attr_accessor :pagedListInfo
182
+ attr_accessor :tasks
183
+ attr_accessor :totalCount
184
+
185
+ def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
186
+ @elements = elements
187
+ @pagedListInfo = pagedListInfo
188
+ @tasks = tasks
189
+ @totalCount = totalCount
190
+ end
191
+ end
192
+
193
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentSearchRequest
194
+ # projectTickets - SOAP::SOAPString
195
+ # sourceLocaleId - SOAP::SOAPString
196
+ # submissionTicket - SOAP::SOAPString
197
+ class DocumentSearchRequest
198
+ attr_accessor :projectTickets
199
+ attr_accessor :sourceLocaleId
200
+ attr_accessor :submissionTicket
201
+
202
+ def initialize(projectTickets = [], sourceLocaleId = nil, submissionTicket = nil)
203
+ @projectTickets = projectTickets
204
+ @sourceLocaleId = sourceLocaleId
205
+ @submissionTicket = submissionTicket
206
+ end
207
+ end
208
+
209
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DocumentTicket
210
+ # submissionTicket - SOAP::SOAPString
211
+ # ticketId - SOAP::SOAPString
212
+ class DocumentTicket
213
+ attr_accessor :submissionTicket
214
+ attr_accessor :ticketId
215
+
216
+ def initialize(submissionTicket = nil, ticketId = nil)
217
+ @submissionTicket = submissionTicket
218
+ @ticketId = ticketId
219
+ end
220
+ end
221
+
222
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}EntityTypeEnum
223
+ # name - SOAP::SOAPString
224
+ # value - SOAP::SOAPInt
225
+ class EntityTypeEnum
226
+ attr_accessor :name
227
+ attr_accessor :value
228
+
229
+ def initialize(name = nil, value = nil)
230
+ @name = name
231
+ @value = value
232
+ end
233
+ end
234
+
235
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}FileFormatProfile
236
+ # configurable - SOAP::SOAPBoolean
237
+ # isDefault - SOAP::SOAPBoolean
238
+ # mimeType - SOAP::SOAPString
239
+ # pluginId - SOAP::SOAPString
240
+ # pluginName - SOAP::SOAPString
241
+ # profileName - SOAP::SOAPString
242
+ # targetWorkflowDefinition - Glexchange::Pdws::WorkflowDefinition
243
+ # ticket - SOAP::SOAPString
244
+ class FileFormatProfile
245
+ attr_accessor :configurable
246
+ attr_accessor :isDefault
247
+ attr_accessor :mimeType
248
+ attr_accessor :pluginId
249
+ attr_accessor :pluginName
250
+ attr_accessor :profileName
251
+ attr_accessor :targetWorkflowDefinition
252
+ attr_accessor :ticket
253
+
254
+ def initialize(configurable = nil, isDefault = nil, mimeType = nil, pluginId = nil, pluginName = nil, profileName = nil, targetWorkflowDefinition = nil, ticket = nil)
255
+ @configurable = configurable
256
+ @isDefault = isDefault
257
+ @mimeType = mimeType
258
+ @pluginId = pluginId
259
+ @pluginName = pluginName
260
+ @profileName = profileName
261
+ @targetWorkflowDefinition = targetWorkflowDefinition
262
+ @ticket = ticket
263
+ end
264
+ end
265
+
266
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}FileFormatProgressData
267
+ # dateCompleted - Glexchange::Pdws::Date
268
+ # fileCount - SOAP::SOAPLong
269
+ # fileFormatName - SOAP::SOAPString
270
+ # fileProgressData - Glexchange::Pdws::FileProgressData
271
+ # jobTicket - SOAP::SOAPString
272
+ # workflowDueDate - Glexchange::Pdws::Date
273
+ # workflowStatus - SOAP::SOAPString
274
+ class FileFormatProgressData
275
+ attr_accessor :dateCompleted
276
+ attr_accessor :fileCount
277
+ attr_accessor :fileFormatName
278
+ attr_accessor :fileProgressData
279
+ attr_accessor :jobTicket
280
+ attr_accessor :workflowDueDate
281
+ attr_accessor :workflowStatus
282
+
283
+ def initialize(dateCompleted = nil, fileCount = nil, fileFormatName = nil, fileProgressData = nil, jobTicket = nil, workflowDueDate = nil, workflowStatus = nil)
284
+ @dateCompleted = dateCompleted
285
+ @fileCount = fileCount
286
+ @fileFormatName = fileFormatName
287
+ @fileProgressData = fileProgressData
288
+ @jobTicket = jobTicket
289
+ @workflowDueDate = workflowDueDate
290
+ @workflowStatus = workflowStatus
291
+ end
292
+ end
293
+
294
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}FileProgressData
295
+ # numberOfAvailableFiles - SOAP::SOAPInt
296
+ # numberOfCanceledFiles - SOAP::SOAPInt
297
+ # numberOfCompletedFiles - SOAP::SOAPInt
298
+ # numberOfDeliveredFiles - SOAP::SOAPInt
299
+ # numberOfFailedFiles - SOAP::SOAPInt
300
+ # numberOfInProcessFiles - SOAP::SOAPInt
301
+ # overallProgressPercent - SOAP::SOAPInt
302
+ class FileProgressData
303
+ attr_accessor :numberOfAvailableFiles
304
+ attr_accessor :numberOfCanceledFiles
305
+ attr_accessor :numberOfCompletedFiles
306
+ attr_accessor :numberOfDeliveredFiles
307
+ attr_accessor :numberOfFailedFiles
308
+ attr_accessor :numberOfInProcessFiles
309
+ attr_accessor :overallProgressPercent
310
+
311
+ def initialize(numberOfAvailableFiles = nil, numberOfCanceledFiles = nil, numberOfCompletedFiles = nil, numberOfDeliveredFiles = nil, numberOfFailedFiles = nil, numberOfInProcessFiles = nil, overallProgressPercent = nil)
312
+ @numberOfAvailableFiles = numberOfAvailableFiles
313
+ @numberOfCanceledFiles = numberOfCanceledFiles
314
+ @numberOfCompletedFiles = numberOfCompletedFiles
315
+ @numberOfDeliveredFiles = numberOfDeliveredFiles
316
+ @numberOfFailedFiles = numberOfFailedFiles
317
+ @numberOfInProcessFiles = numberOfInProcessFiles
318
+ @overallProgressPercent = overallProgressPercent
319
+ end
320
+ end
321
+
322
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}FuzzyTmStatistics
323
+ # fuzzyName - SOAP::SOAPString
324
+ # wordCount - SOAP::SOAPInt
325
+ class FuzzyTmStatistics
326
+ attr_accessor :fuzzyName
327
+ attr_accessor :wordCount
328
+
329
+ def initialize(fuzzyName = nil, wordCount = nil)
330
+ @fuzzyName = fuzzyName
331
+ @wordCount = wordCount
332
+ end
333
+ end
334
+
335
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ItemFolderEnum
336
+ # value - SOAP::SOAPInt
337
+ class ItemFolderEnum
338
+ attr_accessor :value
339
+
340
+ def initialize(value = nil)
341
+ @value = value
342
+ end
343
+ end
344
+
345
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ItemStatusEnum
346
+ # name - SOAP::SOAPString
347
+ # value - SOAP::SOAPInt
348
+ class ItemStatusEnum
349
+ attr_accessor :name
350
+ attr_accessor :value
351
+
352
+ def initialize(name = nil, value = nil)
353
+ @name = name
354
+ @value = value
355
+ end
356
+ end
357
+
358
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Metadata
359
+ # key - SOAP::SOAPString
360
+ # value - SOAP::SOAPString
361
+ class Metadata
362
+ attr_accessor :key
363
+ attr_accessor :value
364
+
365
+ def initialize(key = nil, value = nil)
366
+ @key = key
367
+ @value = value
368
+ end
369
+ end
370
+
371
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Language
372
+ # locale - SOAP::SOAPString
373
+ # value - SOAP::SOAPString
374
+ class Language
375
+ attr_accessor :locale
376
+ attr_accessor :value
377
+
378
+ def initialize(locale = nil, value = nil)
379
+ @locale = locale
380
+ @value = value
381
+ end
382
+ end
383
+
384
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}LanguageDirection
385
+ # sourceLanguage - Glexchange::Pdws::Language
386
+ # targetLanguage - Glexchange::Pdws::Language
387
+ class LanguageDirection
388
+ attr_accessor :sourceLanguage
389
+ attr_accessor :targetLanguage
390
+
391
+ def initialize(sourceLanguage = nil, targetLanguage = nil)
392
+ @sourceLanguage = sourceLanguage
393
+ @targetLanguage = targetLanguage
394
+ end
395
+ end
396
+
397
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}LanguageDirectionModel
398
+ # dateCompleted - Glexchange::Pdws::Date
399
+ # fileCount - SOAP::SOAPLong
400
+ # fileFormatProgressData - Glexchange::Pdws::FileFormatProgressData
401
+ # fileProgress - Glexchange::Pdws::FileProgressData
402
+ # sourceLanguage - Glexchange::Pdws::Language
403
+ # targetLanguage - Glexchange::Pdws::Language
404
+ # workflowDueDate - Glexchange::Pdws::Date
405
+ # workflowStatus - SOAP::SOAPString
406
+ class LanguageDirectionModel
407
+ attr_accessor :dateCompleted
408
+ attr_accessor :fileCount
409
+ attr_accessor :fileFormatProgressData
410
+ attr_accessor :fileProgress
411
+ attr_accessor :sourceLanguage
412
+ attr_accessor :targetLanguage
413
+ attr_accessor :workflowDueDate
414
+ attr_accessor :workflowStatus
415
+
416
+ def initialize(dateCompleted = nil, fileCount = nil, fileFormatProgressData = [], fileProgress = nil, sourceLanguage = nil, targetLanguage = nil, workflowDueDate = nil, workflowStatus = nil)
417
+ @dateCompleted = dateCompleted
418
+ @fileCount = fileCount
419
+ @fileFormatProgressData = fileFormatProgressData
420
+ @fileProgress = fileProgress
421
+ @sourceLanguage = sourceLanguage
422
+ @targetLanguage = targetLanguage
423
+ @workflowDueDate = workflowDueDate
424
+ @workflowStatus = workflowStatus
425
+ end
426
+ end
427
+
428
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}LanguagePhaseInfo
429
+ # phaseStartDate - Glexchange::Pdws::Date
430
+ # sourceFileList - SOAP::SOAPString
431
+ # tmStatistics - Glexchange::Pdws::TmStatistics
432
+ class LanguagePhaseInfo
433
+ attr_accessor :phaseStartDate
434
+ attr_accessor :sourceFileList
435
+ attr_accessor :tmStatistics
436
+
437
+ def initialize(phaseStartDate = nil, sourceFileList = [], tmStatistics = nil)
438
+ @phaseStartDate = phaseStartDate
439
+ @sourceFileList = sourceFileList
440
+ @tmStatistics = tmStatistics
441
+ end
442
+ end
443
+
444
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Organization
445
+ # availableTasks - SOAP::SOAPInteger
446
+ # parentOrganization - Glexchange::Pdws::Organization
447
+ # organizationInfo - Glexchange::Pdws::OrganizationInfo
448
+ # tasks - Glexchange::Pdws::Task
449
+ # ticket - SOAP::SOAPString
450
+ class Organization
451
+ attr_accessor :availableTasks
452
+ attr_accessor :parentOrganization
453
+ attr_accessor :organizationInfo
454
+ attr_accessor :tasks
455
+ attr_accessor :ticket
456
+
457
+ def initialize(availableTasks = nil, parentOrganization = nil, organizationInfo = nil, tasks = [], ticket = nil)
458
+ @availableTasks = availableTasks
459
+ @parentOrganization = parentOrganization
460
+ @organizationInfo = organizationInfo
461
+ @tasks = tasks
462
+ @ticket = ticket
463
+ end
464
+ end
465
+
466
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}OrganizationInfo
467
+ # name - SOAP::SOAPString
468
+ # ticket - SOAP::SOAPString
469
+ # currencyCode - SOAP::SOAPString
470
+ # domain - SOAP::SOAPString
471
+ # theme - SOAP::SOAPString
472
+ # enabled - SOAP::SOAPBoolean
473
+ class OrganizationInfo
474
+ attr_accessor :name
475
+ attr_accessor :ticket
476
+ attr_accessor :currencyCode
477
+ attr_accessor :domain
478
+ attr_accessor :theme
479
+ attr_accessor :enabled
480
+
481
+ def initialize(name = nil, ticket = nil, currencyCode = nil, domain = nil, theme = nil, enabled = nil)
482
+ @name = name
483
+ @ticket = ticket
484
+ @currencyCode = currencyCode
485
+ @domain = domain
486
+ @theme = theme
487
+ @enabled = enabled
488
+ end
489
+ end
490
+
491
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}PagedListInfo
492
+ # index - SOAP::SOAPInt
493
+ # indexesSize - SOAP::SOAPInt
494
+ # size - SOAP::SOAPInt
495
+ # sortDirection - SOAP::SOAPString
496
+ # sortProperty - SOAP::SOAPString
497
+ class PagedListInfo
498
+ attr_accessor :index
499
+ attr_accessor :indexesSize
500
+ attr_accessor :size
501
+ attr_accessor :sortDirection
502
+ attr_accessor :sortProperty
503
+
504
+ def initialize(index = nil, indexesSize = nil, size = nil, sortDirection = nil, sortProperty = nil)
505
+ @index = index
506
+ @indexesSize = indexesSize
507
+ @size = size
508
+ @sortDirection = sortDirection
509
+ @sortProperty = sortProperty
510
+ end
511
+ end
512
+
513
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Phase
514
+ # dateEnded - Glexchange::Pdws::Date
515
+ # dueDate - Glexchange::Pdws::Date
516
+ # name - SOAP::SOAPString
517
+ # status - Glexchange::Pdws::ItemStatusEnum
518
+ class Phase
519
+ attr_accessor :dateEnded
520
+ attr_accessor :dueDate
521
+ attr_accessor :name
522
+ attr_accessor :status
523
+
524
+ def initialize(dateEnded = nil, dueDate = nil, name = nil, status = nil)
525
+ @dateEnded = dateEnded
526
+ @dueDate = dueDate
527
+ @name = name
528
+ @status = status
529
+ end
530
+ end
531
+
532
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}PreviewResult
533
+ # message - SOAP::SOAPString
534
+ # repositoryItem - Glexchange::Pdws::RepositoryItem
535
+ class PreviewResult
536
+ attr_accessor :message
537
+ attr_accessor :repositoryItem
538
+
539
+ def initialize(message = nil, repositoryItem = nil)
540
+ @message = message
541
+ @repositoryItem = repositoryItem
542
+ end
543
+ end
544
+
545
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Priority
546
+ # name - SOAP::SOAPString
547
+ # value - SOAP::SOAPInt
548
+ class Priority
549
+ attr_accessor :name
550
+ attr_accessor :value
551
+
552
+ def initialize(name = nil, value = nil)
553
+ @name = name
554
+ @value = value
555
+ end
556
+ end
557
+
558
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Project
559
+ # announcements - Glexchange::Pdws::Announcement
560
+ # contentMonitorPluginInfo - Glexchange::Pdws::ContentMonitorPluginInfo
561
+ # defaultTargetWorkflowDefinition - Glexchange::Pdws::WorkflowDefinition
562
+ # defaultTargetWorkflowDefinitionTicket - SOAP::SOAPString
563
+ # fileFormatProfiles - Glexchange::Pdws::FileFormatProfile
564
+ # includeSubmissionNameInLocalizationKit - SOAP::SOAPBoolean
565
+ # metadata - Glexchange::Pdws::Metadata
566
+ # organizationName - SOAP::SOAPString
567
+ # projectCustomFieldConfiguration - Glexchange::Pdws::ProjectCustomFieldConfiguration
568
+ # projectInfo - Glexchange::Pdws::ProjectInfo
569
+ # projectLanguageDirections - Glexchange::Pdws::ProjectLanguageDirection
570
+ # ticket - SOAP::SOAPString
571
+ # workflowDefinitions - Glexchange::Pdws::WorkflowDefinition
572
+ class Project
573
+ attr_accessor :announcements
574
+ attr_accessor :contentMonitorPluginInfo
575
+ attr_accessor :defaultTargetWorkflowDefinition
576
+ attr_accessor :defaultTargetWorkflowDefinitionTicket
577
+ attr_accessor :fileFormatProfiles
578
+ attr_accessor :includeSubmissionNameInLocalizationKit
579
+ attr_accessor :metadata
580
+ attr_accessor :organizationName
581
+ attr_accessor :projectCustomFieldConfiguration
582
+ attr_accessor :projectInfo
583
+ attr_accessor :projectLanguageDirections
584
+ attr_accessor :ticket
585
+ attr_accessor :workflowDefinitions
586
+
587
+ def initialize(announcements = [], contentMonitorPluginInfo = nil, defaultTargetWorkflowDefinition = nil, defaultTargetWorkflowDefinitionTicket = nil, fileFormatProfiles = [], includeSubmissionNameInLocalizationKit = [], metadata = [], organizationName = nil, projectCustomFieldConfiguration = [], projectInfo = nil, projectLanguageDirections = [], ticket = nil, workflowDefinitions = [])
588
+ @announcements = announcements
589
+ @contentMonitorPluginInfo = contentMonitorPluginInfo
590
+ @defaultTargetWorkflowDefinition = defaultTargetWorkflowDefinition
591
+ @defaultTargetWorkflowDefinitionTicket = defaultTargetWorkflowDefinitionTicket
592
+ @fileFormatProfiles = fileFormatProfiles
593
+ @includeSubmissionNameInLocalizationKit = includeSubmissionNameInLocalizationKit
594
+ @metadata = metadata
595
+ @organizationName = organizationName
596
+ @projectCustomFieldConfiguration = projectCustomFieldConfiguration
597
+ @projectInfo = projectInfo
598
+ @projectLanguageDirections = projectLanguageDirections
599
+ @ticket = ticket
600
+ @workflowDefinitions = workflowDefinitions
601
+ end
602
+ end
603
+
604
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectInfo
605
+ # clientIdentifier - SOAP::SOAPString
606
+ # defaultJobWorkflowDefinitionTicket - SOAP::SOAPString
607
+ # defaultSubmissionWorkflowDefinitionTicket - SOAP::SOAPString
608
+ # defaultTargetWorkflowDefinitionTicket - SOAP::SOAPString
609
+ # enabled - SOAP::SOAPBoolean
610
+ # name - SOAP::SOAPString
611
+ # shortCode - SOAP::SOAPString
612
+ class ProjectInfo
613
+ attr_accessor :clientIdentifier
614
+ attr_accessor :defaultJobWorkflowDefinitionTicket
615
+ attr_accessor :defaultSubmissionWorkflowDefinitionTicket
616
+ attr_accessor :defaultTargetWorkflowDefinitionTicket
617
+ attr_accessor :enabled
618
+ attr_accessor :name
619
+ attr_accessor :shortCode
620
+
621
+ def initialize(clientIdentifier = nil, defaultJobWorkflowDefinitionTicket = nil, defaultSubmissionWorkflowDefinitionTicket = nil, defaultTargetWorkflowDefinitionTicket = nil, enabled = nil, name = nil, shortCode = nil)
622
+ @clientIdentifier = clientIdentifier
623
+ @defaultJobWorkflowDefinitionTicket = defaultJobWorkflowDefinitionTicket
624
+ @defaultSubmissionWorkflowDefinitionTicket = defaultSubmissionWorkflowDefinitionTicket
625
+ @defaultTargetWorkflowDefinitionTicket = defaultTargetWorkflowDefinitionTicket
626
+ @enabled = enabled
627
+ @name = name
628
+ @shortCode = shortCode
629
+ end
630
+ end
631
+
632
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectLanguage
633
+ # customLocaleCode - SOAP::SOAPString
634
+ # localeCode - SOAP::SOAPString
635
+ class ProjectLanguage
636
+ attr_accessor :customLocaleCode
637
+ attr_accessor :localeCode
638
+
639
+ def initialize(customLocaleCode = nil, localeCode = nil)
640
+ @customLocaleCode = customLocaleCode
641
+ @localeCode = localeCode
642
+ end
643
+ end
644
+
645
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectLanguageDirection
646
+ # sourceLanguage - Glexchange::Pdws::Language
647
+ # targetLanguage - Glexchange::Pdws::Language
648
+ # default - SOAP::SOAPBoolean
649
+ # frequent - SOAP::SOAPBoolean
650
+ class ProjectLanguageDirection
651
+ attr_accessor :sourceLanguage
652
+ attr_accessor :targetLanguage
653
+ attr_accessor :default
654
+ attr_accessor :frequent
655
+
656
+ def initialize(sourceLanguage = nil, targetLanguage = nil, default = nil, frequent = nil)
657
+ @sourceLanguage = sourceLanguage
658
+ @targetLanguage = targetLanguage
659
+ @default = default
660
+ @frequent = frequent
661
+ end
662
+ end
663
+
664
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectAClient
665
+ # enabled - SOAP::SOAPBoolean
666
+ # name - SOAP::SOAPString
667
+ # parentOrganization - Glexchange::Pdws::Organization
668
+ # ticket - SOAP::SOAPString
669
+ class ProjectAClient
670
+ attr_accessor :enabled
671
+ attr_accessor :name
672
+ attr_accessor :parentOrganization
673
+ attr_accessor :ticket
674
+
675
+ def initialize(enabled = nil, name = nil, parentOrganization = nil, ticket = nil)
676
+ @enabled = enabled
677
+ @name = name
678
+ @parentOrganization = parentOrganization
679
+ @ticket = ticket
680
+ end
681
+ end
682
+
683
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}RepositoryItem
684
+ # data - Glexchange::Pdws::Base64Binary
685
+ # resourceInfo - Glexchange::Pdws::ResourceInfo
686
+ class RepositoryItem
687
+ attr_accessor :data
688
+ attr_accessor :resourceInfo
689
+
690
+ def initialize(data = nil, resourceInfo = nil)
691
+ @data = data
692
+ @resourceInfo = resourceInfo
693
+ end
694
+ end
695
+
696
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ResourceInfo
697
+ # classifier - SOAP::SOAPString
698
+ # clientIdentifier - SOAP::SOAPString
699
+ # description - SOAP::SOAPString
700
+ # encoding - SOAP::SOAPString
701
+ # md5Checksum - SOAP::SOAPString
702
+ # mimeType - SOAP::SOAPString
703
+ # name - SOAP::SOAPString
704
+ # path - SOAP::SOAPString
705
+ # resourceInfoId - SOAP::SOAPLong
706
+ # size - SOAP::SOAPLong
707
+ # type - Glexchange::Pdws::ResourceType
708
+ class ResourceInfo
709
+ attr_accessor :classifier
710
+ attr_accessor :clientIdentifier
711
+ attr_accessor :description
712
+ attr_accessor :encoding
713
+ attr_accessor :md5Checksum
714
+ attr_accessor :mimeType
715
+ attr_accessor :name
716
+ attr_accessor :path
717
+ attr_accessor :resourceInfoId
718
+ attr_accessor :size
719
+ attr_accessor :type
720
+
721
+ def initialize(classifier = nil, clientIdentifier = nil, description = nil, encoding = nil, md5Checksum = nil, mimeType = nil, name = nil, path = nil, resourceInfoId = nil, size = nil, type = nil)
722
+ @classifier = classifier
723
+ @clientIdentifier = clientIdentifier
724
+ @description = description
725
+ @encoding = encoding
726
+ @md5Checksum = md5Checksum
727
+ @mimeType = mimeType
728
+ @name = name
729
+ @path = path
730
+ @resourceInfoId = resourceInfoId
731
+ @size = size
732
+ @type = type
733
+ end
734
+ end
735
+
736
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ResourceType
737
+ # value - SOAP::SOAPInt
738
+ class ResourceType
739
+ attr_accessor :value
740
+
741
+ def initialize(value = nil)
742
+ @value = value
743
+ end
744
+ end
745
+
746
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Submission
747
+ # alerts - Glexchange::Pdws::Notification
748
+ # availableTasks - SOAP::SOAPInt
749
+ # batches - Glexchange::Pdws::Batch
750
+ # dateArchived - Glexchange::Pdws::Date
751
+ # dateCompleted - Glexchange::Pdws::Date
752
+ # dateCreated - Glexchange::Pdws::Date
753
+ # dateEstimated - Glexchange::Pdws::Date
754
+ # documents - Glexchange::Pdws::Document
755
+ # dueDate - Glexchange::Pdws::Date
756
+ # id - SOAP::SOAPString
757
+ # owner - SOAP::SOAPString
758
+ # project - Glexchange::Pdws::Project
759
+ # status - Glexchange::Pdws::ItemStatusEnum
760
+ # submissionId - SOAP::SOAPLong
761
+ # submissionInfo - Glexchange::Pdws::SubmissionInfo
762
+ # submitterFullNames - SOAP::SOAPString
763
+ # ticket - SOAP::SOAPString
764
+ # workflowDefinition - Glexchange::Pdws::WorkflowDefinition
765
+ class Submission
766
+ attr_accessor :alerts
767
+ attr_accessor :availableTasks
768
+ attr_accessor :batches
769
+ attr_accessor :dateArchived
770
+ attr_accessor :dateCompleted
771
+ attr_accessor :dateCreated
772
+ attr_accessor :dateEstimated
773
+ attr_accessor :documents
774
+ attr_accessor :dueDate
775
+ attr_accessor :id
776
+ attr_accessor :owner
777
+ attr_accessor :project
778
+ attr_accessor :status
779
+ attr_accessor :submissionId
780
+ attr_accessor :submissionInfo
781
+ attr_accessor :submitterFullNames
782
+ attr_accessor :ticket
783
+ attr_accessor :workflowDefinition
784
+
785
+ def initialize(alerts = [], availableTasks = nil, batches = [], dateArchived = nil, dateCompleted = nil, dateCreated = nil, dateEstimated = nil, documents = [], dueDate = nil, id = nil, owner = nil, project = nil, status = nil, submissionId = nil, submissionInfo = nil, submitterFullNames = [], ticket = nil, workflowDefinition = nil)
786
+ @alerts = alerts
787
+ @availableTasks = availableTasks
788
+ @batches = batches
789
+ @dateArchived = dateArchived
790
+ @dateCompleted = dateCompleted
791
+ @dateCreated = dateCreated
792
+ @dateEstimated = dateEstimated
793
+ @documents = documents
794
+ @dueDate = dueDate
795
+ @id = id
796
+ @owner = owner
797
+ @project = project
798
+ @status = status
799
+ @submissionId = submissionId
800
+ @submissionInfo = submissionInfo
801
+ @submitterFullNames = submitterFullNames
802
+ @ticket = ticket
803
+ @workflowDefinition = workflowDefinition
804
+ end
805
+ end
806
+
807
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionInfo
808
+ # additionalCosts - SOAP::SOAPString
809
+ # autoStartChilds - SOAP::SOAPBoolean
810
+ # claimScope - Glexchange::Pdws::ClaimScopeEnum
811
+ # clientIdentifier - SOAP::SOAPString
812
+ # dateRequested - Glexchange::Pdws::Date
813
+ # internalNotes - SOAP::SOAPString
814
+ # metadata - Glexchange::Pdws::Metadata
815
+ # name - SOAP::SOAPString
816
+ # officeName - SOAP::SOAPString
817
+ # paClientTicket - SOAP::SOAPString
818
+ # paJobNumber - SOAP::SOAPString
819
+ # priority - Glexchange::Pdws::Priority
820
+ # projectTicket - SOAP::SOAPString
821
+ # revenue - SOAP::SOAPDouble
822
+ # submissionBackground - SOAP::SOAPString
823
+ # submissionCustomFields - Glexchange::Pdws::SubmissionCustomFields
824
+ # submitters - SOAP::SOAPString
825
+ # workflowDefinitionTicket - SOAP::SOAPString
826
+ class SubmissionInfo
827
+ attr_accessor :additionalCosts
828
+ attr_accessor :autoStartChilds
829
+ attr_accessor :claimScope
830
+ attr_accessor :clientIdentifier
831
+ attr_accessor :dateRequested
832
+ attr_accessor :internalNotes
833
+ attr_accessor :metadata
834
+ attr_accessor :name
835
+ attr_accessor :officeName
836
+ attr_accessor :paClientTicket
837
+ attr_accessor :paJobNumber
838
+ attr_accessor :priority
839
+ attr_accessor :projectTicket
840
+ attr_accessor :revenue
841
+ attr_accessor :submissionBackground
842
+ attr_accessor :submissionCustomFields
843
+ attr_accessor :submitters
844
+ attr_accessor :workflowDefinitionTicket
845
+
846
+ def initialize(additionalCosts = nil, autoStartChilds = nil, claimScope = nil, clientIdentifier = nil, dateRequested = nil, internalNotes = nil, metadata = [], name = nil, officeName = nil, paClientTicket = nil, paJobNumber = nil, priority = nil, projectTicket = nil, revenue = nil, submissionBackground = nil, submissionCustomFields = [], submitters = [], workflowDefinitionTicket = nil)
847
+ @additionalCosts = additionalCosts
848
+ @autoStartChilds = autoStartChilds
849
+ @claimScope = claimScope
850
+ @clientIdentifier = clientIdentifier
851
+ @dateRequested = dateRequested
852
+ @internalNotes = internalNotes
853
+ @metadata = metadata
854
+ @name = name
855
+ @officeName = officeName
856
+ @paClientTicket = paClientTicket
857
+ @paJobNumber = paJobNumber
858
+ @priority = priority
859
+ @projectTicket = projectTicket
860
+ @revenue = revenue
861
+ @submissionBackground = submissionBackground
862
+ @submissionCustomFields = submissionCustomFields
863
+ @submitters = submitters
864
+ @workflowDefinitionTicket = workflowDefinitionTicket
865
+ end
866
+ end
867
+
868
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionPagedList
869
+ # elements - Glexchange::Pdws::Submission
870
+ # pagedListInfo - Glexchange::Pdws::PagedListInfo
871
+ # tasks - Glexchange::Pdws::Task
872
+ # totalCount - SOAP::SOAPLong
873
+ class SubmissionPagedList
874
+ attr_accessor :elements
875
+ attr_accessor :pagedListInfo
876
+ attr_accessor :tasks
877
+ attr_accessor :totalCount
878
+
879
+ def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
880
+ @elements = elements
881
+ @pagedListInfo = pagedListInfo
882
+ @tasks = tasks
883
+ @totalCount = totalCount
884
+ end
885
+ end
886
+
887
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SimpleSubmissionSearchModel
888
+ # alerts - Glexchange::Pdws::Notification
889
+ # availableTasks - SOAP::SOAPLong
890
+ # budgetStatus - SOAP::SOAPInt
891
+ # claimScope - Glexchange::Pdws::ClaimScopeEnum
892
+ # customFields - SOAP::SOAPString
893
+ # date - Glexchange::Pdws::Date
894
+ # dateArchived - Glexchange::Pdws::Date
895
+ # dateCompleted - Glexchange::Pdws::Date
896
+ # dateStarted - Glexchange::Pdws::Date
897
+ # dueDate - Glexchange::Pdws::Date
898
+ # fileCount - SOAP::SOAPLong
899
+ # fileProgress - Glexchange::Pdws::FileProgressData
900
+ # gate - SOAP::SOAPByte
901
+ # id - SOAP::SOAPString
902
+ # instructions - SOAP::SOAPString
903
+ # officeName - SOAP::SOAPString
904
+ # owner - Glexchange::Pdws::UserData
905
+ # paClientName - SOAP::SOAPString
906
+ # parentSubmissionName - SOAP::SOAPString
907
+ # parentTicket - SOAP::SOAPString
908
+ # pmNotes - SOAP::SOAPString
909
+ # priority - SOAP::SOAPString
910
+ # projectName - SOAP::SOAPString
911
+ # projectTicket - SOAP::SOAPString
912
+ # quote - SOAP::SOAPByte
913
+ # reserved - SOAP::SOAPBoolean
914
+ # sourceLanguage - SOAP::SOAPString
915
+ # status - Glexchange::Pdws::ItemStatusEnum
916
+ # submissionBackground - SOAP::SOAPString
917
+ # submissionName - SOAP::SOAPString
918
+ # submitterFullName - Glexchange::Pdws::UserData
919
+ # ticket - SOAP::SOAPString
920
+ # wordCount - SOAP::SOAPLong
921
+ # workflowDueDate - Glexchange::Pdws::Date
922
+ # workflowStatus - SOAP::SOAPString
923
+ class SimpleSubmissionSearchModel
924
+ attr_accessor :alerts
925
+ attr_accessor :availableTasks
926
+ attr_accessor :budgetStatus
927
+ attr_accessor :claimScope
928
+ attr_accessor :customFields
929
+ attr_accessor :date
930
+ attr_accessor :dateArchived
931
+ attr_accessor :dateCompleted
932
+ attr_accessor :dateStarted
933
+ attr_accessor :dueDate
934
+ attr_accessor :fileCount
935
+ attr_accessor :fileProgress
936
+ attr_accessor :gate
937
+ attr_accessor :id
938
+ attr_accessor :instructions
939
+ attr_accessor :officeName
940
+ attr_accessor :owner
941
+ attr_accessor :paClientName
942
+ attr_accessor :parentSubmissionName
943
+ attr_accessor :parentTicket
944
+ attr_accessor :pmNotes
945
+ attr_accessor :priority
946
+ attr_accessor :projectName
947
+ attr_accessor :projectTicket
948
+ attr_accessor :quote
949
+ attr_accessor :reserved
950
+ attr_accessor :sourceLanguage
951
+ attr_accessor :status
952
+ attr_accessor :submissionBackground
953
+ attr_accessor :submissionName
954
+ attr_accessor :submitterFullName
955
+ attr_accessor :ticket
956
+ attr_accessor :wordCount
957
+ attr_accessor :workflowDueDate
958
+ attr_accessor :workflowStatus
959
+
960
+ def initialize(alerts = [], availableTasks = nil, budgetStatus = nil, claimScope = nil, customFields = [], date = nil, dateArchived = nil, dateCompleted = nil, dateStarted = nil, dueDate = nil, fileCount = nil, fileProgress = nil, gate = nil, id = nil, instructions = nil, officeName = nil, owner = [], paClientName = nil, parentSubmissionName = nil, parentTicket = nil, pmNotes = nil, priority = nil, projectName = nil, projectTicket = nil, quote = nil, reserved = nil, sourceLanguage = nil, status = nil, submissionBackground = nil, submissionName = nil, submitterFullName = [], ticket = nil, wordCount = nil, workflowDueDate = nil, workflowStatus = nil)
961
+ @alerts = alerts
962
+ @availableTasks = availableTasks
963
+ @budgetStatus = budgetStatus
964
+ @claimScope = claimScope
965
+ @customFields = customFields
966
+ @date = date
967
+ @dateArchived = dateArchived
968
+ @dateCompleted = dateCompleted
969
+ @dateStarted = dateStarted
970
+ @dueDate = dueDate
971
+ @fileCount = fileCount
972
+ @fileProgress = fileProgress
973
+ @gate = gate
974
+ @id = id
975
+ @instructions = instructions
976
+ @officeName = officeName
977
+ @owner = owner
978
+ @paClientName = paClientName
979
+ @parentSubmissionName = parentSubmissionName
980
+ @parentTicket = parentTicket
981
+ @pmNotes = pmNotes
982
+ @priority = priority
983
+ @projectName = projectName
984
+ @projectTicket = projectTicket
985
+ @quote = quote
986
+ @reserved = reserved
987
+ @sourceLanguage = sourceLanguage
988
+ @status = status
989
+ @submissionBackground = submissionBackground
990
+ @submissionName = submissionName
991
+ @submitterFullName = submitterFullName
992
+ @ticket = ticket
993
+ @wordCount = wordCount
994
+ @workflowDueDate = workflowDueDate
995
+ @workflowStatus = workflowStatus
996
+ end
997
+ end
998
+
999
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionSearchModelPagedList
1000
+ # elements - Glexchange::Pdws::SimpleSubmissionSearchModel
1001
+ # pagedListInfo - Glexchange::Pdws::PagedListInfo
1002
+ # tasks - Glexchange::Pdws::Task
1003
+ # totalCount - SOAP::SOAPLong
1004
+ class SubmissionSearchModelPagedList
1005
+ attr_accessor :elements
1006
+ attr_accessor :pagedListInfo
1007
+ attr_accessor :tasks
1008
+ attr_accessor :totalCount
1009
+
1010
+ def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
1011
+ @elements = elements
1012
+ @pagedListInfo = pagedListInfo
1013
+ @tasks = tasks
1014
+ @totalCount = totalCount
1015
+ end
1016
+ end
1017
+
1018
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionSearchRequest
1019
+ # folder - Glexchange::Pdws::ItemFolderEnum
1020
+ # projectTickets - SOAP::SOAPString
1021
+ # submissionDate - Glexchange::Pdws::Date
1022
+ # submissionDueDate - Glexchange::Pdws::Date
1023
+ # submissionName - SOAP::SOAPString
1024
+ class SubmissionSearchRequest
1025
+ attr_accessor :folder
1026
+ attr_accessor :projectTickets
1027
+ attr_accessor :submissionDate
1028
+ attr_accessor :submissionDueDate
1029
+ attr_accessor :submissionName
1030
+
1031
+ def initialize(folder = nil, projectTickets = [], submissionDate = nil, submissionDueDate = nil, submissionName = nil)
1032
+ @folder = folder
1033
+ @projectTickets = projectTickets
1034
+ @submissionDate = submissionDate
1035
+ @submissionDueDate = submissionDueDate
1036
+ @submissionName = submissionName
1037
+ end
1038
+ end
1039
+
1040
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Target
1041
+ # availableTasks - SOAP::SOAPLong
1042
+ # dateCompleted - Glexchange::Pdws::Date
1043
+ # dateCreated - Glexchange::Pdws::Date
1044
+ # dateEstimated - Glexchange::Pdws::Date
1045
+ # document - Glexchange::Pdws::Document
1046
+ # downloadThresholdTimeStamp - Glexchange::Pdws::Date
1047
+ # dueDate - Glexchange::Pdws::Date
1048
+ # fileName - SOAP::SOAPString
1049
+ # id - SOAP::SOAPString
1050
+ # phases - Glexchange::Pdws::Phase
1051
+ # refPhase - Glexchange::Pdws::Phase
1052
+ # sourceLanguage - Glexchange::Pdws::Language
1053
+ # sourceWordCount - SOAP::SOAPInt
1054
+ # status - Glexchange::Pdws::ItemStatusEnum
1055
+ # targetInfo - Glexchange::Pdws::TargetInfo
1056
+ # targetLanguage - Glexchange::Pdws::Language
1057
+ # targetWordCount - SOAP::SOAPInt
1058
+ # ticket - SOAP::SOAPString
1059
+ # tmStatistics - Glexchange::Pdws::TmStatistics
1060
+ # workflowDefinition - Glexchange::Pdws::WorkflowDefinition
1061
+ class Target
1062
+ attr_accessor :availableTasks
1063
+ attr_accessor :dateCompleted
1064
+ attr_accessor :dateCreated
1065
+ attr_accessor :dateEstimated
1066
+ attr_accessor :document
1067
+ attr_accessor :downloadThresholdTimeStamp
1068
+ attr_accessor :dueDate
1069
+ attr_accessor :fileName
1070
+ attr_accessor :id
1071
+ attr_accessor :phases
1072
+ attr_accessor :refPhase
1073
+ attr_accessor :sourceLanguage
1074
+ attr_accessor :sourceWordCount
1075
+ attr_accessor :status
1076
+ attr_accessor :targetInfo
1077
+ attr_accessor :targetLanguage
1078
+ attr_accessor :targetWordCount
1079
+ attr_accessor :ticket
1080
+ attr_accessor :tmStatistics
1081
+ attr_accessor :workflowDefinition
1082
+
1083
+ def initialize(availableTasks = nil, dateCompleted = nil, dateCreated = nil, dateEstimated = nil, document = nil, downloadThresholdTimeStamp = nil, dueDate = nil, fileName = nil, id = nil, phases = [], refPhase = nil, sourceLanguage = nil, sourceWordCount = nil, status = nil, targetInfo = nil, targetLanguage = nil, targetWordCount = nil, ticket = nil, tmStatistics = nil, workflowDefinition = nil)
1084
+ @availableTasks = availableTasks
1085
+ @dateCompleted = dateCompleted
1086
+ @dateCreated = dateCreated
1087
+ @dateEstimated = dateEstimated
1088
+ @document = document
1089
+ @downloadThresholdTimeStamp = downloadThresholdTimeStamp
1090
+ @dueDate = dueDate
1091
+ @fileName = fileName
1092
+ @id = id
1093
+ @phases = phases
1094
+ @refPhase = refPhase
1095
+ @sourceLanguage = sourceLanguage
1096
+ @sourceWordCount = sourceWordCount
1097
+ @status = status
1098
+ @targetInfo = targetInfo
1099
+ @targetLanguage = targetLanguage
1100
+ @targetWordCount = targetWordCount
1101
+ @ticket = ticket
1102
+ @tmStatistics = tmStatistics
1103
+ @workflowDefinition = workflowDefinition
1104
+ end
1105
+ end
1106
+
1107
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}TargetInfo
1108
+ # dateRequested - Glexchange::Pdws::Date
1109
+ # encoding - SOAP::SOAPString
1110
+ # instructions - SOAP::SOAPString
1111
+ # metadata - Glexchange::Pdws::Metadata
1112
+ # priority - Glexchange::Pdws::Priority
1113
+ # requestedDueDate - SOAP::SOAPLong
1114
+ # targetLocale - SOAP::SOAPString
1115
+ # workflowDefinitionTicket - SOAP::SOAPString
1116
+ class TargetInfo
1117
+ attr_accessor :dateRequested
1118
+ attr_accessor :encoding
1119
+ attr_accessor :instructions
1120
+ attr_accessor :metadata
1121
+ attr_accessor :priority
1122
+ attr_accessor :requestedDueDate
1123
+ attr_accessor :targetLocale
1124
+ attr_accessor :workflowDefinitionTicket
1125
+
1126
+ def initialize(dateRequested = nil, encoding = nil, instructions = nil, metadata = [], priority = nil, requestedDueDate = nil, targetLocale = nil, workflowDefinitionTicket = nil)
1127
+ @dateRequested = dateRequested
1128
+ @encoding = encoding
1129
+ @instructions = instructions
1130
+ @metadata = metadata
1131
+ @priority = priority
1132
+ @requestedDueDate = requestedDueDate
1133
+ @targetLocale = targetLocale
1134
+ @workflowDefinitionTicket = workflowDefinitionTicket
1135
+ end
1136
+ end
1137
+
1138
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}TargetPagedList
1139
+ # elements - Glexchange::Pdws::Target
1140
+ # pagedListInfo - Glexchange::Pdws::PagedListInfo
1141
+ # tasks - Glexchange::Pdws::Task
1142
+ # totalCount - SOAP::SOAPLong
1143
+ class TargetPagedList
1144
+ attr_accessor :elements
1145
+ attr_accessor :pagedListInfo
1146
+ attr_accessor :tasks
1147
+ attr_accessor :totalCount
1148
+
1149
+ def initialize(elements = [], pagedListInfo = nil, tasks = [], totalCount = nil)
1150
+ @elements = elements
1151
+ @pagedListInfo = pagedListInfo
1152
+ @tasks = tasks
1153
+ @totalCount = totalCount
1154
+ end
1155
+ end
1156
+
1157
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}TargetSearchRequest
1158
+ # dateCreated - Glexchange::Pdws::Date
1159
+ # folder - Glexchange::Pdws::ItemFolderEnum
1160
+ # projectTickets - SOAP::SOAPString
1161
+ # sourceLocaleId - SOAP::SOAPString
1162
+ # submissionTicket - SOAP::SOAPString
1163
+ # targetLocaleId - SOAP::SOAPString
1164
+ class TargetSearchRequest
1165
+ attr_accessor :dateCreated
1166
+ attr_accessor :folder
1167
+ attr_accessor :projectTickets
1168
+ attr_accessor :sourceLocaleId
1169
+ attr_accessor :submissionTicket
1170
+ attr_accessor :targetLocaleId
1171
+
1172
+ def initialize(dateCreated = nil, folder = nil, projectTickets = [], sourceLocaleId = nil, submissionTicket = nil, targetLocaleId = nil)
1173
+ @dateCreated = dateCreated
1174
+ @folder = folder
1175
+ @projectTickets = projectTickets
1176
+ @sourceLocaleId = sourceLocaleId
1177
+ @submissionTicket = submissionTicket
1178
+ @targetLocaleId = targetLocaleId
1179
+ end
1180
+ end
1181
+
1182
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Task
1183
+ # groupName - SOAP::SOAPString
1184
+ # selectStyle - SOAP::SOAPInt
1185
+ # taskId - SOAP::SOAPInt
1186
+ # taskName - SOAP::SOAPString
1187
+ # weight - SOAP::SOAPInt
1188
+ class Task
1189
+ attr_accessor :groupName
1190
+ attr_accessor :selectStyle
1191
+ attr_accessor :taskId
1192
+ attr_accessor :taskName
1193
+ attr_accessor :weight
1194
+
1195
+ def initialize(groupName = nil, selectStyle = nil, taskId = nil, taskName = nil, weight = nil)
1196
+ @groupName = groupName
1197
+ @selectStyle = selectStyle
1198
+ @taskId = taskId
1199
+ @taskName = taskName
1200
+ @weight = weight
1201
+ end
1202
+ end
1203
+
1204
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}TmStatistics
1205
+ # fuzzyRepetitionsWordCount1 - Glexchange::Pdws::FuzzyTmStatistics
1206
+ # fuzzyRepetitionsWordCount10 - Glexchange::Pdws::FuzzyTmStatistics
1207
+ # fuzzyRepetitionsWordCount2 - Glexchange::Pdws::FuzzyTmStatistics
1208
+ # fuzzyRepetitionsWordCount3 - Glexchange::Pdws::FuzzyTmStatistics
1209
+ # fuzzyRepetitionsWordCount4 - Glexchange::Pdws::FuzzyTmStatistics
1210
+ # fuzzyRepetitionsWordCount5 - Glexchange::Pdws::FuzzyTmStatistics
1211
+ # fuzzyRepetitionsWordCount6 - Glexchange::Pdws::FuzzyTmStatistics
1212
+ # fuzzyRepetitionsWordCount7 - Glexchange::Pdws::FuzzyTmStatistics
1213
+ # fuzzyRepetitionsWordCount8 - Glexchange::Pdws::FuzzyTmStatistics
1214
+ # fuzzyRepetitionsWordCount9 - Glexchange::Pdws::FuzzyTmStatistics
1215
+ # fuzzyWordCount1 - Glexchange::Pdws::FuzzyTmStatistics
1216
+ # fuzzyWordCount10 - Glexchange::Pdws::FuzzyTmStatistics
1217
+ # fuzzyWordCount2 - Glexchange::Pdws::FuzzyTmStatistics
1218
+ # fuzzyWordCount3 - Glexchange::Pdws::FuzzyTmStatistics
1219
+ # fuzzyWordCount4 - Glexchange::Pdws::FuzzyTmStatistics
1220
+ # fuzzyWordCount5 - Glexchange::Pdws::FuzzyTmStatistics
1221
+ # fuzzyWordCount6 - Glexchange::Pdws::FuzzyTmStatistics
1222
+ # fuzzyWordCount7 - Glexchange::Pdws::FuzzyTmStatistics
1223
+ # fuzzyWordCount8 - Glexchange::Pdws::FuzzyTmStatistics
1224
+ # fuzzyWordCount9 - Glexchange::Pdws::FuzzyTmStatistics
1225
+ # inContextMatchWordCount - SOAP::SOAPInt
1226
+ # noMatchWordCount - SOAP::SOAPInt
1227
+ # oneHundredMatchWordCount - SOAP::SOAPInt
1228
+ # repetitionWordCount - SOAP::SOAPInt
1229
+ # totalWordCount - SOAP::SOAPInt
1230
+ class TmStatistics
1231
+ attr_accessor :fuzzyRepetitionsWordCount1
1232
+ attr_accessor :fuzzyRepetitionsWordCount10
1233
+ attr_accessor :fuzzyRepetitionsWordCount2
1234
+ attr_accessor :fuzzyRepetitionsWordCount3
1235
+ attr_accessor :fuzzyRepetitionsWordCount4
1236
+ attr_accessor :fuzzyRepetitionsWordCount5
1237
+ attr_accessor :fuzzyRepetitionsWordCount6
1238
+ attr_accessor :fuzzyRepetitionsWordCount7
1239
+ attr_accessor :fuzzyRepetitionsWordCount8
1240
+ attr_accessor :fuzzyRepetitionsWordCount9
1241
+ attr_accessor :fuzzyWordCount1
1242
+ attr_accessor :fuzzyWordCount10
1243
+ attr_accessor :fuzzyWordCount2
1244
+ attr_accessor :fuzzyWordCount3
1245
+ attr_accessor :fuzzyWordCount4
1246
+ attr_accessor :fuzzyWordCount5
1247
+ attr_accessor :fuzzyWordCount6
1248
+ attr_accessor :fuzzyWordCount7
1249
+ attr_accessor :fuzzyWordCount8
1250
+ attr_accessor :fuzzyWordCount9
1251
+ attr_accessor :inContextMatchWordCount
1252
+ attr_accessor :noMatchWordCount
1253
+ attr_accessor :oneHundredMatchWordCount
1254
+ attr_accessor :repetitionWordCount
1255
+ attr_accessor :totalWordCount
1256
+
1257
+ def initialize(fuzzyRepetitionsWordCount1 = nil, fuzzyRepetitionsWordCount10 = nil, fuzzyRepetitionsWordCount2 = nil, fuzzyRepetitionsWordCount3 = nil, fuzzyRepetitionsWordCount4 = nil, fuzzyRepetitionsWordCount5 = nil, fuzzyRepetitionsWordCount6 = nil, fuzzyRepetitionsWordCount7 = nil, fuzzyRepetitionsWordCount8 = nil, fuzzyRepetitionsWordCount9 = nil, fuzzyWordCount1 = nil, fuzzyWordCount10 = nil, fuzzyWordCount2 = nil, fuzzyWordCount3 = nil, fuzzyWordCount4 = nil, fuzzyWordCount5 = nil, fuzzyWordCount6 = nil, fuzzyWordCount7 = nil, fuzzyWordCount8 = nil, fuzzyWordCount9 = nil, inContextMatchWordCount = nil, noMatchWordCount = nil, oneHundredMatchWordCount = nil, repetitionWordCount = nil, totalWordCount = nil)
1258
+ @fuzzyRepetitionsWordCount1 = fuzzyRepetitionsWordCount1
1259
+ @fuzzyRepetitionsWordCount10 = fuzzyRepetitionsWordCount10
1260
+ @fuzzyRepetitionsWordCount2 = fuzzyRepetitionsWordCount2
1261
+ @fuzzyRepetitionsWordCount3 = fuzzyRepetitionsWordCount3
1262
+ @fuzzyRepetitionsWordCount4 = fuzzyRepetitionsWordCount4
1263
+ @fuzzyRepetitionsWordCount5 = fuzzyRepetitionsWordCount5
1264
+ @fuzzyRepetitionsWordCount6 = fuzzyRepetitionsWordCount6
1265
+ @fuzzyRepetitionsWordCount7 = fuzzyRepetitionsWordCount7
1266
+ @fuzzyRepetitionsWordCount8 = fuzzyRepetitionsWordCount8
1267
+ @fuzzyRepetitionsWordCount9 = fuzzyRepetitionsWordCount9
1268
+ @fuzzyWordCount1 = fuzzyWordCount1
1269
+ @fuzzyWordCount10 = fuzzyWordCount10
1270
+ @fuzzyWordCount2 = fuzzyWordCount2
1271
+ @fuzzyWordCount3 = fuzzyWordCount3
1272
+ @fuzzyWordCount4 = fuzzyWordCount4
1273
+ @fuzzyWordCount5 = fuzzyWordCount5
1274
+ @fuzzyWordCount6 = fuzzyWordCount6
1275
+ @fuzzyWordCount7 = fuzzyWordCount7
1276
+ @fuzzyWordCount8 = fuzzyWordCount8
1277
+ @fuzzyWordCount9 = fuzzyWordCount9
1278
+ @inContextMatchWordCount = inContextMatchWordCount
1279
+ @noMatchWordCount = noMatchWordCount
1280
+ @oneHundredMatchWordCount = oneHundredMatchWordCount
1281
+ @repetitionWordCount = repetitionWordCount
1282
+ @totalWordCount = totalWordCount
1283
+ end
1284
+ end
1285
+
1286
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}WorkflowDefinition
1287
+ # description - SOAP::SOAPString
1288
+ # name - SOAP::SOAPString
1289
+ # ticket - SOAP::SOAPString
1290
+ # type - Glexchange::Pdws::EntityTypeEnum
1291
+ class WorkflowDefinition
1292
+ attr_accessor :description
1293
+ attr_accessor :name
1294
+ attr_accessor :ticket
1295
+ attr_accessor :type
1296
+
1297
+ def initialize(description = nil, name = nil, ticket = nil, type = nil)
1298
+ @description = description
1299
+ @name = name
1300
+ @ticket = ticket
1301
+ @type = type
1302
+ end
1303
+ end
1304
+
1305
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}UserData
1306
+ # email - SOAP::SOAPString
1307
+ # name - SOAP::SOAPString
1308
+ class UserData
1309
+ attr_accessor :email
1310
+ attr_accessor :name
1311
+
1312
+ def initialize(email = nil, name = nil)
1313
+ @email = email
1314
+ @name = name
1315
+ end
1316
+ end
1317
+
1318
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}UserInfo
1319
+ # accountLocked - SOAP::SOAPBoolean
1320
+ # accountNonExpired - SOAP::SOAPBoolean
1321
+ # address - SOAP::SOAPString
1322
+ # autoClaimMultipleTasks - SOAP::SOAPBoolean
1323
+ # claimMultipleJobTasks - SOAP::SOAPBoolean
1324
+ # credentialsNonExpired - SOAP::SOAPBoolean
1325
+ # dateLastLogin - SOAP::SOAPDateTime
1326
+ # department - SOAP::SOAPString
1327
+ # emailAddress - SOAP::SOAPString
1328
+ # emailNotification - SOAP::SOAPBoolean
1329
+ # enabled - SOAP::SOAPBoolean
1330
+ # fax - SOAP::SOAPString
1331
+ # firstName - SOAP::SOAPString
1332
+ # lastName - SOAP::SOAPString
1333
+ # password - SOAP::SOAPString
1334
+ # phone1 - SOAP::SOAPString
1335
+ # phone2 - SOAP::SOAPString
1336
+ # timeZone - SOAP::SOAPString
1337
+ # userName - SOAP::SOAPString
1338
+ # userType - SOAP::SOAPString
1339
+ class UserInfo
1340
+ attr_accessor :accountLocked
1341
+ attr_accessor :accountNonExpired
1342
+ attr_accessor :address
1343
+ attr_accessor :autoClaimMultipleTasks
1344
+ attr_accessor :claimMultipleJobTasks
1345
+ attr_accessor :credentialsNonExpired
1346
+ attr_accessor :dateLastLogin
1347
+ attr_accessor :department
1348
+ attr_accessor :emailAddress
1349
+ attr_accessor :emailNotification
1350
+ attr_accessor :enabled
1351
+ attr_accessor :fax
1352
+ attr_accessor :firstName
1353
+ attr_accessor :lastName
1354
+ attr_accessor :password
1355
+ attr_accessor :phone1
1356
+ attr_accessor :phone2
1357
+ attr_accessor :timeZone
1358
+ attr_accessor :userName
1359
+ attr_accessor :userType
1360
+
1361
+ def initialize(accountLocked = nil, accountNonExpired = nil, address = nil, autoClaimMultipleTasks = nil, claimMultipleJobTasks = nil, credentialsNonExpired = nil, dateLastLogin = nil, department = nil, emailAddress = nil, emailNotification = nil, enabled = nil, fax = nil, firstName = nil, lastName = nil, password = nil, phone1 = nil, phone2 = nil, timeZone = nil, userName = nil, userType = nil)
1362
+ @accountLocked = accountLocked
1363
+ @accountNonExpired = accountNonExpired
1364
+ @address = address
1365
+ @autoClaimMultipleTasks = autoClaimMultipleTasks
1366
+ @claimMultipleJobTasks = claimMultipleJobTasks
1367
+ @credentialsNonExpired = credentialsNonExpired
1368
+ @dateLastLogin = dateLastLogin
1369
+ @department = department
1370
+ @emailAddress = emailAddress
1371
+ @emailNotification = emailNotification
1372
+ @enabled = enabled
1373
+ @fax = fax
1374
+ @firstName = firstName
1375
+ @lastName = lastName
1376
+ @password = password
1377
+ @phone1 = phone1
1378
+ @phone2 = phone2
1379
+ @timeZone = timeZone
1380
+ @userName = userName
1381
+ @userType = userType
1382
+ end
1383
+ end
1384
+
1385
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}TiUserInfo
1386
+ # languageDirections - Glexchange::Pdws::LanguageDirection
1387
+ # organizationId - SOAP::SOAPLong
1388
+ # projectRoles - SOAP::SOAPString
1389
+ # projectTicket - SOAP::SOAPString
1390
+ # systemRoles - SOAP::SOAPString
1391
+ # vendorId - SOAP::SOAPLong
1392
+ class TiUserInfo
1393
+ attr_accessor :languageDirections
1394
+ attr_accessor :organizationId
1395
+ attr_accessor :projectRoles
1396
+ attr_accessor :projectTicket
1397
+ attr_accessor :systemRoles
1398
+ attr_accessor :vendorId
1399
+
1400
+ def initialize(languageDirections = [], organizationId = nil, projectRoles = [], projectTicket = [], systemRoles = [], vendorId = nil)
1401
+ @languageDirections = languageDirections
1402
+ @organizationId = organizationId
1403
+ @projectRoles = projectRoles
1404
+ @projectTicket = projectTicket
1405
+ @systemRoles = systemRoles
1406
+ @vendorId = vendorId
1407
+ end
1408
+ end
1409
+
1410
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ClaimScopeEnum
1411
+ # name - SOAP::SOAPString
1412
+ # value - SOAP::SOAPInt
1413
+ class ClaimScopeEnum
1414
+ attr_accessor :name
1415
+ attr_accessor :value
1416
+
1417
+ def initialize(name = nil, value = nil)
1418
+ @name = name
1419
+ @value = value
1420
+ end
1421
+ end
1422
+
1423
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}ProjectCustomFieldConfiguration
1424
+ # description - SOAP::SOAPString
1425
+ # mandatory - SOAP::SOAPBoolean
1426
+ # name - SOAP::SOAPString
1427
+ # type - SOAP::SOAPString
1428
+ # values - SOAP::SOAPString
1429
+ class ProjectCustomFieldConfiguration
1430
+ attr_accessor :description
1431
+ attr_accessor :mandatory
1432
+ attr_accessor :name
1433
+ attr_accessor :type
1434
+ attr_accessor :values
1435
+
1436
+ def initialize(description = nil, mandatory = nil, name = nil, type = nil, values = nil)
1437
+ @description = description
1438
+ @mandatory = mandatory
1439
+ @name = name
1440
+ @type = type
1441
+ @values = values
1442
+ end
1443
+ end
1444
+
1445
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionCustomFields
1446
+ # fieldName - SOAP::SOAPString
1447
+ # fieldValue - SOAP::SOAPString
1448
+ class SubmissionCustomFields
1449
+ attr_accessor :fieldName
1450
+ attr_accessor :fieldValue
1451
+
1452
+ def initialize(fieldName = nil, fieldValue = nil)
1453
+ @fieldName = fieldName
1454
+ @fieldValue = fieldValue
1455
+ end
1456
+ end
1457
+
1458
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}UserProfile
1459
+ # availableTasks - SOAP::SOAPInt
1460
+ # organizationName - SOAP::SOAPString
1461
+ # systemRoles - Glexchange::Pdws::Role
1462
+ # tasks - Glexchange::Pdws::Task
1463
+ # ticket - SOAP::SOAPString
1464
+ # userInfo - Glexchange::Pdws::UserInfo
1465
+ # vendorName - SOAP::SOAPString
1466
+ class UserProfile
1467
+ attr_accessor :availableTasks
1468
+ attr_accessor :organizationName
1469
+ attr_accessor :systemRoles
1470
+ attr_accessor :tasks
1471
+ attr_accessor :ticket
1472
+ attr_accessor :userInfo
1473
+ attr_accessor :vendorName
1474
+
1475
+ def initialize(availableTasks = nil, organizationName = nil, systemRoles = [], tasks = [], ticket = nil, userInfo = nil, vendorName = nil)
1476
+ @availableTasks = availableTasks
1477
+ @organizationName = organizationName
1478
+ @systemRoles = systemRoles
1479
+ @tasks = tasks
1480
+ @ticket = ticket
1481
+ @userInfo = userInfo
1482
+ @vendorName = vendorName
1483
+ end
1484
+ end
1485
+
1486
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Role
1487
+ # policies - Glexchange::Pdws::Policy
1488
+ # roleId - SOAP::SOAPString
1489
+ # roleType - Glexchange::Pdws::RoleTypeEnum
1490
+ # tasks - Glexchange::Pdws::Task
1491
+ # ticket - SOAP::SOAPString
1492
+ class Role
1493
+ attr_accessor :policies
1494
+ attr_accessor :roleId
1495
+ attr_accessor :roleType
1496
+ attr_accessor :tasks
1497
+ attr_accessor :ticket
1498
+
1499
+ def initialize(policies = [], roleId = nil, roleType = nil, tasks = [], ticket = nil)
1500
+ @policies = policies
1501
+ @roleId = roleId
1502
+ @roleType = roleType
1503
+ @tasks = tasks
1504
+ @ticket = ticket
1505
+ end
1506
+ end
1507
+
1508
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}RoleTypeEnum
1509
+ # value - SOAP::SOAPInt
1510
+ class RoleTypeEnum
1511
+ attr_accessor :value
1512
+
1513
+ def initialize(value = nil)
1514
+ @value = value
1515
+ end
1516
+ end
1517
+
1518
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}Policy
1519
+ # category - SOAP::SOAPString
1520
+ # policyId - SOAP::SOAPString
1521
+ # policyType - Glexchange::Pdws::RoleTypeEnum
1522
+ class Policy
1523
+ attr_accessor :category
1524
+ attr_accessor :policyId
1525
+ attr_accessor :policyType
1526
+
1527
+ def initialize(category = nil, policyId = nil, policyType = nil)
1528
+ @category = category
1529
+ @policyId = policyId
1530
+ @policyType = policyType
1531
+ end
1532
+ end
1533
+
1534
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}LanguageWorkflowInfo
1535
+ # sourceLanguage - Glexchange::Pdws::Language
1536
+ # targetLanguage - Glexchange::Pdws::Language
1537
+ class LanguageWorkflowInfo
1538
+ attr_accessor :sourceLanguage
1539
+ attr_accessor :targetLanguage
1540
+
1541
+ def initialize(sourceLanguage = nil, targetLanguage = nil)
1542
+ @sourceLanguage = sourceLanguage
1543
+ @targetLanguage = targetLanguage
1544
+ end
1545
+ end
1546
+
1547
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}BatchWorkflowInfo
1548
+ # batchName - SOAP::SOAPString
1549
+ # languageWorkflowInfo - Glexchange::Pdws::LanguageWorkflowInfo
1550
+ class BatchWorkflowInfo
1551
+ attr_accessor :batchName
1552
+ attr_accessor :languageWorkflowInfo
1553
+
1554
+ def initialize(batchName = nil, languageWorkflowInfo = nil)
1555
+ @batchName = batchName
1556
+ @languageWorkflowInfo = languageWorkflowInfo
1557
+ end
1558
+ end
1559
+
1560
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}TargetWorkflowInfo
1561
+ # batchName - SOAP::SOAPString
1562
+ # documentName - SOAP::SOAPString
1563
+ # fileName - SOAP::SOAPString
1564
+ # sourceLanguage - Glexchange::Pdws::Language
1565
+ # targetLanguage - Glexchange::Pdws::Language
1566
+ # targetTicket - SOAP::SOAPString
1567
+ class TargetWorkflowInfo
1568
+ attr_accessor :batchName
1569
+ attr_accessor :documentName
1570
+ attr_accessor :fileName
1571
+ attr_accessor :sourceLanguage
1572
+ attr_accessor :targetLanguage
1573
+ attr_accessor :targetTicket
1574
+
1575
+ def initialize(batchName = nil, documentName = nil, fileName = nil, sourceLanguage = nil, targetLanguage = nil, targetTicket = nil)
1576
+ @batchName = batchName
1577
+ @documentName = documentName
1578
+ @fileName = fileName
1579
+ @sourceLanguage = sourceLanguage
1580
+ @targetLanguage = targetLanguage
1581
+ @targetTicket = targetTicket
1582
+ end
1583
+ end
1584
+
1585
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}SubmissionWorkflowInfo
1586
+ # batchWorkflowInfos - Glexchange::Pdws::BatchWorkflowInfo
1587
+ # languageWorkflowInfos - Glexchange::Pdws::LanguageWorkflowInfo
1588
+ # phaseName - SOAP::SOAPString
1589
+ # submissionId - SOAP::SOAPLong
1590
+ # submissionName - SOAP::SOAPString
1591
+ # submissionTicket - SOAP::SOAPString
1592
+ # targetWorkflowInfos - Glexchange::Pdws::TargetWorkflowInfo
1593
+ class SubmissionWorkflowInfo
1594
+ attr_accessor :batchWorkflowInfos
1595
+ attr_accessor :languageWorkflowInfos
1596
+ attr_accessor :phaseName
1597
+ attr_accessor :submissionId
1598
+ attr_accessor :submissionName
1599
+ attr_accessor :submissionTicket
1600
+ attr_accessor :targetWorkflowInfos
1601
+
1602
+ def initialize(batchWorkflowInfos = [], languageWorkflowInfos = [], phaseName = nil, submissionId = nil, submissionName = nil, submissionTicket = nil, targetWorkflowInfos = [])
1603
+ @batchWorkflowInfos = batchWorkflowInfos
1604
+ @languageWorkflowInfos = languageWorkflowInfos
1605
+ @phaseName = phaseName
1606
+ @submissionId = submissionId
1607
+ @submissionName = submissionName
1608
+ @submissionTicket = submissionTicket
1609
+ @targetWorkflowInfos = targetWorkflowInfos
1610
+ end
1611
+ end
1612
+
1613
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}WorkflowRequest
1614
+ # batchWorkflowInfos - Glexchange::Pdws::BatchWorkflowInfo
1615
+ # languageWorkflowInfos - Glexchange::Pdws::LanguageWorkflowInfo
1616
+ # phaseName - SOAP::SOAPString
1617
+ # submissionTicket - SOAP::SOAPString
1618
+ # targetWorkflowInfos - Glexchange::Pdws::TargetWorkflowInfo
1619
+ class WorkflowRequest
1620
+ attr_accessor :batchWorkflowInfos
1621
+ attr_accessor :languageWorkflowInfos
1622
+ attr_accessor :phaseName
1623
+ attr_accessor :submissionTicket
1624
+ attr_accessor :targetWorkflowInfos
1625
+
1626
+ def initialize(batchWorkflowInfos = [], languageWorkflowInfos = [], phaseName = nil, submissionTicket = nil, targetWorkflowInfos = [])
1627
+ @batchWorkflowInfos = batchWorkflowInfos
1628
+ @languageWorkflowInfos = languageWorkflowInfos
1629
+ @phaseName = phaseName
1630
+ @submissionTicket = submissionTicket
1631
+ @targetWorkflowInfos = targetWorkflowInfos
1632
+ end
1633
+ end
1634
+
1635
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}WorkflowRequestTicket
1636
+ # message - SOAP::SOAPString
1637
+ # processTicket - SOAP::SOAPString
1638
+ # submissionTicket - SOAP::SOAPString
1639
+ class WorkflowRequestTicket
1640
+ attr_accessor :message
1641
+ attr_accessor :processTicket
1642
+ attr_accessor :submissionTicket
1643
+
1644
+ def initialize(message = nil, processTicket = nil, submissionTicket = nil)
1645
+ @message = message
1646
+ @processTicket = processTicket
1647
+ @submissionTicket = submissionTicket
1648
+ end
1649
+ end
1650
+
1651
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DownloadActionResult
1652
+ # message - SOAP::SOAPString
1653
+ # processingFinished - SOAP::SOAPBoolean
1654
+ # repositoryItem - Glexchange::Pdws::RepositoryItem
1655
+ class DownloadActionResult
1656
+ attr_accessor :message
1657
+ attr_accessor :processingFinished
1658
+ attr_accessor :repositoryItem
1659
+
1660
+ def initialize(message = nil, processingFinished = nil, repositoryItem = nil)
1661
+ @message = message
1662
+ @processingFinished = processingFinished
1663
+ @repositoryItem = repositoryItem
1664
+ end
1665
+ end
1666
+
1667
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}UploadActionResult
1668
+ # messages - SOAP::SOAPString
1669
+ # processingFinished - SOAP::SOAPBoolean
1670
+ class UploadActionResult
1671
+ attr_accessor :messages
1672
+ attr_accessor :processingFinished
1673
+
1674
+ def initialize(messages = [], processingFinished = nil)
1675
+ @messages = messages
1676
+ @processingFinished = processingFinished
1677
+ end
1678
+ end
1679
+
1680
+ # {http://dto.model.projectdirector.gs4tr.org/xsd}DownloadCollateralResult
1681
+ # errorMessages - SOAP::SOAPString
1682
+ # processingFinished - SOAP::SOAPBoolean
1683
+ # repositoryItem - Glexchange::Pdws::RepositoryItem
1684
+ class DownloadCollateralResult
1685
+ attr_accessor :errorMessages
1686
+ attr_accessor :processingFinished
1687
+ attr_accessor :repositoryItem
1688
+
1689
+ def initialize(errorMessages = [], processingFinished = nil, repositoryItem = nil)
1690
+ @errorMessages = errorMessages
1691
+ @processingFinished = processingFinished
1692
+ @repositoryItem = repositoryItem
1693
+ end
1694
+ end
1695
+
1696
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}checkDownloadAction
1697
+ # workflowRequestTicket - Glexchange::Pdws::WorkflowRequestTicket
1698
+ class CheckDownloadAction
1699
+ attr_accessor :workflowRequestTicket
1700
+
1701
+ def initialize(workflowRequestTicket = nil)
1702
+ @workflowRequestTicket = workflowRequestTicket
1703
+ end
1704
+ end
1705
+
1706
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}checkDownloadActionResponse
1707
+ # m_return - Glexchange::Pdws::DownloadActionResult
1708
+ class CheckDownloadActionResponse
1709
+ def m_return
1710
+ @v_return
1711
+ end
1712
+
1713
+ def m_return=(value)
1714
+ @v_return = value
1715
+ end
1716
+
1717
+ def initialize(v_return = nil)
1718
+ @v_return = v_return
1719
+ end
1720
+ end
1721
+
1722
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}checkUploadAction
1723
+ # workflowRequestTicket - Glexchange::Pdws::WorkflowRequestTicket
1724
+ class CheckUploadAction
1725
+ attr_accessor :workflowRequestTicket
1726
+
1727
+ def initialize(workflowRequestTicket = nil)
1728
+ @workflowRequestTicket = workflowRequestTicket
1729
+ end
1730
+ end
1731
+
1732
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}checkUploadActionResponse
1733
+ # m_return - Glexchange::Pdws::UploadActionResult
1734
+ class CheckUploadActionResponse
1735
+ def m_return
1736
+ @v_return
1737
+ end
1738
+
1739
+ def m_return=(value)
1740
+ @v_return = value
1741
+ end
1742
+
1743
+ def initialize(v_return = nil)
1744
+ @v_return = v_return
1745
+ end
1746
+ end
1747
+
1748
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}claim
1749
+ # workflowRequest - Glexchange::Pdws::WorkflowRequest
1750
+ class Claim
1751
+ attr_accessor :workflowRequest
1752
+
1753
+ def initialize(workflowRequest = nil)
1754
+ @workflowRequest = workflowRequest
1755
+ end
1756
+ end
1757
+
1758
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}claimResponse
1759
+ # m_return - SOAP::SOAPString
1760
+ class ClaimResponse
1761
+ def m_return
1762
+ @v_return
1763
+ end
1764
+
1765
+ def m_return=(value)
1766
+ @v_return = value
1767
+ end
1768
+
1769
+ def initialize(v_return = nil)
1770
+ @v_return = v_return
1771
+ end
1772
+ end
1773
+
1774
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}download
1775
+ # workflowRequest - Glexchange::Pdws::WorkflowRequest
1776
+ class Download
1777
+ attr_accessor :workflowRequest
1778
+
1779
+ def initialize(workflowRequest = nil)
1780
+ @workflowRequest = workflowRequest
1781
+ end
1782
+ end
1783
+
1784
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}downloadResponse
1785
+ # m_return - Glexchange::Pdws::WorkflowRequestTicket
1786
+ class DownloadResponse
1787
+ def m_return
1788
+ @v_return
1789
+ end
1790
+
1791
+ def m_return=(value)
1792
+ @v_return = value
1793
+ end
1794
+
1795
+ def initialize(v_return = nil)
1796
+ @v_return = v_return
1797
+ end
1798
+ end
1799
+
1800
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}downloadPreview
1801
+ # workflowRequest - Glexchange::Pdws::WorkflowRequest
1802
+ class DownloadPreview
1803
+ attr_accessor :workflowRequest
1804
+
1805
+ def initialize(workflowRequest = nil)
1806
+ @workflowRequest = workflowRequest
1807
+ end
1808
+ end
1809
+
1810
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}downloadPreviewResponse
1811
+ # m_return - Glexchange::Pdws::WorkflowRequestTicket
1812
+ class DownloadPreviewResponse
1813
+ def m_return
1814
+ @v_return
1815
+ end
1816
+
1817
+ def m_return=(value)
1818
+ @v_return = value
1819
+ end
1820
+
1821
+ def initialize(v_return = nil)
1822
+ @v_return = v_return
1823
+ end
1824
+ end
1825
+
1826
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}findAvailableWorkflowInfosForClaim
1827
+ # limit - SOAP::SOAPInt
1828
+ class FindAvailableWorkflowInfosForClaim
1829
+ attr_accessor :limit
1830
+
1831
+ def initialize(limit = nil)
1832
+ @limit = limit
1833
+ end
1834
+ end
1835
+
1836
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}findAvailableWorkflowInfosForClaimResponse
1837
+ class FindAvailableWorkflowInfosForClaimResponse < ::Array
1838
+ end
1839
+
1840
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}findAvailableWorkflowInfosForDownload
1841
+ # limit - SOAP::SOAPInt
1842
+ class FindAvailableWorkflowInfosForDownload
1843
+ attr_accessor :limit
1844
+
1845
+ def initialize(limit = nil)
1846
+ @limit = limit
1847
+ end
1848
+ end
1849
+
1850
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}findAvailableWorkflowInfosForDownloadResponse
1851
+ class FindAvailableWorkflowInfosForDownloadResponse < ::Array
1852
+ end
1853
+
1854
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}findAvailableWorkflowInfosForDownloadBySubmissionTickets
1855
+ class FindAvailableWorkflowInfosForDownloadBySubmissionTickets < ::Array
1856
+ end
1857
+
1858
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}findAvailableWorkflowInfosForDownloadBySubmissionTicketsResponse
1859
+ class FindAvailableWorkflowInfosForDownloadBySubmissionTicketsResponse < ::Array
1860
+ end
1861
+
1862
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}upload
1863
+ # resourceInfo - Glexchange::Pdws::ResourceInfo
1864
+ # data - Glexchange::Pdws::Base64Binary
1865
+ class Upload
1866
+ attr_accessor :resourceInfo
1867
+ attr_accessor :data
1868
+
1869
+ def initialize(resourceInfo = nil, data = nil)
1870
+ @resourceInfo = resourceInfo
1871
+ @data = data
1872
+ end
1873
+ end
1874
+
1875
+ # {http://impl.services.service.ws.projectdirector.gs4tr.org}uploadResponse
1876
+ # m_return - Glexchange::Pdws::WorkflowRequestTicket
1877
+ class UploadResponse
1878
+ def m_return
1879
+ @v_return
1880
+ end
1881
+
1882
+ def m_return=(value)
1883
+ @v_return = value
1884
+ end
1885
+
1886
+ def initialize(v_return = nil)
1887
+ @v_return = v_return
1888
+ end
1889
+ end
1890
+
1891
+
1892
+ end; end