glexchange 2.1.0 → 4.18.0

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