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