comparison WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/clientGenerator/wublast/wublast_services_types.py @ 0:049760c677de default tip

Galaxy WSExtensions added successfully
author uga-galaxy-group
date Tue, 05 Jul 2011 19:34:18 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:049760c677de
1 ##################################################
2 # wublast_services_types.py
3 # generated by ZSI.generate.wsdl2python
4 ##################################################
5
6
7 import ZSI
8 import ZSI.TCcompound
9 from ZSI.schema import LocalElementDeclaration, ElementDeclaration, TypeDefinition, GTD, GED
10
11 ##############################
12 # targetNamespace
13 # http://soap.jdispatcher.ebi.ac.uk
14 ##############################
15
16 class ns0:
17 targetNamespace = "http://soap.jdispatcher.ebi.ac.uk"
18
19 class InputParameters_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
20 schema = "http://soap.jdispatcher.ebi.ac.uk"
21 type = (schema, "InputParameters")
22 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
23 ns = ns0.InputParameters_Def.schema
24 TClist = [ZSI.TC.String(pname="program", aname="_program", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="exp", aname="_exp", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TCnumbers.Iint(pname="alignments", aname="_alignments", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TCnumbers.Iint(pname="scores", aname="_scores", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TCnumbers.Iint(pname="align", aname="_align", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="matrix", aname="_matrix", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="stats", aname="_stats", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="sensitivity", aname="_sensitivity", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="topcombon", aname="_topcombon", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.Boolean(pname="viewfilter", aname="_viewfilter", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="filter", aname="_filter", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="strand", aname="_strand", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="sort", aname="_sort", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="stype", aname="_stype", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="sequence", aname="_sequence", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","ArrayOfString",lazy=False)(pname="database", aname="_database", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
25 self.attribute_typecode_dict = attributes or {}
26 if extend: TClist += ofwhat
27 if restrict: TClist = ofwhat
28 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
29 class Holder:
30 typecode = self
31 def __init__(self):
32 # pyclass
33 self._program = None
34 self._exp = None
35 self._alignments = None
36 self._scores = None
37 self._align = None
38 self._matrix = None
39 self._stats = None
40 self._sensitivity = None
41 self._topcombon = None
42 self._viewfilter = None
43 self._filter = None
44 self._strand = None
45 self._sort = None
46 self._stype = None
47 self._sequence = None
48 self._database = None
49 return
50 Holder.__name__ = "InputParameters_Holder"
51 self.pyclass = Holder
52
53 class ArrayOfString_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
54 schema = "http://soap.jdispatcher.ebi.ac.uk"
55 type = (schema, "ArrayOfString")
56 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
57 ns = ns0.ArrayOfString_Def.schema
58 TClist = [ZSI.TC.String(pname="string", aname="_string", minOccurs=0, maxOccurs="unbounded", nillable=True, typed=False, encoded=kw.get("encoded"))]
59 self.attribute_typecode_dict = attributes or {}
60 if extend: TClist += ofwhat
61 if restrict: TClist = ofwhat
62 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
63 class Holder:
64 typecode = self
65 def __init__(self):
66 # pyclass
67 self._string = []
68 return
69 Holder.__name__ = "ArrayOfString_Holder"
70 self.pyclass = Holder
71
72 class wsResultTypes_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
73 schema = "http://soap.jdispatcher.ebi.ac.uk"
74 type = (schema, "wsResultTypes")
75 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
76 ns = ns0.wsResultTypes_Def.schema
77 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsResultType",lazy=False)(pname="type", aname="_type", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
78 self.attribute_typecode_dict = attributes or {}
79 if extend: TClist += ofwhat
80 if restrict: TClist = ofwhat
81 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
82 class Holder:
83 typecode = self
84 def __init__(self):
85 # pyclass
86 self._type = []
87 return
88 Holder.__name__ = "wsResultTypes_Holder"
89 self.pyclass = Holder
90
91 class wsResultType_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
92 schema = "http://soap.jdispatcher.ebi.ac.uk"
93 type = (schema, "wsResultType")
94 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
95 ns = ns0.wsResultType_Def.schema
96 TClist = [ZSI.TC.String(pname="description", aname="_description", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="fileSuffix", aname="_fileSuffix", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="identifier", aname="_identifier", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="label", aname="_label", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="mediaType", aname="_mediaType", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
97 self.attribute_typecode_dict = attributes or {}
98 if extend: TClist += ofwhat
99 if restrict: TClist = ofwhat
100 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
101 class Holder:
102 typecode = self
103 def __init__(self):
104 # pyclass
105 self._description = None
106 self._fileSuffix = None
107 self._identifier = None
108 self._label = None
109 self._mediaType = None
110 return
111 Holder.__name__ = "wsResultType_Holder"
112 self.pyclass = Holder
113
114 class wsRawOutputParameters_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
115 schema = "http://soap.jdispatcher.ebi.ac.uk"
116 type = (schema, "wsRawOutputParameters")
117 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
118 ns = ns0.wsRawOutputParameters_Def.schema
119 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsRawOutputParameter",lazy=False)(pname="parameter", aname="_parameter", minOccurs=1, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
120 self.attribute_typecode_dict = attributes or {}
121 if extend: TClist += ofwhat
122 if restrict: TClist = ofwhat
123 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
124 class Holder:
125 typecode = self
126 def __init__(self):
127 # pyclass
128 self._parameter = []
129 return
130 Holder.__name__ = "wsRawOutputParameters_Holder"
131 self.pyclass = Holder
132
133 class wsRawOutputParameter_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
134 schema = "http://soap.jdispatcher.ebi.ac.uk"
135 type = (schema, "wsRawOutputParameter")
136 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
137 ns = ns0.wsRawOutputParameter_Def.schema
138 TClist = [ZSI.TC.String(pname="name", aname="_name", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","ArrayOfString",lazy=False)(pname="value", aname="_value", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
139 self.attribute_typecode_dict = attributes or {}
140 if extend: TClist += ofwhat
141 if restrict: TClist = ofwhat
142 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
143 class Holder:
144 typecode = self
145 def __init__(self):
146 # pyclass
147 self._name = None
148 self._value = None
149 return
150 Holder.__name__ = "wsRawOutputParameter_Holder"
151 self.pyclass = Holder
152
153 class wsParameters_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
154 schema = "http://soap.jdispatcher.ebi.ac.uk"
155 type = (schema, "wsParameters")
156 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
157 ns = ns0.wsParameters_Def.schema
158 TClist = [ZSI.TC.String(pname="id", aname="_id", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
159 self.attribute_typecode_dict = attributes or {}
160 if extend: TClist += ofwhat
161 if restrict: TClist = ofwhat
162 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
163 class Holder:
164 typecode = self
165 def __init__(self):
166 # pyclass
167 self._id = []
168 return
169 Holder.__name__ = "wsParameters_Holder"
170 self.pyclass = Holder
171
172 class wsParameterDetails_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
173 schema = "http://soap.jdispatcher.ebi.ac.uk"
174 type = (schema, "wsParameterDetails")
175 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
176 ns = ns0.wsParameterDetails_Def.schema
177 TClist = [ZSI.TC.String(pname="name", aname="_name", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="description", aname="_description", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="type", aname="_type", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameterValues",lazy=False)(pname="values", aname="_values", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
178 self.attribute_typecode_dict = attributes or {}
179 if extend: TClist += ofwhat
180 if restrict: TClist = ofwhat
181 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
182 class Holder:
183 typecode = self
184 def __init__(self):
185 # pyclass
186 self._name = None
187 self._description = None
188 self._type = None
189 self._values = None
190 return
191 Holder.__name__ = "wsParameterDetails_Holder"
192 self.pyclass = Holder
193
194 class wsParameterValues_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
195 schema = "http://soap.jdispatcher.ebi.ac.uk"
196 type = (schema, "wsParameterValues")
197 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
198 ns = ns0.wsParameterValues_Def.schema
199 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameterValue",lazy=False)(pname="value", aname="_value", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
200 self.attribute_typecode_dict = attributes or {}
201 if extend: TClist += ofwhat
202 if restrict: TClist = ofwhat
203 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
204 class Holder:
205 typecode = self
206 def __init__(self):
207 # pyclass
208 self._value = []
209 return
210 Holder.__name__ = "wsParameterValues_Holder"
211 self.pyclass = Holder
212
213 class wsParameterValue_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
214 schema = "http://soap.jdispatcher.ebi.ac.uk"
215 type = (schema, "wsParameterValue")
216 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
217 ns = ns0.wsParameterValue_Def.schema
218 TClist = [ZSI.TC.String(pname="label", aname="_label", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="value", aname="_value", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.Boolean(pname="defaultValue", aname="_defaultValue", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","wsProperties",lazy=False)(pname="properties", aname="_properties", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
219 self.attribute_typecode_dict = attributes or {}
220 if extend: TClist += ofwhat
221 if restrict: TClist = ofwhat
222 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
223 class Holder:
224 typecode = self
225 def __init__(self):
226 # pyclass
227 self._label = None
228 self._value = None
229 self._defaultValue = None
230 self._properties = None
231 return
232 Holder.__name__ = "wsParameterValue_Holder"
233 self.pyclass = Holder
234
235 class wsProperties_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
236 schema = "http://soap.jdispatcher.ebi.ac.uk"
237 type = (schema, "wsProperties")
238 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
239 ns = ns0.wsProperties_Def.schema
240 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsProperty",lazy=False)(pname="property", aname="_property", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
241 self.attribute_typecode_dict = attributes or {}
242 if extend: TClist += ofwhat
243 if restrict: TClist = ofwhat
244 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
245 class Holder:
246 typecode = self
247 def __init__(self):
248 # pyclass
249 self._property = []
250 return
251 Holder.__name__ = "wsProperties_Holder"
252 self.pyclass = Holder
253
254 class wsProperty_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
255 schema = "http://soap.jdispatcher.ebi.ac.uk"
256 type = (schema, "wsProperty")
257 def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
258 ns = ns0.wsProperty_Def.schema
259 TClist = [ZSI.TC.String(pname="key", aname="_key", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="value", aname="_value", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
260 self.attribute_typecode_dict = attributes or {}
261 if extend: TClist += ofwhat
262 if restrict: TClist = ofwhat
263 ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
264 class Holder:
265 typecode = self
266 def __init__(self):
267 # pyclass
268 self._key = None
269 self._value = None
270 return
271 Holder.__name__ = "wsProperty_Holder"
272 self.pyclass = Holder
273
274 class run_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
275 literal = "run"
276 schema = "http://soap.jdispatcher.ebi.ac.uk"
277 def __init__(self, **kw):
278 ns = ns0.run_Dec.schema
279 TClist = [ZSI.TC.String(pname="email", aname="_email", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="title", aname="_title", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","InputParameters",lazy=False)(pname="parameters", aname="_parameters", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
280 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","run")
281 kw["aname"] = "_run"
282 self.attribute_typecode_dict = {}
283 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
284 class Holder:
285 typecode = self
286 def __init__(self):
287 # pyclass
288 self._email = None
289 self._title = None
290 self._parameters = None
291 return
292 Holder.__name__ = "run_Holder"
293 self.pyclass = Holder
294
295 class runResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
296 literal = "runResponse"
297 schema = "http://soap.jdispatcher.ebi.ac.uk"
298 def __init__(self, **kw):
299 ns = ns0.runResponse_Dec.schema
300 TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
301 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","runResponse")
302 kw["aname"] = "_runResponse"
303 self.attribute_typecode_dict = {}
304 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
305 class Holder:
306 typecode = self
307 def __init__(self):
308 # pyclass
309 self._jobId = None
310 return
311 Holder.__name__ = "runResponse_Holder"
312 self.pyclass = Holder
313
314 class getStatus_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
315 literal = "getStatus"
316 schema = "http://soap.jdispatcher.ebi.ac.uk"
317 def __init__(self, **kw):
318 ns = ns0.getStatus_Dec.schema
319 TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
320 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getStatus")
321 kw["aname"] = "_getStatus"
322 self.attribute_typecode_dict = {}
323 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
324 class Holder:
325 typecode = self
326 def __init__(self):
327 # pyclass
328 self._jobId = None
329 return
330 Holder.__name__ = "getStatus_Holder"
331 self.pyclass = Holder
332
333 class getStatusResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
334 literal = "getStatusResponse"
335 schema = "http://soap.jdispatcher.ebi.ac.uk"
336 def __init__(self, **kw):
337 ns = ns0.getStatusResponse_Dec.schema
338 TClist = [ZSI.TC.String(pname="status", aname="_status", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
339 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getStatusResponse")
340 kw["aname"] = "_getStatusResponse"
341 self.attribute_typecode_dict = {}
342 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
343 class Holder:
344 typecode = self
345 def __init__(self):
346 # pyclass
347 self._status = None
348 return
349 Holder.__name__ = "getStatusResponse_Holder"
350 self.pyclass = Holder
351
352 class getResultTypes_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
353 literal = "getResultTypes"
354 schema = "http://soap.jdispatcher.ebi.ac.uk"
355 def __init__(self, **kw):
356 ns = ns0.getResultTypes_Dec.schema
357 TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
358 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResultTypes")
359 kw["aname"] = "_getResultTypes"
360 self.attribute_typecode_dict = {}
361 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
362 class Holder:
363 typecode = self
364 def __init__(self):
365 # pyclass
366 self._jobId = None
367 return
368 Holder.__name__ = "getResultTypes_Holder"
369 self.pyclass = Holder
370
371 class getResultTypesResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
372 literal = "getResultTypesResponse"
373 schema = "http://soap.jdispatcher.ebi.ac.uk"
374 def __init__(self, **kw):
375 ns = ns0.getResultTypesResponse_Dec.schema
376 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsResultTypes",lazy=False)(pname="resultTypes", aname="_resultTypes", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
377 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResultTypesResponse")
378 kw["aname"] = "_getResultTypesResponse"
379 self.attribute_typecode_dict = {}
380 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
381 class Holder:
382 typecode = self
383 def __init__(self):
384 # pyclass
385 self._resultTypes = None
386 return
387 Holder.__name__ = "getResultTypesResponse_Holder"
388 self.pyclass = Holder
389
390 class getResult_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
391 literal = "getResult"
392 schema = "http://soap.jdispatcher.ebi.ac.uk"
393 def __init__(self, **kw):
394 ns = ns0.getResult_Dec.schema
395 TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="type", aname="_type", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","wsRawOutputParameters",lazy=False)(pname="parameters", aname="_parameters", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded"))]
396 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResult")
397 kw["aname"] = "_getResult"
398 self.attribute_typecode_dict = {}
399 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
400 class Holder:
401 typecode = self
402 def __init__(self):
403 # pyclass
404 self._jobId = None
405 self._type = None
406 self._parameters = None
407 return
408 Holder.__name__ = "getResult_Holder"
409 self.pyclass = Holder
410
411 class getResultResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
412 literal = "getResultResponse"
413 schema = "http://soap.jdispatcher.ebi.ac.uk"
414 def __init__(self, **kw):
415 ns = ns0.getResultResponse_Dec.schema
416 TClist = [ZSI.TC.Base64String(pname="output", aname="_output", minOccurs=1, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded"))]
417 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResultResponse")
418 kw["aname"] = "_getResultResponse"
419 self.attribute_typecode_dict = {}
420 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
421 class Holder:
422 typecode = self
423 def __init__(self):
424 # pyclass
425 self._output = None
426 return
427 Holder.__name__ = "getResultResponse_Holder"
428 self.pyclass = Holder
429
430 class getParameterDetails_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
431 literal = "getParameterDetails"
432 schema = "http://soap.jdispatcher.ebi.ac.uk"
433 def __init__(self, **kw):
434 ns = ns0.getParameterDetails_Dec.schema
435 TClist = [ZSI.TC.String(pname="parameterId", aname="_parameterId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
436 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParameterDetails")
437 kw["aname"] = "_getParameterDetails"
438 self.attribute_typecode_dict = {}
439 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
440 class Holder:
441 typecode = self
442 def __init__(self):
443 # pyclass
444 self._parameterId = None
445 return
446 Holder.__name__ = "getParameterDetails_Holder"
447 self.pyclass = Holder
448
449 class getParameterDetailsResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
450 literal = "getParameterDetailsResponse"
451 schema = "http://soap.jdispatcher.ebi.ac.uk"
452 def __init__(self, **kw):
453 ns = ns0.getParameterDetailsResponse_Dec.schema
454 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameterDetails",lazy=False)(pname="parameterDetails", aname="_parameterDetails", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
455 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParameterDetailsResponse")
456 kw["aname"] = "_getParameterDetailsResponse"
457 self.attribute_typecode_dict = {}
458 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
459 class Holder:
460 typecode = self
461 def __init__(self):
462 # pyclass
463 self._parameterDetails = None
464 return
465 Holder.__name__ = "getParameterDetailsResponse_Holder"
466 self.pyclass = Holder
467
468 class getParameters_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
469 literal = "getParameters"
470 schema = "http://soap.jdispatcher.ebi.ac.uk"
471 def __init__(self, **kw):
472 ns = ns0.getParameters_Dec.schema
473 TClist = []
474 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParameters")
475 kw["aname"] = "_getParameters"
476 self.attribute_typecode_dict = {}
477 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
478 class Holder:
479 typecode = self
480 def __init__(self):
481 # pyclass
482 return
483 Holder.__name__ = "getParameters_Holder"
484 self.pyclass = Holder
485
486 class getParametersResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
487 literal = "getParametersResponse"
488 schema = "http://soap.jdispatcher.ebi.ac.uk"
489 def __init__(self, **kw):
490 ns = ns0.getParametersResponse_Dec.schema
491 TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameters",lazy=False)(pname="parameters", aname="_parameters", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
492 kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParametersResponse")
493 kw["aname"] = "_getParametersResponse"
494 self.attribute_typecode_dict = {}
495 ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
496 class Holder:
497 typecode = self
498 def __init__(self):
499 # pyclass
500 self._parameters = None
501 return
502 Holder.__name__ = "getParametersResponse_Holder"
503 self.pyclass = Holder
504
505 # end class ns0 (tns: http://soap.jdispatcher.ebi.ac.uk)