comparison WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/clientGenerator/KEGG/KEGG_v6_2_services.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 # KEGG_v6_2_services.py
3 # generated by ZSI.generate.wsdl2python
4 ##################################################
5
6
7 from KEGG_v6_2_services_types import *
8 import urlparse, types
9 from ZSI.TCcompound import ComplexType, Struct
10 from ZSI import client
11 import ZSI
12
13 # Locator
14 class KEGGLocator:
15 KEGGPortType_address = "http://soap.genome.jp/keggapi/request_v6.2.cgi"
16 def getKEGGPortTypeAddress(self):
17 return KEGGLocator.KEGGPortType_address
18 def getKEGGPortType(self, url=None, **kw):
19 return KEGGBindingSOAP(url or KEGGLocator.KEGGPortType_address, **kw)
20
21 # Methods
22 class KEGGBindingSOAP:
23 def __init__(self, url, **kw):
24 kw.setdefault("readerclass", None)
25 kw.setdefault("writerclass", None)
26 # no resource properties
27 self.binding = client.Binding(url=url, **kw)
28 # no ws-addressing
29
30 # op: list_databases
31 def list_databases(self, request):
32 if isinstance(request, list_databasesRequest) is False:
33 raise TypeError, "%s incorrect request type" % (request.__class__)
34 kw = {}
35 # no input wsaction
36 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#list_databases", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
37 # no output wsaction
38 typecode = Struct(pname=None, ofwhat=list_databasesResponse.typecode.ofwhat, pyclass=list_databasesResponse.typecode.pyclass)
39 response = self.binding.Receive(typecode)
40 return response
41
42 # op: list_organisms
43 def list_organisms(self, request):
44 if isinstance(request, list_organismsRequest) is False:
45 raise TypeError, "%s incorrect request type" % (request.__class__)
46 kw = {}
47 # no input wsaction
48 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#list_organisms", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
49 # no output wsaction
50 typecode = Struct(pname=None, ofwhat=list_organismsResponse.typecode.ofwhat, pyclass=list_organismsResponse.typecode.pyclass)
51 response = self.binding.Receive(typecode)
52 return response
53
54 # op: list_pathways
55 def list_pathways(self, request):
56 if isinstance(request, list_pathwaysRequest) is False:
57 raise TypeError, "%s incorrect request type" % (request.__class__)
58 kw = {}
59 # no input wsaction
60 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#list_pathways", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
61 # no output wsaction
62 typecode = Struct(pname=None, ofwhat=list_pathwaysResponse.typecode.ofwhat, pyclass=list_pathwaysResponse.typecode.pyclass)
63 response = self.binding.Receive(typecode)
64 return response
65
66 # op: list_ko_classes
67 def list_ko_classes(self, request):
68 if isinstance(request, list_ko_classesRequest) is False:
69 raise TypeError, "%s incorrect request type" % (request.__class__)
70 kw = {}
71 # no input wsaction
72 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#list_ko_classes", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
73 # no output wsaction
74 typecode = Struct(pname=None, ofwhat=list_ko_classesResponse.typecode.ofwhat, pyclass=list_ko_classesResponse.typecode.pyclass)
75 response = self.binding.Receive(typecode)
76 return response
77
78 # op: binfo
79 def binfo(self, request):
80 if isinstance(request, binfoRequest) is False:
81 raise TypeError, "%s incorrect request type" % (request.__class__)
82 kw = {}
83 # no input wsaction
84 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#binfo", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
85 # no output wsaction
86 typecode = Struct(pname=None, ofwhat=binfoResponse.typecode.ofwhat, pyclass=binfoResponse.typecode.pyclass)
87 response = self.binding.Receive(typecode)
88 return response
89
90 # op: bget
91 def bget(self, request):
92 if isinstance(request, bgetRequest) is False:
93 raise TypeError, "%s incorrect request type" % (request.__class__)
94 kw = {}
95 # no input wsaction
96 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#bget", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
97 # no output wsaction
98 typecode = Struct(pname=None, ofwhat=bgetResponse.typecode.ofwhat, pyclass=bgetResponse.typecode.pyclass)
99 response = self.binding.Receive(typecode)
100 return response
101
102 # op: bfind
103 def bfind(self, request):
104 if isinstance(request, bfindRequest) is False:
105 raise TypeError, "%s incorrect request type" % (request.__class__)
106 kw = {}
107 # no input wsaction
108 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#bfind", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
109 # no output wsaction
110 typecode = Struct(pname=None, ofwhat=bfindResponse.typecode.ofwhat, pyclass=bfindResponse.typecode.pyclass)
111 response = self.binding.Receive(typecode)
112 return response
113
114 # op: btit
115 def btit(self, request):
116 if isinstance(request, btitRequest) is False:
117 raise TypeError, "%s incorrect request type" % (request.__class__)
118 kw = {}
119 # no input wsaction
120 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#btit", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
121 # no output wsaction
122 typecode = Struct(pname=None, ofwhat=btitResponse.typecode.ofwhat, pyclass=btitResponse.typecode.pyclass)
123 response = self.binding.Receive(typecode)
124 return response
125
126 # op: bconv
127 def bconv(self, request):
128 if isinstance(request, bconvRequest) is False:
129 raise TypeError, "%s incorrect request type" % (request.__class__)
130 kw = {}
131 # no input wsaction
132 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#bconv", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
133 # no output wsaction
134 typecode = Struct(pname=None, ofwhat=bconvResponse.typecode.ofwhat, pyclass=bconvResponse.typecode.pyclass)
135 response = self.binding.Receive(typecode)
136 return response
137
138 # op: get_linkdb_by_entry
139 def get_linkdb_by_entry(self, request):
140 if isinstance(request, get_linkdb_by_entryRequest) is False:
141 raise TypeError, "%s incorrect request type" % (request.__class__)
142 kw = {}
143 # no input wsaction
144 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_linkdb_by_entry", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
145 # no output wsaction
146 typecode = Struct(pname=None, ofwhat=get_linkdb_by_entryResponse.typecode.ofwhat, pyclass=get_linkdb_by_entryResponse.typecode.pyclass)
147 response = self.binding.Receive(typecode)
148 return response
149
150 # op: get_best_neighbors_by_gene
151 def get_best_neighbors_by_gene(self, request):
152 if isinstance(request, get_best_neighbors_by_geneRequest) is False:
153 raise TypeError, "%s incorrect request type" % (request.__class__)
154 kw = {}
155 # no input wsaction
156 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_best_neighbors_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
157 # no output wsaction
158 typecode = Struct(pname=None, ofwhat=get_best_neighbors_by_geneResponse.typecode.ofwhat, pyclass=get_best_neighbors_by_geneResponse.typecode.pyclass)
159 response = self.binding.Receive(typecode)
160 return response
161
162 # op: get_best_best_neighbors_by_gene
163 def get_best_best_neighbors_by_gene(self, request):
164 if isinstance(request, get_best_best_neighbors_by_geneRequest) is False:
165 raise TypeError, "%s incorrect request type" % (request.__class__)
166 kw = {}
167 # no input wsaction
168 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_best_best_neighbors_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
169 # no output wsaction
170 typecode = Struct(pname=None, ofwhat=get_best_best_neighbors_by_geneResponse.typecode.ofwhat, pyclass=get_best_best_neighbors_by_geneResponse.typecode.pyclass)
171 response = self.binding.Receive(typecode)
172 return response
173
174 # op: get_reverse_best_neighbors_by_gene
175 def get_reverse_best_neighbors_by_gene(self, request):
176 if isinstance(request, get_reverse_best_neighbors_by_geneRequest) is False:
177 raise TypeError, "%s incorrect request type" % (request.__class__)
178 kw = {}
179 # no input wsaction
180 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_reverse_best_neighbors_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
181 # no output wsaction
182 typecode = Struct(pname=None, ofwhat=get_reverse_best_neighbors_by_geneResponse.typecode.ofwhat, pyclass=get_reverse_best_neighbors_by_geneResponse.typecode.pyclass)
183 response = self.binding.Receive(typecode)
184 return response
185
186 # op: get_paralogs_by_gene
187 def get_paralogs_by_gene(self, request):
188 if isinstance(request, get_paralogs_by_geneRequest) is False:
189 raise TypeError, "%s incorrect request type" % (request.__class__)
190 kw = {}
191 # no input wsaction
192 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_paralogs_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
193 # no output wsaction
194 typecode = Struct(pname=None, ofwhat=get_paralogs_by_geneResponse.typecode.ofwhat, pyclass=get_paralogs_by_geneResponse.typecode.pyclass)
195 response = self.binding.Receive(typecode)
196 return response
197
198 # op: get_motifs_by_gene
199 def get_motifs_by_gene(self, request):
200 if isinstance(request, get_motifs_by_geneRequest) is False:
201 raise TypeError, "%s incorrect request type" % (request.__class__)
202 kw = {}
203 # no input wsaction
204 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_motifs_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
205 # no output wsaction
206 typecode = Struct(pname=None, ofwhat=get_motifs_by_geneResponse.typecode.ofwhat, pyclass=get_motifs_by_geneResponse.typecode.pyclass)
207 response = self.binding.Receive(typecode)
208 return response
209
210 # op: get_genes_by_motifs
211 def get_genes_by_motifs(self, request):
212 if isinstance(request, get_genes_by_motifsRequest) is False:
213 raise TypeError, "%s incorrect request type" % (request.__class__)
214 kw = {}
215 # no input wsaction
216 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_genes_by_motifs", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
217 # no output wsaction
218 typecode = Struct(pname=None, ofwhat=get_genes_by_motifsResponse.typecode.ofwhat, pyclass=get_genes_by_motifsResponse.typecode.pyclass)
219 response = self.binding.Receive(typecode)
220 return response
221
222 # op: get_ko_by_gene
223 def get_ko_by_gene(self, request):
224 if isinstance(request, get_ko_by_geneRequest) is False:
225 raise TypeError, "%s incorrect request type" % (request.__class__)
226 kw = {}
227 # no input wsaction
228 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_ko_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
229 # no output wsaction
230 typecode = Struct(pname=None, ofwhat=get_ko_by_geneResponse.typecode.ofwhat, pyclass=get_ko_by_geneResponse.typecode.pyclass)
231 response = self.binding.Receive(typecode)
232 return response
233
234 # op: get_ko_by_ko_class
235 def get_ko_by_ko_class(self, request):
236 if isinstance(request, get_ko_by_ko_classRequest) is False:
237 raise TypeError, "%s incorrect request type" % (request.__class__)
238 kw = {}
239 # no input wsaction
240 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_ko_by_ko_class", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
241 # no output wsaction
242 typecode = Struct(pname=None, ofwhat=get_ko_by_ko_classResponse.typecode.ofwhat, pyclass=get_ko_by_ko_classResponse.typecode.pyclass)
243 response = self.binding.Receive(typecode)
244 return response
245
246 # op: get_genes_by_ko
247 def get_genes_by_ko(self, request):
248 if isinstance(request, get_genes_by_koRequest) is False:
249 raise TypeError, "%s incorrect request type" % (request.__class__)
250 kw = {}
251 # no input wsaction
252 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_genes_by_ko", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
253 # no output wsaction
254 typecode = Struct(pname=None, ofwhat=get_genes_by_koResponse.typecode.ofwhat, pyclass=get_genes_by_koResponse.typecode.pyclass)
255 response = self.binding.Receive(typecode)
256 return response
257
258 # op: get_genes_by_ko_class
259 def get_genes_by_ko_class(self, request):
260 if isinstance(request, get_genes_by_ko_classRequest) is False:
261 raise TypeError, "%s incorrect request type" % (request.__class__)
262 kw = {}
263 # no input wsaction
264 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_genes_by_ko_class", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
265 # no output wsaction
266 typecode = Struct(pname=None, ofwhat=get_genes_by_ko_classResponse.typecode.ofwhat, pyclass=get_genes_by_ko_classResponse.typecode.pyclass)
267 response = self.binding.Receive(typecode)
268 return response
269
270 # op: get_elements_by_pathway
271 def get_elements_by_pathway(self, request):
272 if isinstance(request, get_elements_by_pathwayRequest) is False:
273 raise TypeError, "%s incorrect request type" % (request.__class__)
274 kw = {}
275 # no input wsaction
276 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_elements_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
277 # no output wsaction
278 typecode = Struct(pname=None, ofwhat=get_elements_by_pathwayResponse.typecode.ofwhat, pyclass=get_elements_by_pathwayResponse.typecode.pyclass)
279 response = self.binding.Receive(typecode)
280 return response
281
282 # op: get_element_relations_by_pathway
283 def get_element_relations_by_pathway(self, request):
284 if isinstance(request, get_element_relations_by_pathwayRequest) is False:
285 raise TypeError, "%s incorrect request type" % (request.__class__)
286 kw = {}
287 # no input wsaction
288 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_element_relations_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
289 # no output wsaction
290 typecode = Struct(pname=None, ofwhat=get_element_relations_by_pathwayResponse.typecode.ofwhat, pyclass=get_element_relations_by_pathwayResponse.typecode.pyclass)
291 response = self.binding.Receive(typecode)
292 return response
293
294 # op: color_pathway_by_elements
295 def color_pathway_by_elements(self, request):
296 if isinstance(request, color_pathway_by_elementsRequest) is False:
297 raise TypeError, "%s incorrect request type" % (request.__class__)
298 kw = {}
299 # no input wsaction
300 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#color_pathway_by_elements", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
301 # no output wsaction
302 typecode = Struct(pname=None, ofwhat=color_pathway_by_elementsResponse.typecode.ofwhat, pyclass=color_pathway_by_elementsResponse.typecode.pyclass)
303 response = self.binding.Receive(typecode)
304 return response
305
306 # op: get_html_of_colored_pathway_by_elements
307 def get_html_of_colored_pathway_by_elements(self, request):
308 if isinstance(request, get_html_of_colored_pathway_by_elementsRequest) is False:
309 raise TypeError, "%s incorrect request type" % (request.__class__)
310 kw = {}
311 # no input wsaction
312 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_html_of_colored_pathway_by_elements", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
313 # no output wsaction
314 typecode = Struct(pname=None, ofwhat=get_html_of_colored_pathway_by_elementsResponse.typecode.ofwhat, pyclass=get_html_of_colored_pathway_by_elementsResponse.typecode.pyclass)
315 response = self.binding.Receive(typecode)
316 return response
317
318 # op: mark_pathway_by_objects
319 def mark_pathway_by_objects(self, request):
320 if isinstance(request, mark_pathway_by_objectsRequest) is False:
321 raise TypeError, "%s incorrect request type" % (request.__class__)
322 kw = {}
323 # no input wsaction
324 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#mark_pathway_by_objects", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
325 # no output wsaction
326 typecode = Struct(pname=None, ofwhat=mark_pathway_by_objectsResponse.typecode.ofwhat, pyclass=mark_pathway_by_objectsResponse.typecode.pyclass)
327 response = self.binding.Receive(typecode)
328 return response
329
330 # op: color_pathway_by_objects
331 def color_pathway_by_objects(self, request):
332 if isinstance(request, color_pathway_by_objectsRequest) is False:
333 raise TypeError, "%s incorrect request type" % (request.__class__)
334 kw = {}
335 # no input wsaction
336 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#color_pathway_by_objects", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
337 # no output wsaction
338 typecode = Struct(pname=None, ofwhat=color_pathway_by_objectsResponse.typecode.ofwhat, pyclass=color_pathway_by_objectsResponse.typecode.pyclass)
339 response = self.binding.Receive(typecode)
340 return response
341
342 # op: get_html_of_marked_pathway_by_objects
343 def get_html_of_marked_pathway_by_objects(self, request):
344 if isinstance(request, get_html_of_marked_pathway_by_objectsRequest) is False:
345 raise TypeError, "%s incorrect request type" % (request.__class__)
346 kw = {}
347 # no input wsaction
348 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_html_of_marked_pathway_by_objects", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
349 # no output wsaction
350 typecode = Struct(pname=None, ofwhat=get_html_of_marked_pathway_by_objectsResponse.typecode.ofwhat, pyclass=get_html_of_marked_pathway_by_objectsResponse.typecode.pyclass)
351 response = self.binding.Receive(typecode)
352 return response
353
354 # op: get_html_of_colored_pathway_by_objects
355 def get_html_of_colored_pathway_by_objects(self, request):
356 if isinstance(request, get_html_of_colored_pathway_by_objectsRequest) is False:
357 raise TypeError, "%s incorrect request type" % (request.__class__)
358 kw = {}
359 # no input wsaction
360 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_html_of_colored_pathway_by_objects", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
361 # no output wsaction
362 typecode = Struct(pname=None, ofwhat=get_html_of_colored_pathway_by_objectsResponse.typecode.ofwhat, pyclass=get_html_of_colored_pathway_by_objectsResponse.typecode.pyclass)
363 response = self.binding.Receive(typecode)
364 return response
365
366 # op: get_genes_by_pathway
367 def get_genes_by_pathway(self, request):
368 if isinstance(request, get_genes_by_pathwayRequest) is False:
369 raise TypeError, "%s incorrect request type" % (request.__class__)
370 kw = {}
371 # no input wsaction
372 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_genes_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
373 # no output wsaction
374 typecode = Struct(pname=None, ofwhat=get_genes_by_pathwayResponse.typecode.ofwhat, pyclass=get_genes_by_pathwayResponse.typecode.pyclass)
375 response = self.binding.Receive(typecode)
376 return response
377
378 # op: get_enzymes_by_pathway
379 def get_enzymes_by_pathway(self, request):
380 if isinstance(request, get_enzymes_by_pathwayRequest) is False:
381 raise TypeError, "%s incorrect request type" % (request.__class__)
382 kw = {}
383 # no input wsaction
384 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_enzymes_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
385 # no output wsaction
386 typecode = Struct(pname=None, ofwhat=get_enzymes_by_pathwayResponse.typecode.ofwhat, pyclass=get_enzymes_by_pathwayResponse.typecode.pyclass)
387 response = self.binding.Receive(typecode)
388 return response
389
390 # op: get_reactions_by_pathway
391 def get_reactions_by_pathway(self, request):
392 if isinstance(request, get_reactions_by_pathwayRequest) is False:
393 raise TypeError, "%s incorrect request type" % (request.__class__)
394 kw = {}
395 # no input wsaction
396 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_reactions_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
397 # no output wsaction
398 typecode = Struct(pname=None, ofwhat=get_reactions_by_pathwayResponse.typecode.ofwhat, pyclass=get_reactions_by_pathwayResponse.typecode.pyclass)
399 response = self.binding.Receive(typecode)
400 return response
401
402 # op: get_pathways_by_genes
403 def get_pathways_by_genes(self, request):
404 if isinstance(request, get_pathways_by_genesRequest) is False:
405 raise TypeError, "%s incorrect request type" % (request.__class__)
406 kw = {}
407 # no input wsaction
408 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_genes", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
409 # no output wsaction
410 typecode = Struct(pname=None, ofwhat=get_pathways_by_genesResponse.typecode.ofwhat, pyclass=get_pathways_by_genesResponse.typecode.pyclass)
411 response = self.binding.Receive(typecode)
412 return response
413
414 # op: get_pathways_by_enzymes
415 def get_pathways_by_enzymes(self, request):
416 if isinstance(request, get_pathways_by_enzymesRequest) is False:
417 raise TypeError, "%s incorrect request type" % (request.__class__)
418 kw = {}
419 # no input wsaction
420 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_enzymes", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
421 # no output wsaction
422 typecode = Struct(pname=None, ofwhat=get_pathways_by_enzymesResponse.typecode.ofwhat, pyclass=get_pathways_by_enzymesResponse.typecode.pyclass)
423 response = self.binding.Receive(typecode)
424 return response
425
426 # op: get_pathways_by_reactions
427 def get_pathways_by_reactions(self, request):
428 if isinstance(request, get_pathways_by_reactionsRequest) is False:
429 raise TypeError, "%s incorrect request type" % (request.__class__)
430 kw = {}
431 # no input wsaction
432 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_reactions", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
433 # no output wsaction
434 typecode = Struct(pname=None, ofwhat=get_pathways_by_reactionsResponse.typecode.ofwhat, pyclass=get_pathways_by_reactionsResponse.typecode.pyclass)
435 response = self.binding.Receive(typecode)
436 return response
437
438 # op: get_linked_pathways
439 def get_linked_pathways(self, request):
440 if isinstance(request, get_linked_pathwaysRequest) is False:
441 raise TypeError, "%s incorrect request type" % (request.__class__)
442 kw = {}
443 # no input wsaction
444 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_linked_pathways", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
445 # no output wsaction
446 typecode = Struct(pname=None, ofwhat=get_linked_pathwaysResponse.typecode.ofwhat, pyclass=get_linked_pathwaysResponse.typecode.pyclass)
447 response = self.binding.Receive(typecode)
448 return response
449
450 # op: get_genes_by_enzyme
451 def get_genes_by_enzyme(self, request):
452 if isinstance(request, get_genes_by_enzymeRequest) is False:
453 raise TypeError, "%s incorrect request type" % (request.__class__)
454 kw = {}
455 # no input wsaction
456 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_genes_by_enzyme", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
457 # no output wsaction
458 typecode = Struct(pname=None, ofwhat=get_genes_by_enzymeResponse.typecode.ofwhat, pyclass=get_genes_by_enzymeResponse.typecode.pyclass)
459 response = self.binding.Receive(typecode)
460 return response
461
462 # op: get_enzymes_by_gene
463 def get_enzymes_by_gene(self, request):
464 if isinstance(request, get_enzymes_by_geneRequest) is False:
465 raise TypeError, "%s incorrect request type" % (request.__class__)
466 kw = {}
467 # no input wsaction
468 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_enzymes_by_gene", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
469 # no output wsaction
470 typecode = Struct(pname=None, ofwhat=get_enzymes_by_geneResponse.typecode.ofwhat, pyclass=get_enzymes_by_geneResponse.typecode.pyclass)
471 response = self.binding.Receive(typecode)
472 return response
473
474 # op: get_enzymes_by_reaction
475 def get_enzymes_by_reaction(self, request):
476 if isinstance(request, get_enzymes_by_reactionRequest) is False:
477 raise TypeError, "%s incorrect request type" % (request.__class__)
478 kw = {}
479 # no input wsaction
480 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_enzymes_by_reaction", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
481 # no output wsaction
482 typecode = Struct(pname=None, ofwhat=get_enzymes_by_reactionResponse.typecode.ofwhat, pyclass=get_enzymes_by_reactionResponse.typecode.pyclass)
483 response = self.binding.Receive(typecode)
484 return response
485
486 # op: get_reactions_by_enzyme
487 def get_reactions_by_enzyme(self, request):
488 if isinstance(request, get_reactions_by_enzymeRequest) is False:
489 raise TypeError, "%s incorrect request type" % (request.__class__)
490 kw = {}
491 # no input wsaction
492 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_reactions_by_enzyme", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
493 # no output wsaction
494 typecode = Struct(pname=None, ofwhat=get_reactions_by_enzymeResponse.typecode.ofwhat, pyclass=get_reactions_by_enzymeResponse.typecode.pyclass)
495 response = self.binding.Receive(typecode)
496 return response
497
498 # op: get_genes_by_organism
499 def get_genes_by_organism(self, request):
500 if isinstance(request, get_genes_by_organismRequest) is False:
501 raise TypeError, "%s incorrect request type" % (request.__class__)
502 kw = {}
503 # no input wsaction
504 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_genes_by_organism", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
505 # no output wsaction
506 typecode = Struct(pname=None, ofwhat=get_genes_by_organismResponse.typecode.ofwhat, pyclass=get_genes_by_organismResponse.typecode.pyclass)
507 response = self.binding.Receive(typecode)
508 return response
509
510 # op: get_number_of_genes_by_organism
511 def get_number_of_genes_by_organism(self, request):
512 if isinstance(request, get_number_of_genes_by_organismRequest) is False:
513 raise TypeError, "%s incorrect request type" % (request.__class__)
514 kw = {}
515 # no input wsaction
516 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_number_of_genes_by_organism", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
517 # no output wsaction
518 typecode = Struct(pname=None, ofwhat=get_number_of_genes_by_organismResponse.typecode.ofwhat, pyclass=get_number_of_genes_by_organismResponse.typecode.pyclass)
519 response = self.binding.Receive(typecode)
520 return response
521
522 # op: get_reactions_by_glycan
523 def get_reactions_by_glycan(self, request):
524 if isinstance(request, get_reactions_by_glycanRequest) is False:
525 raise TypeError, "%s incorrect request type" % (request.__class__)
526 kw = {}
527 # no input wsaction
528 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_reactions_by_glycan", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
529 # no output wsaction
530 typecode = Struct(pname=None, ofwhat=get_reactions_by_glycanResponse.typecode.ofwhat, pyclass=get_reactions_by_glycanResponse.typecode.pyclass)
531 response = self.binding.Receive(typecode)
532 return response
533
534 # op: get_reactions_by_compound
535 def get_reactions_by_compound(self, request):
536 if isinstance(request, get_reactions_by_compoundRequest) is False:
537 raise TypeError, "%s incorrect request type" % (request.__class__)
538 kw = {}
539 # no input wsaction
540 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_reactions_by_compound", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
541 # no output wsaction
542 typecode = Struct(pname=None, ofwhat=get_reactions_by_compoundResponse.typecode.ofwhat, pyclass=get_reactions_by_compoundResponse.typecode.pyclass)
543 response = self.binding.Receive(typecode)
544 return response
545
546 # op: get_enzymes_by_glycan
547 def get_enzymes_by_glycan(self, request):
548 if isinstance(request, get_enzymes_by_glycanRequest) is False:
549 raise TypeError, "%s incorrect request type" % (request.__class__)
550 kw = {}
551 # no input wsaction
552 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_enzymes_by_glycan", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
553 # no output wsaction
554 typecode = Struct(pname=None, ofwhat=get_enzymes_by_glycanResponse.typecode.ofwhat, pyclass=get_enzymes_by_glycanResponse.typecode.pyclass)
555 response = self.binding.Receive(typecode)
556 return response
557
558 # op: get_enzymes_by_compound
559 def get_enzymes_by_compound(self, request):
560 if isinstance(request, get_enzymes_by_compoundRequest) is False:
561 raise TypeError, "%s incorrect request type" % (request.__class__)
562 kw = {}
563 # no input wsaction
564 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_enzymes_by_compound", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
565 # no output wsaction
566 typecode = Struct(pname=None, ofwhat=get_enzymes_by_compoundResponse.typecode.ofwhat, pyclass=get_enzymes_by_compoundResponse.typecode.pyclass)
567 response = self.binding.Receive(typecode)
568 return response
569
570 # op: get_pathways_by_compounds
571 def get_pathways_by_compounds(self, request):
572 if isinstance(request, get_pathways_by_compoundsRequest) is False:
573 raise TypeError, "%s incorrect request type" % (request.__class__)
574 kw = {}
575 # no input wsaction
576 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_compounds", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
577 # no output wsaction
578 typecode = Struct(pname=None, ofwhat=get_pathways_by_compoundsResponse.typecode.ofwhat, pyclass=get_pathways_by_compoundsResponse.typecode.pyclass)
579 response = self.binding.Receive(typecode)
580 return response
581
582 # op: get_pathways_by_glycans
583 def get_pathways_by_glycans(self, request):
584 if isinstance(request, get_pathways_by_glycansRequest) is False:
585 raise TypeError, "%s incorrect request type" % (request.__class__)
586 kw = {}
587 # no input wsaction
588 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_glycans", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
589 # no output wsaction
590 typecode = Struct(pname=None, ofwhat=get_pathways_by_glycansResponse.typecode.ofwhat, pyclass=get_pathways_by_glycansResponse.typecode.pyclass)
591 response = self.binding.Receive(typecode)
592 return response
593
594 # op: get_compounds_by_pathway
595 def get_compounds_by_pathway(self, request):
596 if isinstance(request, get_compounds_by_pathwayRequest) is False:
597 raise TypeError, "%s incorrect request type" % (request.__class__)
598 kw = {}
599 # no input wsaction
600 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_compounds_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
601 # no output wsaction
602 typecode = Struct(pname=None, ofwhat=get_compounds_by_pathwayResponse.typecode.ofwhat, pyclass=get_compounds_by_pathwayResponse.typecode.pyclass)
603 response = self.binding.Receive(typecode)
604 return response
605
606 # op: get_glycans_by_pathway
607 def get_glycans_by_pathway(self, request):
608 if isinstance(request, get_glycans_by_pathwayRequest) is False:
609 raise TypeError, "%s incorrect request type" % (request.__class__)
610 kw = {}
611 # no input wsaction
612 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_glycans_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
613 # no output wsaction
614 typecode = Struct(pname=None, ofwhat=get_glycans_by_pathwayResponse.typecode.ofwhat, pyclass=get_glycans_by_pathwayResponse.typecode.pyclass)
615 response = self.binding.Receive(typecode)
616 return response
617
618 # op: get_compounds_by_reaction
619 def get_compounds_by_reaction(self, request):
620 if isinstance(request, get_compounds_by_reactionRequest) is False:
621 raise TypeError, "%s incorrect request type" % (request.__class__)
622 kw = {}
623 # no input wsaction
624 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_compounds_by_reaction", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
625 # no output wsaction
626 typecode = Struct(pname=None, ofwhat=get_compounds_by_reactionResponse.typecode.ofwhat, pyclass=get_compounds_by_reactionResponse.typecode.pyclass)
627 response = self.binding.Receive(typecode)
628 return response
629
630 # op: get_glycans_by_reaction
631 def get_glycans_by_reaction(self, request):
632 if isinstance(request, get_glycans_by_reactionRequest) is False:
633 raise TypeError, "%s incorrect request type" % (request.__class__)
634 kw = {}
635 # no input wsaction
636 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_glycans_by_reaction", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
637 # no output wsaction
638 typecode = Struct(pname=None, ofwhat=get_glycans_by_reactionResponse.typecode.ofwhat, pyclass=get_glycans_by_reactionResponse.typecode.pyclass)
639 response = self.binding.Receive(typecode)
640 return response
641
642 # op: get_compounds_by_enzyme
643 def get_compounds_by_enzyme(self, request):
644 if isinstance(request, get_compounds_by_enzymeRequest) is False:
645 raise TypeError, "%s incorrect request type" % (request.__class__)
646 kw = {}
647 # no input wsaction
648 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_compounds_by_enzyme", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
649 # no output wsaction
650 typecode = Struct(pname=None, ofwhat=get_compounds_by_enzymeResponse.typecode.ofwhat, pyclass=get_compounds_by_enzymeResponse.typecode.pyclass)
651 response = self.binding.Receive(typecode)
652 return response
653
654 # op: get_glycans_by_enzyme
655 def get_glycans_by_enzyme(self, request):
656 if isinstance(request, get_glycans_by_enzymeRequest) is False:
657 raise TypeError, "%s incorrect request type" % (request.__class__)
658 kw = {}
659 # no input wsaction
660 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_glycans_by_enzyme", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
661 # no output wsaction
662 typecode = Struct(pname=None, ofwhat=get_glycans_by_enzymeResponse.typecode.ofwhat, pyclass=get_glycans_by_enzymeResponse.typecode.pyclass)
663 response = self.binding.Receive(typecode)
664 return response
665
666 # op: convert_mol_to_kcf
667 def convert_mol_to_kcf(self, request):
668 if isinstance(request, convert_mol_to_kcfRequest) is False:
669 raise TypeError, "%s incorrect request type" % (request.__class__)
670 kw = {}
671 # no input wsaction
672 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#convert_mol_to_kcf", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
673 # no output wsaction
674 typecode = Struct(pname=None, ofwhat=convert_mol_to_kcfResponse.typecode.ofwhat, pyclass=convert_mol_to_kcfResponse.typecode.pyclass)
675 response = self.binding.Receive(typecode)
676 return response
677
678 # op: get_kos_by_pathway
679 def get_kos_by_pathway(self, request):
680 if isinstance(request, get_kos_by_pathwayRequest) is False:
681 raise TypeError, "%s incorrect request type" % (request.__class__)
682 kw = {}
683 # no input wsaction
684 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_kos_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
685 # no output wsaction
686 typecode = Struct(pname=None, ofwhat=get_kos_by_pathwayResponse.typecode.ofwhat, pyclass=get_kos_by_pathwayResponse.typecode.pyclass)
687 response = self.binding.Receive(typecode)
688 return response
689
690 # op: get_pathways_by_kos
691 def get_pathways_by_kos(self, request):
692 if isinstance(request, get_pathways_by_kosRequest) is False:
693 raise TypeError, "%s incorrect request type" % (request.__class__)
694 kw = {}
695 # no input wsaction
696 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_kos", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
697 # no output wsaction
698 typecode = Struct(pname=None, ofwhat=get_pathways_by_kosResponse.typecode.ofwhat, pyclass=get_pathways_by_kosResponse.typecode.pyclass)
699 response = self.binding.Receive(typecode)
700 return response
701
702 # op: search_compounds_by_name
703 def search_compounds_by_name(self, request):
704 if isinstance(request, search_compounds_by_nameRequest) is False:
705 raise TypeError, "%s incorrect request type" % (request.__class__)
706 kw = {}
707 # no input wsaction
708 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_compounds_by_name", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
709 # no output wsaction
710 typecode = Struct(pname=None, ofwhat=search_compounds_by_nameResponse.typecode.ofwhat, pyclass=search_compounds_by_nameResponse.typecode.pyclass)
711 response = self.binding.Receive(typecode)
712 return response
713
714 # op: search_glycans_by_name
715 def search_glycans_by_name(self, request):
716 if isinstance(request, search_glycans_by_nameRequest) is False:
717 raise TypeError, "%s incorrect request type" % (request.__class__)
718 kw = {}
719 # no input wsaction
720 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_glycans_by_name", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
721 # no output wsaction
722 typecode = Struct(pname=None, ofwhat=search_glycans_by_nameResponse.typecode.ofwhat, pyclass=search_glycans_by_nameResponse.typecode.pyclass)
723 response = self.binding.Receive(typecode)
724 return response
725
726 # op: search_compounds_by_composition
727 def search_compounds_by_composition(self, request):
728 if isinstance(request, search_compounds_by_compositionRequest) is False:
729 raise TypeError, "%s incorrect request type" % (request.__class__)
730 kw = {}
731 # no input wsaction
732 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_compounds_by_composition", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
733 # no output wsaction
734 typecode = Struct(pname=None, ofwhat=search_compounds_by_compositionResponse.typecode.ofwhat, pyclass=search_compounds_by_compositionResponse.typecode.pyclass)
735 response = self.binding.Receive(typecode)
736 return response
737
738 # op: search_compounds_by_mass
739 def search_compounds_by_mass(self, request):
740 if isinstance(request, search_compounds_by_massRequest) is False:
741 raise TypeError, "%s incorrect request type" % (request.__class__)
742 kw = {}
743 # no input wsaction
744 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_compounds_by_mass", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
745 # no output wsaction
746 typecode = Struct(pname=None, ofwhat=search_compounds_by_massResponse.typecode.ofwhat, pyclass=search_compounds_by_massResponse.typecode.pyclass)
747 response = self.binding.Receive(typecode)
748 return response
749
750 # op: search_glycans_by_mass
751 def search_glycans_by_mass(self, request):
752 if isinstance(request, search_glycans_by_massRequest) is False:
753 raise TypeError, "%s incorrect request type" % (request.__class__)
754 kw = {}
755 # no input wsaction
756 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_glycans_by_mass", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
757 # no output wsaction
758 typecode = Struct(pname=None, ofwhat=search_glycans_by_massResponse.typecode.ofwhat, pyclass=search_glycans_by_massResponse.typecode.pyclass)
759 response = self.binding.Receive(typecode)
760 return response
761
762 # op: search_glycans_by_composition
763 def search_glycans_by_composition(self, request):
764 if isinstance(request, search_glycans_by_compositionRequest) is False:
765 raise TypeError, "%s incorrect request type" % (request.__class__)
766 kw = {}
767 # no input wsaction
768 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_glycans_by_composition", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
769 # no output wsaction
770 typecode = Struct(pname=None, ofwhat=search_glycans_by_compositionResponse.typecode.ofwhat, pyclass=search_glycans_by_compositionResponse.typecode.pyclass)
771 response = self.binding.Receive(typecode)
772 return response
773
774 # op: search_compounds_by_subcomp
775 def search_compounds_by_subcomp(self, request):
776 if isinstance(request, search_compounds_by_subcompRequest) is False:
777 raise TypeError, "%s incorrect request type" % (request.__class__)
778 kw = {}
779 # no input wsaction
780 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_compounds_by_subcomp", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
781 # no output wsaction
782 typecode = Struct(pname=None, ofwhat=search_compounds_by_subcompResponse.typecode.ofwhat, pyclass=search_compounds_by_subcompResponse.typecode.pyclass)
783 response = self.binding.Receive(typecode)
784 return response
785
786 # op: search_glycans_by_kcam
787 def search_glycans_by_kcam(self, request):
788 if isinstance(request, search_glycans_by_kcamRequest) is False:
789 raise TypeError, "%s incorrect request type" % (request.__class__)
790 kw = {}
791 # no input wsaction
792 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_glycans_by_kcam", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
793 # no output wsaction
794 typecode = Struct(pname=None, ofwhat=search_glycans_by_kcamResponse.typecode.ofwhat, pyclass=search_glycans_by_kcamResponse.typecode.pyclass)
795 response = self.binding.Receive(typecode)
796 return response
797
798 # op: get_linkdb_between_databases
799 def get_linkdb_between_databases(self, request):
800 if isinstance(request, get_linkdb_between_databasesRequest) is False:
801 raise TypeError, "%s incorrect request type" % (request.__class__)
802 kw = {}
803 # no input wsaction
804 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_linkdb_between_databases", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
805 # no output wsaction
806 typecode = Struct(pname=None, ofwhat=get_linkdb_between_databasesResponse.typecode.ofwhat, pyclass=get_linkdb_between_databasesResponse.typecode.pyclass)
807 response = self.binding.Receive(typecode)
808 return response
809
810 # op: search_drugs_by_name
811 def search_drugs_by_name(self, request):
812 if isinstance(request, search_drugs_by_nameRequest) is False:
813 raise TypeError, "%s incorrect request type" % (request.__class__)
814 kw = {}
815 # no input wsaction
816 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_drugs_by_name", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
817 # no output wsaction
818 typecode = Struct(pname=None, ofwhat=search_drugs_by_nameResponse.typecode.ofwhat, pyclass=search_drugs_by_nameResponse.typecode.pyclass)
819 response = self.binding.Receive(typecode)
820 return response
821
822 # op: search_drugs_by_composition
823 def search_drugs_by_composition(self, request):
824 if isinstance(request, search_drugs_by_compositionRequest) is False:
825 raise TypeError, "%s incorrect request type" % (request.__class__)
826 kw = {}
827 # no input wsaction
828 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_drugs_by_composition", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
829 # no output wsaction
830 typecode = Struct(pname=None, ofwhat=search_drugs_by_compositionResponse.typecode.ofwhat, pyclass=search_drugs_by_compositionResponse.typecode.pyclass)
831 response = self.binding.Receive(typecode)
832 return response
833
834 # op: search_drugs_by_mass
835 def search_drugs_by_mass(self, request):
836 if isinstance(request, search_drugs_by_massRequest) is False:
837 raise TypeError, "%s incorrect request type" % (request.__class__)
838 kw = {}
839 # no input wsaction
840 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_drugs_by_mass", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
841 # no output wsaction
842 typecode = Struct(pname=None, ofwhat=search_drugs_by_massResponse.typecode.ofwhat, pyclass=search_drugs_by_massResponse.typecode.pyclass)
843 response = self.binding.Receive(typecode)
844 return response
845
846 # op: search_drugs_by_subcomp
847 def search_drugs_by_subcomp(self, request):
848 if isinstance(request, search_drugs_by_subcompRequest) is False:
849 raise TypeError, "%s incorrect request type" % (request.__class__)
850 kw = {}
851 # no input wsaction
852 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#search_drugs_by_subcomp", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
853 # no output wsaction
854 typecode = Struct(pname=None, ofwhat=search_drugs_by_subcompResponse.typecode.ofwhat, pyclass=search_drugs_by_subcompResponse.typecode.pyclass)
855 response = self.binding.Receive(typecode)
856 return response
857
858 # op: get_references_by_pathway
859 def get_references_by_pathway(self, request):
860 if isinstance(request, get_references_by_pathwayRequest) is False:
861 raise TypeError, "%s incorrect request type" % (request.__class__)
862 kw = {}
863 # no input wsaction
864 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_references_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
865 # no output wsaction
866 typecode = Struct(pname=None, ofwhat=get_references_by_pathwayResponse.typecode.ofwhat, pyclass=get_references_by_pathwayResponse.typecode.pyclass)
867 response = self.binding.Receive(typecode)
868 return response
869
870 # op: get_drugs_by_pathway
871 def get_drugs_by_pathway(self, request):
872 if isinstance(request, get_drugs_by_pathwayRequest) is False:
873 raise TypeError, "%s incorrect request type" % (request.__class__)
874 kw = {}
875 # no input wsaction
876 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_drugs_by_pathway", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
877 # no output wsaction
878 typecode = Struct(pname=None, ofwhat=get_drugs_by_pathwayResponse.typecode.ofwhat, pyclass=get_drugs_by_pathwayResponse.typecode.pyclass)
879 response = self.binding.Receive(typecode)
880 return response
881
882 # op: get_pathways_by_drugs
883 def get_pathways_by_drugs(self, request):
884 if isinstance(request, get_pathways_by_drugsRequest) is False:
885 raise TypeError, "%s incorrect request type" % (request.__class__)
886 kw = {}
887 # no input wsaction
888 self.binding.Send(None, None, request, soapaction="SOAP/KEGG#get_pathways_by_drugs", encodingStyle="http://schemas.xmlsoap.org/soap/encoding/", **kw)
889 # no output wsaction
890 typecode = Struct(pname=None, ofwhat=get_pathways_by_drugsResponse.typecode.ofwhat, pyclass=get_pathways_by_drugsResponse.typecode.pyclass)
891 response = self.binding.Receive(typecode)
892 return response
893
894 class list_databasesRequest:
895 def __init__(self):
896 return
897 list_databasesRequest.typecode = Struct(pname=("SOAP/KEGG","list_databases"), ofwhat=[], pyclass=list_databasesRequest, encoded="SOAP/KEGG")
898
899 class list_databasesResponse:
900 def __init__(self):
901 self._return = None
902 return
903 list_databasesResponse.typecode = Struct(pname=("SOAP/KEGG","list_databasesResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=list_databasesResponse, encoded="SOAP/KEGG")
904
905 class list_organismsRequest:
906 def __init__(self):
907 return
908 list_organismsRequest.typecode = Struct(pname=("SOAP/KEGG","list_organisms"), ofwhat=[], pyclass=list_organismsRequest, encoded="SOAP/KEGG")
909
910 class list_organismsResponse:
911 def __init__(self):
912 self._return = None
913 return
914 list_organismsResponse.typecode = Struct(pname=("SOAP/KEGG","list_organismsResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=list_organismsResponse, encoded="SOAP/KEGG")
915
916 class list_pathwaysRequest:
917 def __init__(self):
918 self._org = None
919 return
920 list_pathwaysRequest.typecode = Struct(pname=("SOAP/KEGG","list_pathways"), ofwhat=[ZSI.TC.String(pname="org", aname="_org", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=list_pathwaysRequest, encoded="SOAP/KEGG")
921
922 class list_pathwaysResponse:
923 def __init__(self):
924 self._return = None
925 return
926 list_pathwaysResponse.typecode = Struct(pname=("SOAP/KEGG","list_pathwaysResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=list_pathwaysResponse, encoded="SOAP/KEGG")
927
928 class list_ko_classesRequest:
929 def __init__(self):
930 self._class_id = None
931 return
932 list_ko_classesRequest.typecode = Struct(pname=("SOAP/KEGG","list_ko_classes"), ofwhat=[ZSI.TC.String(pname="class_id", aname="_class_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=list_ko_classesRequest, encoded="SOAP/KEGG")
933
934 class list_ko_classesResponse:
935 def __init__(self):
936 self._return = None
937 return
938 list_ko_classesResponse.typecode = Struct(pname=("SOAP/KEGG","list_ko_classesResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=list_ko_classesResponse, encoded="SOAP/KEGG")
939
940 class binfoRequest:
941 def __init__(self):
942 self._db = None
943 return
944 binfoRequest.typecode = Struct(pname=("SOAP/KEGG","binfo"), ofwhat=[ZSI.TC.String(pname="db", aname="_db", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=binfoRequest, encoded="SOAP/KEGG")
945
946 class binfoResponse:
947 def __init__(self):
948 self._return = None
949 return
950 binfoResponse.typecode = Struct(pname=("SOAP/KEGG","binfoResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=binfoResponse, encoded="SOAP/KEGG")
951
952 class bgetRequest:
953 def __init__(self):
954 self._string = None
955 return
956 bgetRequest.typecode = Struct(pname=("SOAP/KEGG","bget"), ofwhat=[ZSI.TC.String(pname="string", aname="_string", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=bgetRequest, encoded="SOAP/KEGG")
957
958 class bgetResponse:
959 def __init__(self):
960 self._return = None
961 return
962 bgetResponse.typecode = Struct(pname=("SOAP/KEGG","bgetResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=bgetResponse, encoded="SOAP/KEGG")
963
964 class bfindRequest:
965 def __init__(self):
966 self._string = None
967 return
968 bfindRequest.typecode = Struct(pname=("SOAP/KEGG","bfind"), ofwhat=[ZSI.TC.String(pname="string", aname="_string", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=bfindRequest, encoded="SOAP/KEGG")
969
970 class bfindResponse:
971 def __init__(self):
972 self._return = None
973 return
974 bfindResponse.typecode = Struct(pname=("SOAP/KEGG","bfindResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=bfindResponse, encoded="SOAP/KEGG")
975
976 class btitRequest:
977 def __init__(self):
978 self._string = None
979 return
980 btitRequest.typecode = Struct(pname=("SOAP/KEGG","btit"), ofwhat=[ZSI.TC.String(pname="string", aname="_string", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=btitRequest, encoded="SOAP/KEGG")
981
982 class btitResponse:
983 def __init__(self):
984 self._return = None
985 return
986 btitResponse.typecode = Struct(pname=("SOAP/KEGG","btitResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=btitResponse, encoded="SOAP/KEGG")
987
988 class bconvRequest:
989 def __init__(self):
990 self._string = None
991 return
992 bconvRequest.typecode = Struct(pname=("SOAP/KEGG","bconv"), ofwhat=[ZSI.TC.String(pname="string", aname="_string", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=bconvRequest, encoded="SOAP/KEGG")
993
994 class bconvResponse:
995 def __init__(self):
996 self._return = None
997 return
998 bconvResponse.typecode = Struct(pname=("SOAP/KEGG","bconvResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=bconvResponse, encoded="SOAP/KEGG")
999
1000 class get_linkdb_by_entryRequest:
1001 def __init__(self):
1002 self._entry_id = None
1003 self._db = None
1004 self._offset = None
1005 self._limit = None
1006 return
1007 get_linkdb_by_entryRequest.typecode = Struct(pname=("SOAP/KEGG","get_linkdb_by_entry"), ofwhat=[ZSI.TC.String(pname="entry_id", aname="_entry_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="db", aname="_db", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_linkdb_by_entryRequest, encoded="SOAP/KEGG")
1008
1009 class get_linkdb_by_entryResponse:
1010 def __init__(self):
1011 self._return = None
1012 return
1013 get_linkdb_by_entryResponse.typecode = Struct(pname=("SOAP/KEGG","get_linkdb_by_entryResponse"), ofwhat=[ns0.ArrayOfLinkDBRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_linkdb_by_entryResponse, encoded="SOAP/KEGG")
1014
1015 class get_best_neighbors_by_geneRequest:
1016 def __init__(self):
1017 self._genes_id = None
1018 self._offset = None
1019 self._limit = None
1020 return
1021 get_best_neighbors_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_best_neighbors_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_best_neighbors_by_geneRequest, encoded="SOAP/KEGG")
1022
1023 class get_best_neighbors_by_geneResponse:
1024 def __init__(self):
1025 self._return = None
1026 return
1027 get_best_neighbors_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_best_neighbors_by_geneResponse"), ofwhat=[ns0.ArrayOfSSDBRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_best_neighbors_by_geneResponse, encoded="SOAP/KEGG")
1028
1029 class get_best_best_neighbors_by_geneRequest:
1030 def __init__(self):
1031 self._genes_id = None
1032 self._offset = None
1033 self._limit = None
1034 return
1035 get_best_best_neighbors_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_best_best_neighbors_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_best_best_neighbors_by_geneRequest, encoded="SOAP/KEGG")
1036
1037 class get_best_best_neighbors_by_geneResponse:
1038 def __init__(self):
1039 self._return = None
1040 return
1041 get_best_best_neighbors_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_best_best_neighbors_by_geneResponse"), ofwhat=[ns0.ArrayOfSSDBRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_best_best_neighbors_by_geneResponse, encoded="SOAP/KEGG")
1042
1043 class get_reverse_best_neighbors_by_geneRequest:
1044 def __init__(self):
1045 self._genes_id = None
1046 self._offset = None
1047 self._limit = None
1048 return
1049 get_reverse_best_neighbors_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_reverse_best_neighbors_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reverse_best_neighbors_by_geneRequest, encoded="SOAP/KEGG")
1050
1051 class get_reverse_best_neighbors_by_geneResponse:
1052 def __init__(self):
1053 self._return = None
1054 return
1055 get_reverse_best_neighbors_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_reverse_best_neighbors_by_geneResponse"), ofwhat=[ns0.ArrayOfSSDBRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reverse_best_neighbors_by_geneResponse, encoded="SOAP/KEGG")
1056
1057 class get_paralogs_by_geneRequest:
1058 def __init__(self):
1059 self._genes_id = None
1060 self._offset = None
1061 self._limit = None
1062 return
1063 get_paralogs_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_paralogs_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_paralogs_by_geneRequest, encoded="SOAP/KEGG")
1064
1065 class get_paralogs_by_geneResponse:
1066 def __init__(self):
1067 self._return = None
1068 return
1069 get_paralogs_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_paralogs_by_geneResponse"), ofwhat=[ns0.ArrayOfSSDBRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_paralogs_by_geneResponse, encoded="SOAP/KEGG")
1070
1071 class get_motifs_by_geneRequest:
1072 def __init__(self):
1073 self._genes_id = None
1074 self._db = None
1075 return
1076 get_motifs_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_motifs_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="db", aname="_db", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_motifs_by_geneRequest, encoded="SOAP/KEGG")
1077
1078 class get_motifs_by_geneResponse:
1079 def __init__(self):
1080 self._return = None
1081 return
1082 get_motifs_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_motifs_by_geneResponse"), ofwhat=[ns0.ArrayOfMotifResult_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_motifs_by_geneResponse, encoded="SOAP/KEGG")
1083
1084 class get_genes_by_motifsRequest:
1085 def __init__(self):
1086 self._motif_id_list = None
1087 self._offset = None
1088 self._limit = None
1089 return
1090 get_genes_by_motifsRequest.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_motifs"), ofwhat=[ns0.ArrayOfstring_Def(pname="motif_id_list", aname="_motif_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_motifsRequest, encoded="SOAP/KEGG")
1091
1092 class get_genes_by_motifsResponse:
1093 def __init__(self):
1094 self._return = None
1095 return
1096 get_genes_by_motifsResponse.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_motifsResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_motifsResponse, encoded="SOAP/KEGG")
1097
1098 class get_ko_by_geneRequest:
1099 def __init__(self):
1100 self._genes_id = None
1101 return
1102 get_ko_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_ko_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_ko_by_geneRequest, encoded="SOAP/KEGG")
1103
1104 class get_ko_by_geneResponse:
1105 def __init__(self):
1106 self._return = None
1107 return
1108 get_ko_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_ko_by_geneResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_ko_by_geneResponse, encoded="SOAP/KEGG")
1109
1110 class get_ko_by_ko_classRequest:
1111 def __init__(self):
1112 self._class_id = None
1113 return
1114 get_ko_by_ko_classRequest.typecode = Struct(pname=("SOAP/KEGG","get_ko_by_ko_class"), ofwhat=[ZSI.TC.String(pname="class_id", aname="_class_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_ko_by_ko_classRequest, encoded="SOAP/KEGG")
1115
1116 class get_ko_by_ko_classResponse:
1117 def __init__(self):
1118 self._return = None
1119 return
1120 get_ko_by_ko_classResponse.typecode = Struct(pname=("SOAP/KEGG","get_ko_by_ko_classResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_ko_by_ko_classResponse, encoded="SOAP/KEGG")
1121
1122 class get_genes_by_koRequest:
1123 def __init__(self):
1124 self._ko_id = None
1125 self._org = None
1126 return
1127 get_genes_by_koRequest.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_ko"), ofwhat=[ZSI.TC.String(pname="ko_id", aname="_ko_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="org", aname="_org", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_koRequest, encoded="SOAP/KEGG")
1128
1129 class get_genes_by_koResponse:
1130 def __init__(self):
1131 self._return = None
1132 return
1133 get_genes_by_koResponse.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_koResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_koResponse, encoded="SOAP/KEGG")
1134
1135 class get_genes_by_ko_classRequest:
1136 def __init__(self):
1137 self._class_id = None
1138 self._org = None
1139 self._offset = None
1140 self._limit = None
1141 return
1142 get_genes_by_ko_classRequest.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_ko_class"), ofwhat=[ZSI.TC.String(pname="class_id", aname="_class_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="org", aname="_org", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_ko_classRequest, encoded="SOAP/KEGG")
1143
1144 class get_genes_by_ko_classResponse:
1145 def __init__(self):
1146 self._return = None
1147 return
1148 get_genes_by_ko_classResponse.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_ko_classResponse"), ofwhat=[ns0.ArrayOfDefinition_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_ko_classResponse, encoded="SOAP/KEGG")
1149
1150 class get_elements_by_pathwayRequest:
1151 def __init__(self):
1152 self._pathway_id = None
1153 return
1154 get_elements_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_elements_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_elements_by_pathwayRequest, encoded="SOAP/KEGG")
1155
1156 class get_elements_by_pathwayResponse:
1157 def __init__(self):
1158 self._return = None
1159 return
1160 get_elements_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_elements_by_pathwayResponse"), ofwhat=[ns0.ArrayOfPathwayElement_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_elements_by_pathwayResponse, encoded="SOAP/KEGG")
1161
1162 class get_element_relations_by_pathwayRequest:
1163 def __init__(self):
1164 self._pathway_id = None
1165 return
1166 get_element_relations_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_element_relations_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_element_relations_by_pathwayRequest, encoded="SOAP/KEGG")
1167
1168 class get_element_relations_by_pathwayResponse:
1169 def __init__(self):
1170 self._return = None
1171 return
1172 get_element_relations_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_element_relations_by_pathwayResponse"), ofwhat=[ns0.ArrayOfPathwayElementRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_element_relations_by_pathwayResponse, encoded="SOAP/KEGG")
1173
1174 class color_pathway_by_elementsRequest:
1175 def __init__(self):
1176 self._pathway_id = None
1177 self._element_list = None
1178 self._fg_color_list = None
1179 self._bg_color_list = None
1180 return
1181 color_pathway_by_elementsRequest.typecode = Struct(pname=("SOAP/KEGG","color_pathway_by_elements"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfint_Def(pname="element_list", aname="_element_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="fg_color_list", aname="_fg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="bg_color_list", aname="_bg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=color_pathway_by_elementsRequest, encoded="SOAP/KEGG")
1182
1183 class color_pathway_by_elementsResponse:
1184 def __init__(self):
1185 self._return = None
1186 return
1187 color_pathway_by_elementsResponse.typecode = Struct(pname=("SOAP/KEGG","color_pathway_by_elementsResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=color_pathway_by_elementsResponse, encoded="SOAP/KEGG")
1188
1189 class get_html_of_colored_pathway_by_elementsRequest:
1190 def __init__(self):
1191 self._pathway_id = None
1192 self._element_list = None
1193 self._fg_color_list = None
1194 self._bg_color_list = None
1195 return
1196 get_html_of_colored_pathway_by_elementsRequest.typecode = Struct(pname=("SOAP/KEGG","get_html_of_colored_pathway_by_elements"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfint_Def(pname="element_list", aname="_element_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="fg_color_list", aname="_fg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="bg_color_list", aname="_bg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_html_of_colored_pathway_by_elementsRequest, encoded="SOAP/KEGG")
1197
1198 class get_html_of_colored_pathway_by_elementsResponse:
1199 def __init__(self):
1200 self._return = None
1201 return
1202 get_html_of_colored_pathway_by_elementsResponse.typecode = Struct(pname=("SOAP/KEGG","get_html_of_colored_pathway_by_elementsResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_html_of_colored_pathway_by_elementsResponse, encoded="SOAP/KEGG")
1203
1204 class mark_pathway_by_objectsRequest:
1205 def __init__(self):
1206 self._pathway_id = None
1207 self._object_id_list = None
1208 return
1209 mark_pathway_by_objectsRequest.typecode = Struct(pname=("SOAP/KEGG","mark_pathway_by_objects"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="object_id_list", aname="_object_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=mark_pathway_by_objectsRequest, encoded="SOAP/KEGG")
1210
1211 class mark_pathway_by_objectsResponse:
1212 def __init__(self):
1213 self._return = None
1214 return
1215 mark_pathway_by_objectsResponse.typecode = Struct(pname=("SOAP/KEGG","mark_pathway_by_objectsResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=mark_pathway_by_objectsResponse, encoded="SOAP/KEGG")
1216
1217 class color_pathway_by_objectsRequest:
1218 def __init__(self):
1219 self._pathway_id = None
1220 self._object_id_list = None
1221 self._fg_color_list = None
1222 self._bg_color_list = None
1223 return
1224 color_pathway_by_objectsRequest.typecode = Struct(pname=("SOAP/KEGG","color_pathway_by_objects"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="object_id_list", aname="_object_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="fg_color_list", aname="_fg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="bg_color_list", aname="_bg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=color_pathway_by_objectsRequest, encoded="SOAP/KEGG")
1225
1226 class color_pathway_by_objectsResponse:
1227 def __init__(self):
1228 self._return = None
1229 return
1230 color_pathway_by_objectsResponse.typecode = Struct(pname=("SOAP/KEGG","color_pathway_by_objectsResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=color_pathway_by_objectsResponse, encoded="SOAP/KEGG")
1231
1232 class get_html_of_marked_pathway_by_objectsRequest:
1233 def __init__(self):
1234 self._pathway_id = None
1235 self._object_id_list = None
1236 return
1237 get_html_of_marked_pathway_by_objectsRequest.typecode = Struct(pname=("SOAP/KEGG","get_html_of_marked_pathway_by_objects"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="object_id_list", aname="_object_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_html_of_marked_pathway_by_objectsRequest, encoded="SOAP/KEGG")
1238
1239 class get_html_of_marked_pathway_by_objectsResponse:
1240 def __init__(self):
1241 self._return = None
1242 return
1243 get_html_of_marked_pathway_by_objectsResponse.typecode = Struct(pname=("SOAP/KEGG","get_html_of_marked_pathway_by_objectsResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_html_of_marked_pathway_by_objectsResponse, encoded="SOAP/KEGG")
1244
1245 class get_html_of_colored_pathway_by_objectsRequest:
1246 def __init__(self):
1247 self._pathway_id = None
1248 self._object_id_list = None
1249 self._fg_color_list = None
1250 self._bg_color_list = None
1251 return
1252 get_html_of_colored_pathway_by_objectsRequest.typecode = Struct(pname=("SOAP/KEGG","get_html_of_colored_pathway_by_objects"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="object_id_list", aname="_object_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="fg_color_list", aname="_fg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ns0.ArrayOfstring_Def(pname="bg_color_list", aname="_bg_color_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_html_of_colored_pathway_by_objectsRequest, encoded="SOAP/KEGG")
1253
1254 class get_html_of_colored_pathway_by_objectsResponse:
1255 def __init__(self):
1256 self._return = None
1257 return
1258 get_html_of_colored_pathway_by_objectsResponse.typecode = Struct(pname=("SOAP/KEGG","get_html_of_colored_pathway_by_objectsResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_html_of_colored_pathway_by_objectsResponse, encoded="SOAP/KEGG")
1259
1260 class get_genes_by_pathwayRequest:
1261 def __init__(self):
1262 self._pathway_id = None
1263 return
1264 get_genes_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_pathwayRequest, encoded="SOAP/KEGG")
1265
1266 class get_genes_by_pathwayResponse:
1267 def __init__(self):
1268 self._return = None
1269 return
1270 get_genes_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_pathwayResponse, encoded="SOAP/KEGG")
1271
1272 class get_enzymes_by_pathwayRequest:
1273 def __init__(self):
1274 self._pathway_id = None
1275 return
1276 get_enzymes_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_pathwayRequest, encoded="SOAP/KEGG")
1277
1278 class get_enzymes_by_pathwayResponse:
1279 def __init__(self):
1280 self._return = None
1281 return
1282 get_enzymes_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_pathwayResponse, encoded="SOAP/KEGG")
1283
1284 class get_reactions_by_pathwayRequest:
1285 def __init__(self):
1286 self._pathway_id = None
1287 return
1288 get_reactions_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_pathwayRequest, encoded="SOAP/KEGG")
1289
1290 class get_reactions_by_pathwayResponse:
1291 def __init__(self):
1292 self._return = None
1293 return
1294 get_reactions_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_pathwayResponse, encoded="SOAP/KEGG")
1295
1296 class get_pathways_by_genesRequest:
1297 def __init__(self):
1298 self._genes_id_list = None
1299 return
1300 get_pathways_by_genesRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_genes"), ofwhat=[ns0.ArrayOfstring_Def(pname="genes_id_list", aname="_genes_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_genesRequest, encoded="SOAP/KEGG")
1301
1302 class get_pathways_by_genesResponse:
1303 def __init__(self):
1304 self._return = None
1305 return
1306 get_pathways_by_genesResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_genesResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_genesResponse, encoded="SOAP/KEGG")
1307
1308 class get_pathways_by_enzymesRequest:
1309 def __init__(self):
1310 self._enzyme_id_list = None
1311 return
1312 get_pathways_by_enzymesRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_enzymes"), ofwhat=[ns0.ArrayOfstring_Def(pname="enzyme_id_list", aname="_enzyme_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_enzymesRequest, encoded="SOAP/KEGG")
1313
1314 class get_pathways_by_enzymesResponse:
1315 def __init__(self):
1316 self._return = None
1317 return
1318 get_pathways_by_enzymesResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_enzymesResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_enzymesResponse, encoded="SOAP/KEGG")
1319
1320 class get_pathways_by_reactionsRequest:
1321 def __init__(self):
1322 self._reaction_id_list = None
1323 return
1324 get_pathways_by_reactionsRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_reactions"), ofwhat=[ns0.ArrayOfstring_Def(pname="reaction_id_list", aname="_reaction_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_reactionsRequest, encoded="SOAP/KEGG")
1325
1326 class get_pathways_by_reactionsResponse:
1327 def __init__(self):
1328 self._return = None
1329 return
1330 get_pathways_by_reactionsResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_reactionsResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_reactionsResponse, encoded="SOAP/KEGG")
1331
1332 class get_linked_pathwaysRequest:
1333 def __init__(self):
1334 self._pathway_id = None
1335 return
1336 get_linked_pathwaysRequest.typecode = Struct(pname=("SOAP/KEGG","get_linked_pathways"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_linked_pathwaysRequest, encoded="SOAP/KEGG")
1337
1338 class get_linked_pathwaysResponse:
1339 def __init__(self):
1340 self._return = None
1341 return
1342 get_linked_pathwaysResponse.typecode = Struct(pname=("SOAP/KEGG","get_linked_pathwaysResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_linked_pathwaysResponse, encoded="SOAP/KEGG")
1343
1344 class get_genes_by_enzymeRequest:
1345 def __init__(self):
1346 self._enzyme_id = None
1347 self._org = None
1348 return
1349 get_genes_by_enzymeRequest.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_enzyme"), ofwhat=[ZSI.TC.String(pname="enzyme_id", aname="_enzyme_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="org", aname="_org", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_enzymeRequest, encoded="SOAP/KEGG")
1350
1351 class get_genes_by_enzymeResponse:
1352 def __init__(self):
1353 self._return = None
1354 return
1355 get_genes_by_enzymeResponse.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_enzymeResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_enzymeResponse, encoded="SOAP/KEGG")
1356
1357 class get_enzymes_by_geneRequest:
1358 def __init__(self):
1359 self._genes_id = None
1360 return
1361 get_enzymes_by_geneRequest.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_gene"), ofwhat=[ZSI.TC.String(pname="genes_id", aname="_genes_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_geneRequest, encoded="SOAP/KEGG")
1362
1363 class get_enzymes_by_geneResponse:
1364 def __init__(self):
1365 self._return = None
1366 return
1367 get_enzymes_by_geneResponse.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_geneResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_geneResponse, encoded="SOAP/KEGG")
1368
1369 class get_enzymes_by_reactionRequest:
1370 def __init__(self):
1371 self._reaction_id = None
1372 return
1373 get_enzymes_by_reactionRequest.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_reaction"), ofwhat=[ZSI.TC.String(pname="reaction_id", aname="_reaction_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_reactionRequest, encoded="SOAP/KEGG")
1374
1375 class get_enzymes_by_reactionResponse:
1376 def __init__(self):
1377 self._return = None
1378 return
1379 get_enzymes_by_reactionResponse.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_reactionResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_reactionResponse, encoded="SOAP/KEGG")
1380
1381 class get_reactions_by_enzymeRequest:
1382 def __init__(self):
1383 self._enzyme_id = None
1384 return
1385 get_reactions_by_enzymeRequest.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_enzyme"), ofwhat=[ZSI.TC.String(pname="enzyme_id", aname="_enzyme_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_enzymeRequest, encoded="SOAP/KEGG")
1386
1387 class get_reactions_by_enzymeResponse:
1388 def __init__(self):
1389 self._return = None
1390 return
1391 get_reactions_by_enzymeResponse.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_enzymeResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_enzymeResponse, encoded="SOAP/KEGG")
1392
1393 class get_genes_by_organismRequest:
1394 def __init__(self):
1395 self._org = None
1396 self._offset = None
1397 self._limit = None
1398 return
1399 get_genes_by_organismRequest.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_organism"), ofwhat=[ZSI.TC.String(pname="org", aname="_org", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_organismRequest, encoded="SOAP/KEGG")
1400
1401 class get_genes_by_organismResponse:
1402 def __init__(self):
1403 self._return = None
1404 return
1405 get_genes_by_organismResponse.typecode = Struct(pname=("SOAP/KEGG","get_genes_by_organismResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_genes_by_organismResponse, encoded="SOAP/KEGG")
1406
1407 class get_number_of_genes_by_organismRequest:
1408 def __init__(self):
1409 self._abbr = None
1410 return
1411 get_number_of_genes_by_organismRequest.typecode = Struct(pname=("SOAP/KEGG","get_number_of_genes_by_organism"), ofwhat=[ZSI.TC.String(pname="abbr", aname="_abbr", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_number_of_genes_by_organismRequest, encoded="SOAP/KEGG")
1412
1413 class get_number_of_genes_by_organismResponse:
1414 def __init__(self):
1415 self._return = None
1416 return
1417 get_number_of_genes_by_organismResponse.typecode = Struct(pname=("SOAP/KEGG","get_number_of_genes_by_organismResponse"), ofwhat=[ZSI.TCnumbers.Iint(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_number_of_genes_by_organismResponse, encoded="SOAP/KEGG")
1418
1419 class get_reactions_by_glycanRequest:
1420 def __init__(self):
1421 self._glycan_id = None
1422 return
1423 get_reactions_by_glycanRequest.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_glycan"), ofwhat=[ZSI.TC.String(pname="glycan_id", aname="_glycan_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_glycanRequest, encoded="SOAP/KEGG")
1424
1425 class get_reactions_by_glycanResponse:
1426 def __init__(self):
1427 self._return = None
1428 return
1429 get_reactions_by_glycanResponse.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_glycanResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_glycanResponse, encoded="SOAP/KEGG")
1430
1431 class get_reactions_by_compoundRequest:
1432 def __init__(self):
1433 self._compound_id = None
1434 return
1435 get_reactions_by_compoundRequest.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_compound"), ofwhat=[ZSI.TC.String(pname="compound_id", aname="_compound_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_compoundRequest, encoded="SOAP/KEGG")
1436
1437 class get_reactions_by_compoundResponse:
1438 def __init__(self):
1439 self._return = None
1440 return
1441 get_reactions_by_compoundResponse.typecode = Struct(pname=("SOAP/KEGG","get_reactions_by_compoundResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_reactions_by_compoundResponse, encoded="SOAP/KEGG")
1442
1443 class get_enzymes_by_glycanRequest:
1444 def __init__(self):
1445 self._glycan_id = None
1446 return
1447 get_enzymes_by_glycanRequest.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_glycan"), ofwhat=[ZSI.TC.String(pname="glycan_id", aname="_glycan_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_glycanRequest, encoded="SOAP/KEGG")
1448
1449 class get_enzymes_by_glycanResponse:
1450 def __init__(self):
1451 self._return = None
1452 return
1453 get_enzymes_by_glycanResponse.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_glycanResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_glycanResponse, encoded="SOAP/KEGG")
1454
1455 class get_enzymes_by_compoundRequest:
1456 def __init__(self):
1457 self._compound_id = None
1458 return
1459 get_enzymes_by_compoundRequest.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_compound"), ofwhat=[ZSI.TC.String(pname="compound_id", aname="_compound_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_compoundRequest, encoded="SOAP/KEGG")
1460
1461 class get_enzymes_by_compoundResponse:
1462 def __init__(self):
1463 self._return = None
1464 return
1465 get_enzymes_by_compoundResponse.typecode = Struct(pname=("SOAP/KEGG","get_enzymes_by_compoundResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_enzymes_by_compoundResponse, encoded="SOAP/KEGG")
1466
1467 class get_pathways_by_compoundsRequest:
1468 def __init__(self):
1469 self._compound_id_list = None
1470 return
1471 get_pathways_by_compoundsRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_compounds"), ofwhat=[ns0.ArrayOfstring_Def(pname="compound_id_list", aname="_compound_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_compoundsRequest, encoded="SOAP/KEGG")
1472
1473 class get_pathways_by_compoundsResponse:
1474 def __init__(self):
1475 self._return = None
1476 return
1477 get_pathways_by_compoundsResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_compoundsResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_compoundsResponse, encoded="SOAP/KEGG")
1478
1479 class get_pathways_by_glycansRequest:
1480 def __init__(self):
1481 self._glycan_id_list = None
1482 return
1483 get_pathways_by_glycansRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_glycans"), ofwhat=[ns0.ArrayOfstring_Def(pname="glycan_id_list", aname="_glycan_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_glycansRequest, encoded="SOAP/KEGG")
1484
1485 class get_pathways_by_glycansResponse:
1486 def __init__(self):
1487 self._return = None
1488 return
1489 get_pathways_by_glycansResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_glycansResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_glycansResponse, encoded="SOAP/KEGG")
1490
1491 class get_compounds_by_pathwayRequest:
1492 def __init__(self):
1493 self._pathway_id = None
1494 return
1495 get_compounds_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_compounds_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_compounds_by_pathwayRequest, encoded="SOAP/KEGG")
1496
1497 class get_compounds_by_pathwayResponse:
1498 def __init__(self):
1499 self._return = None
1500 return
1501 get_compounds_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_compounds_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_compounds_by_pathwayResponse, encoded="SOAP/KEGG")
1502
1503 class get_glycans_by_pathwayRequest:
1504 def __init__(self):
1505 self._pathway_id = None
1506 return
1507 get_glycans_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_glycans_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_glycans_by_pathwayRequest, encoded="SOAP/KEGG")
1508
1509 class get_glycans_by_pathwayResponse:
1510 def __init__(self):
1511 self._return = None
1512 return
1513 get_glycans_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_glycans_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_glycans_by_pathwayResponse, encoded="SOAP/KEGG")
1514
1515 class get_compounds_by_reactionRequest:
1516 def __init__(self):
1517 self._reaction_id = None
1518 return
1519 get_compounds_by_reactionRequest.typecode = Struct(pname=("SOAP/KEGG","get_compounds_by_reaction"), ofwhat=[ZSI.TC.String(pname="reaction_id", aname="_reaction_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_compounds_by_reactionRequest, encoded="SOAP/KEGG")
1520
1521 class get_compounds_by_reactionResponse:
1522 def __init__(self):
1523 self._return = None
1524 return
1525 get_compounds_by_reactionResponse.typecode = Struct(pname=("SOAP/KEGG","get_compounds_by_reactionResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_compounds_by_reactionResponse, encoded="SOAP/KEGG")
1526
1527 class get_glycans_by_reactionRequest:
1528 def __init__(self):
1529 self._reaction_id = None
1530 return
1531 get_glycans_by_reactionRequest.typecode = Struct(pname=("SOAP/KEGG","get_glycans_by_reaction"), ofwhat=[ZSI.TC.String(pname="reaction_id", aname="_reaction_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_glycans_by_reactionRequest, encoded="SOAP/KEGG")
1532
1533 class get_glycans_by_reactionResponse:
1534 def __init__(self):
1535 self._return = None
1536 return
1537 get_glycans_by_reactionResponse.typecode = Struct(pname=("SOAP/KEGG","get_glycans_by_reactionResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_glycans_by_reactionResponse, encoded="SOAP/KEGG")
1538
1539 class get_compounds_by_enzymeRequest:
1540 def __init__(self):
1541 self._enzyme_id = None
1542 return
1543 get_compounds_by_enzymeRequest.typecode = Struct(pname=("SOAP/KEGG","get_compounds_by_enzyme"), ofwhat=[ZSI.TC.String(pname="enzyme_id", aname="_enzyme_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_compounds_by_enzymeRequest, encoded="SOAP/KEGG")
1544
1545 class get_compounds_by_enzymeResponse:
1546 def __init__(self):
1547 self._return = None
1548 return
1549 get_compounds_by_enzymeResponse.typecode = Struct(pname=("SOAP/KEGG","get_compounds_by_enzymeResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_compounds_by_enzymeResponse, encoded="SOAP/KEGG")
1550
1551 class get_glycans_by_enzymeRequest:
1552 def __init__(self):
1553 self._enzyme_id = None
1554 return
1555 get_glycans_by_enzymeRequest.typecode = Struct(pname=("SOAP/KEGG","get_glycans_by_enzyme"), ofwhat=[ZSI.TC.String(pname="enzyme_id", aname="_enzyme_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_glycans_by_enzymeRequest, encoded="SOAP/KEGG")
1556
1557 class get_glycans_by_enzymeResponse:
1558 def __init__(self):
1559 self._return = None
1560 return
1561 get_glycans_by_enzymeResponse.typecode = Struct(pname=("SOAP/KEGG","get_glycans_by_enzymeResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_glycans_by_enzymeResponse, encoded="SOAP/KEGG")
1562
1563 class convert_mol_to_kcfRequest:
1564 def __init__(self):
1565 self._mol_text = None
1566 return
1567 convert_mol_to_kcfRequest.typecode = Struct(pname=("SOAP/KEGG","convert_mol_to_kcf"), ofwhat=[ZSI.TC.String(pname="mol_text", aname="_mol_text", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=convert_mol_to_kcfRequest, encoded="SOAP/KEGG")
1568
1569 class convert_mol_to_kcfResponse:
1570 def __init__(self):
1571 self._return = None
1572 return
1573 convert_mol_to_kcfResponse.typecode = Struct(pname=("SOAP/KEGG","convert_mol_to_kcfResponse"), ofwhat=[ZSI.TC.String(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=convert_mol_to_kcfResponse, encoded="SOAP/KEGG")
1574
1575 class get_kos_by_pathwayRequest:
1576 def __init__(self):
1577 self._pathway_id = None
1578 return
1579 get_kos_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_kos_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_kos_by_pathwayRequest, encoded="SOAP/KEGG")
1580
1581 class get_kos_by_pathwayResponse:
1582 def __init__(self):
1583 self._return = None
1584 return
1585 get_kos_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_kos_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_kos_by_pathwayResponse, encoded="SOAP/KEGG")
1586
1587 class get_pathways_by_kosRequest:
1588 def __init__(self):
1589 self._ko_id_list = None
1590 self._org = None
1591 return
1592 get_pathways_by_kosRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_kos"), ofwhat=[ns0.ArrayOfstring_Def(pname="ko_id_list", aname="_ko_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="org", aname="_org", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_kosRequest, encoded="SOAP/KEGG")
1593
1594 class get_pathways_by_kosResponse:
1595 def __init__(self):
1596 self._return = None
1597 return
1598 get_pathways_by_kosResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_kosResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_kosResponse, encoded="SOAP/KEGG")
1599
1600 class search_compounds_by_nameRequest:
1601 def __init__(self):
1602 self._name = None
1603 return
1604 search_compounds_by_nameRequest.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_name"), ofwhat=[ZSI.TC.String(pname="name", aname="_name", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_nameRequest, encoded="SOAP/KEGG")
1605
1606 class search_compounds_by_nameResponse:
1607 def __init__(self):
1608 self._return = None
1609 return
1610 search_compounds_by_nameResponse.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_nameResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_nameResponse, encoded="SOAP/KEGG")
1611
1612 class search_glycans_by_nameRequest:
1613 def __init__(self):
1614 self._name = None
1615 return
1616 search_glycans_by_nameRequest.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_name"), ofwhat=[ZSI.TC.String(pname="name", aname="_name", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_nameRequest, encoded="SOAP/KEGG")
1617
1618 class search_glycans_by_nameResponse:
1619 def __init__(self):
1620 self._return = None
1621 return
1622 search_glycans_by_nameResponse.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_nameResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_nameResponse, encoded="SOAP/KEGG")
1623
1624 class search_compounds_by_compositionRequest:
1625 def __init__(self):
1626 self._composition = None
1627 return
1628 search_compounds_by_compositionRequest.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_composition"), ofwhat=[ZSI.TC.String(pname="composition", aname="_composition", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_compositionRequest, encoded="SOAP/KEGG")
1629
1630 class search_compounds_by_compositionResponse:
1631 def __init__(self):
1632 self._return = None
1633 return
1634 search_compounds_by_compositionResponse.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_compositionResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_compositionResponse, encoded="SOAP/KEGG")
1635
1636 class search_compounds_by_massRequest:
1637 def __init__(self):
1638 self._mass = None
1639 self._range = None
1640 return
1641 search_compounds_by_massRequest.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_mass"), ofwhat=[ZSI.TCnumbers.FPfloat(pname="mass", aname="_mass", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.FPfloat(pname="range", aname="_range", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_massRequest, encoded="SOAP/KEGG")
1642
1643 class search_compounds_by_massResponse:
1644 def __init__(self):
1645 self._return = None
1646 return
1647 search_compounds_by_massResponse.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_massResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_massResponse, encoded="SOAP/KEGG")
1648
1649 class search_glycans_by_massRequest:
1650 def __init__(self):
1651 self._mass = None
1652 self._range = None
1653 return
1654 search_glycans_by_massRequest.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_mass"), ofwhat=[ZSI.TCnumbers.FPfloat(pname="mass", aname="_mass", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.FPfloat(pname="range", aname="_range", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_massRequest, encoded="SOAP/KEGG")
1655
1656 class search_glycans_by_massResponse:
1657 def __init__(self):
1658 self._return = None
1659 return
1660 search_glycans_by_massResponse.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_massResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_massResponse, encoded="SOAP/KEGG")
1661
1662 class search_glycans_by_compositionRequest:
1663 def __init__(self):
1664 self._composition = None
1665 return
1666 search_glycans_by_compositionRequest.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_composition"), ofwhat=[ZSI.TC.String(pname="composition", aname="_composition", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_compositionRequest, encoded="SOAP/KEGG")
1667
1668 class search_glycans_by_compositionResponse:
1669 def __init__(self):
1670 self._return = None
1671 return
1672 search_glycans_by_compositionResponse.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_compositionResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_compositionResponse, encoded="SOAP/KEGG")
1673
1674 class search_compounds_by_subcompRequest:
1675 def __init__(self):
1676 self._mol = None
1677 self._offset = None
1678 self._limit = None
1679 return
1680 search_compounds_by_subcompRequest.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_subcomp"), ofwhat=[ZSI.TC.String(pname="mol", aname="_mol", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_subcompRequest, encoded="SOAP/KEGG")
1681
1682 class search_compounds_by_subcompResponse:
1683 def __init__(self):
1684 self._return = None
1685 return
1686 search_compounds_by_subcompResponse.typecode = Struct(pname=("SOAP/KEGG","search_compounds_by_subcompResponse"), ofwhat=[ns0.ArrayOfStructureAlignment_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_compounds_by_subcompResponse, encoded="SOAP/KEGG")
1687
1688 class search_glycans_by_kcamRequest:
1689 def __init__(self):
1690 self._kcf = None
1691 self._program = None
1692 self._option = None
1693 self._offset = None
1694 self._limit = None
1695 return
1696 search_glycans_by_kcamRequest.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_kcam"), ofwhat=[ZSI.TC.String(pname="kcf", aname="_kcf", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="program", aname="_program", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="option", aname="_option", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_kcamRequest, encoded="SOAP/KEGG")
1697
1698 class search_glycans_by_kcamResponse:
1699 def __init__(self):
1700 self._return = None
1701 return
1702 search_glycans_by_kcamResponse.typecode = Struct(pname=("SOAP/KEGG","search_glycans_by_kcamResponse"), ofwhat=[ns0.ArrayOfStructureAlignment_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_glycans_by_kcamResponse, encoded="SOAP/KEGG")
1703
1704 class get_linkdb_between_databasesRequest:
1705 def __init__(self):
1706 self._from_db = None
1707 self._to_db = None
1708 self._offset = None
1709 self._limit = None
1710 return
1711 get_linkdb_between_databasesRequest.typecode = Struct(pname=("SOAP/KEGG","get_linkdb_between_databases"), ofwhat=[ZSI.TC.String(pname="from_db", aname="_from_db", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TC.String(pname="to_db", aname="_to_db", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_linkdb_between_databasesRequest, encoded="SOAP/KEGG")
1712
1713 class get_linkdb_between_databasesResponse:
1714 def __init__(self):
1715 self._return = None
1716 return
1717 get_linkdb_between_databasesResponse.typecode = Struct(pname=("SOAP/KEGG","get_linkdb_between_databasesResponse"), ofwhat=[ns0.ArrayOfLinkDBRelation_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_linkdb_between_databasesResponse, encoded="SOAP/KEGG")
1718
1719 class search_drugs_by_nameRequest:
1720 def __init__(self):
1721 self._name = None
1722 return
1723 search_drugs_by_nameRequest.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_name"), ofwhat=[ZSI.TC.String(pname="name", aname="_name", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_nameRequest, encoded="SOAP/KEGG")
1724
1725 class search_drugs_by_nameResponse:
1726 def __init__(self):
1727 self._return = None
1728 return
1729 search_drugs_by_nameResponse.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_nameResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_nameResponse, encoded="SOAP/KEGG")
1730
1731 class search_drugs_by_compositionRequest:
1732 def __init__(self):
1733 self._composition = None
1734 return
1735 search_drugs_by_compositionRequest.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_composition"), ofwhat=[ZSI.TC.String(pname="composition", aname="_composition", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_compositionRequest, encoded="SOAP/KEGG")
1736
1737 class search_drugs_by_compositionResponse:
1738 def __init__(self):
1739 self._return = None
1740 return
1741 search_drugs_by_compositionResponse.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_compositionResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_compositionResponse, encoded="SOAP/KEGG")
1742
1743 class search_drugs_by_massRequest:
1744 def __init__(self):
1745 self._mass = None
1746 self._range = None
1747 return
1748 search_drugs_by_massRequest.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_mass"), ofwhat=[ZSI.TCnumbers.FPfloat(pname="mass", aname="_mass", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.FPfloat(pname="range", aname="_range", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_massRequest, encoded="SOAP/KEGG")
1749
1750 class search_drugs_by_massResponse:
1751 def __init__(self):
1752 self._return = None
1753 return
1754 search_drugs_by_massResponse.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_massResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_massResponse, encoded="SOAP/KEGG")
1755
1756 class search_drugs_by_subcompRequest:
1757 def __init__(self):
1758 self._mol = None
1759 self._offset = None
1760 self._limit = None
1761 return
1762 search_drugs_by_subcompRequest.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_subcomp"), ofwhat=[ZSI.TC.String(pname="mol", aname="_mol", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="offset", aname="_offset", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True), ZSI.TCnumbers.Iint(pname="limit", aname="_limit", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_subcompRequest, encoded="SOAP/KEGG")
1763
1764 class search_drugs_by_subcompResponse:
1765 def __init__(self):
1766 self._return = None
1767 return
1768 search_drugs_by_subcompResponse.typecode = Struct(pname=("SOAP/KEGG","search_drugs_by_subcompResponse"), ofwhat=[ns0.ArrayOfStructureAlignment_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=search_drugs_by_subcompResponse, encoded="SOAP/KEGG")
1769
1770 class get_references_by_pathwayRequest:
1771 def __init__(self):
1772 self._pathway_id = None
1773 return
1774 get_references_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_references_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_references_by_pathwayRequest, encoded="SOAP/KEGG")
1775
1776 class get_references_by_pathwayResponse:
1777 def __init__(self):
1778 self._return = None
1779 return
1780 get_references_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_references_by_pathwayResponse"), ofwhat=[ns0.ArrayOfint_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_references_by_pathwayResponse, encoded="SOAP/KEGG")
1781
1782 class get_drugs_by_pathwayRequest:
1783 def __init__(self):
1784 self._pathway_id = None
1785 return
1786 get_drugs_by_pathwayRequest.typecode = Struct(pname=("SOAP/KEGG","get_drugs_by_pathway"), ofwhat=[ZSI.TC.String(pname="pathway_id", aname="_pathway_id", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_drugs_by_pathwayRequest, encoded="SOAP/KEGG")
1787
1788 class get_drugs_by_pathwayResponse:
1789 def __init__(self):
1790 self._return = None
1791 return
1792 get_drugs_by_pathwayResponse.typecode = Struct(pname=("SOAP/KEGG","get_drugs_by_pathwayResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_drugs_by_pathwayResponse, encoded="SOAP/KEGG")
1793
1794 class get_pathways_by_drugsRequest:
1795 def __init__(self):
1796 self._drug_id_list = None
1797 return
1798 get_pathways_by_drugsRequest.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_drugs"), ofwhat=[ns0.ArrayOfstring_Def(pname="drug_id_list", aname="_drug_id_list", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_drugsRequest, encoded="SOAP/KEGG")
1799
1800 class get_pathways_by_drugsResponse:
1801 def __init__(self):
1802 self._return = None
1803 return
1804 get_pathways_by_drugsResponse.typecode = Struct(pname=("SOAP/KEGG","get_pathways_by_drugsResponse"), ofwhat=[ns0.ArrayOfstring_Def(pname="return", aname="_return", typed=False, encoded=None, minOccurs=1, maxOccurs=1, nillable=True)], pyclass=get_pathways_by_drugsResponse, encoded="SOAP/KEGG")