glexchange 4.18.2 → 5.0.0

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