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