view WebServiceExtensionsV1.1/WebServiceToolWorkflow_REST_SOAP/clientGenerator/wublast/wublast_types.py @ 0:049760c677de default tip

Galaxy WSExtensions added successfully
author uga-galaxy-group
date Tue, 05 Jul 2011 19:34:18 -0400
parents
children
line wrap: on
line source

##################################################
# file: wublast_types.py
#
# schema types generated by "ZSI.generate.wsdl2python.WriteServiceModule"
#    /home/alok/galaxy-central/tools/WebServiceToolWorkflow_REST_SOAP/WebServiceTool_input_method_m.py /home/alok/galaxy-central/database/files/000/dataset_85.dat http://cs.uga.edu/__tilda__guttula/wublast.wsdl getResultTypes,run,getStatus,getResult,getParameterDetails,getParameters /home/alok/galaxy-central/database/files/000/dataset_86.dat
#
##################################################

import ZSI
import ZSI.TCcompound
from ZSI.schema import LocalElementDeclaration, ElementDeclaration, TypeDefinition, GTD, GED

##############################
# targetNamespace
# http://soap.jdispatcher.ebi.ac.uk
##############################

class ns0:
    targetNamespace = "http://soap.jdispatcher.ebi.ac.uk"

    class InputParameters_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "InputParameters")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.InputParameters_Def.schema
            TClist = [ZSI.TC.String(pname="program", aname="_program", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="exp", aname="_exp", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TCnumbers.Iint(pname="alignments", aname="_alignments", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TCnumbers.Iint(pname="scores", aname="_scores", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TCnumbers.Iint(pname="align", aname="_align", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="matrix", aname="_matrix", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="stats", aname="_stats", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="sensitivity", aname="_sensitivity", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="topcombon", aname="_topcombon", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.Boolean(pname="viewfilter", aname="_viewfilter", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="filter", aname="_filter", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="strand", aname="_strand", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="sort", aname="_sort", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="stype", aname="_stype", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="sequence", aname="_sequence", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","ArrayOfString",lazy=False)(pname="database", aname="_database", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._program = None
                    self._exp = None
                    self._alignments = None
                    self._scores = None
                    self._align = None
                    self._matrix = None
                    self._stats = None
                    self._sensitivity = None
                    self._topcombon = None
                    self._viewfilter = None
                    self._filter = None
                    self._strand = None
                    self._sort = None
                    self._stype = None
                    self._sequence = None
                    self._database = None
                    return
            Holder.__name__ = "InputParameters_Holder"
            self.pyclass = Holder

    class ArrayOfString_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "ArrayOfString")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.ArrayOfString_Def.schema
            TClist = [ZSI.TC.String(pname="string", aname="_string", minOccurs=0, maxOccurs="unbounded", nillable=True, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._string = []
                    return
            Holder.__name__ = "ArrayOfString_Holder"
            self.pyclass = Holder

    class wsResultTypes_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsResultTypes")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsResultTypes_Def.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsResultType",lazy=False)(pname="type", aname="_type", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._type = []
                    return
            Holder.__name__ = "wsResultTypes_Holder"
            self.pyclass = Holder

    class wsResultType_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsResultType")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsResultType_Def.schema
            TClist = [ZSI.TC.String(pname="description", aname="_description", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="fileSuffix", aname="_fileSuffix", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="identifier", aname="_identifier", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="label", aname="_label", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="mediaType", aname="_mediaType", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._description = None
                    self._fileSuffix = None
                    self._identifier = None
                    self._label = None
                    self._mediaType = None
                    return
            Holder.__name__ = "wsResultType_Holder"
            self.pyclass = Holder

    class wsRawOutputParameters_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsRawOutputParameters")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsRawOutputParameters_Def.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsRawOutputParameter",lazy=False)(pname="parameter", aname="_parameter", minOccurs=1, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._parameter = []
                    return
            Holder.__name__ = "wsRawOutputParameters_Holder"
            self.pyclass = Holder

    class wsRawOutputParameter_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsRawOutputParameter")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsRawOutputParameter_Def.schema
            TClist = [ZSI.TC.String(pname="name", aname="_name", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","ArrayOfString",lazy=False)(pname="value", aname="_value", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._name = None
                    self._value = None
                    return
            Holder.__name__ = "wsRawOutputParameter_Holder"
            self.pyclass = Holder

    class wsParameters_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsParameters")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsParameters_Def.schema
            TClist = [ZSI.TC.String(pname="id", aname="_id", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._id = []
                    return
            Holder.__name__ = "wsParameters_Holder"
            self.pyclass = Holder

    class wsParameterDetails_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsParameterDetails")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsParameterDetails_Def.schema
            TClist = [ZSI.TC.String(pname="name", aname="_name", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="description", aname="_description", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="type", aname="_type", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameterValues",lazy=False)(pname="values", aname="_values", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._name = None
                    self._description = None
                    self._type = None
                    self._values = None
                    return
            Holder.__name__ = "wsParameterDetails_Holder"
            self.pyclass = Holder

    class wsParameterValues_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsParameterValues")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsParameterValues_Def.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameterValue",lazy=False)(pname="value", aname="_value", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._value = []
                    return
            Holder.__name__ = "wsParameterValues_Holder"
            self.pyclass = Holder

    class wsParameterValue_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsParameterValue")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsParameterValue_Def.schema
            TClist = [ZSI.TC.String(pname="label", aname="_label", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="value", aname="_value", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.Boolean(pname="defaultValue", aname="_defaultValue", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","wsProperties",lazy=False)(pname="properties", aname="_properties", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._label = None
                    self._value = None
                    self._defaultValue = None
                    self._properties = None
                    return
            Holder.__name__ = "wsParameterValue_Holder"
            self.pyclass = Holder

    class wsProperties_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsProperties")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsProperties_Def.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsProperty",lazy=False)(pname="property", aname="_property", minOccurs=0, maxOccurs="unbounded", nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._property = []
                    return
            Holder.__name__ = "wsProperties_Holder"
            self.pyclass = Holder

    class wsProperty_Def(ZSI.TCcompound.ComplexType, TypeDefinition):
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        type = (schema, "wsProperty")
        def __init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw):
            ns = ns0.wsProperty_Def.schema
            TClist = [ZSI.TC.String(pname="key", aname="_key", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="value", aname="_value", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            self.attribute_typecode_dict = attributes or {}
            if extend: TClist += ofwhat
            if restrict: TClist = ofwhat
            ZSI.TCcompound.ComplexType.__init__(self, None, TClist, pname=pname, inorder=0, **kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._key = None
                    self._value = None
                    return
            Holder.__name__ = "wsProperty_Holder"
            self.pyclass = Holder

    class run_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "run"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.run_Dec.schema
            TClist = [ZSI.TC.String(pname="email", aname="_email", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="title", aname="_title", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","InputParameters",lazy=False)(pname="parameters", aname="_parameters", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","run")
            kw["aname"] = "_run"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._email = None
                    self._title = None
                    self._parameters = None
                    return
            Holder.__name__ = "run_Holder"
            self.pyclass = Holder

    class runResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "runResponse"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.runResponse_Dec.schema
            TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","runResponse")
            kw["aname"] = "_runResponse"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._jobId = None
                    return
            Holder.__name__ = "runResponse_Holder"
            self.pyclass = Holder

    class getStatus_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getStatus"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getStatus_Dec.schema
            TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getStatus")
            kw["aname"] = "_getStatus"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._jobId = None
                    return
            Holder.__name__ = "getStatus_Holder"
            self.pyclass = Holder

    class getStatusResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getStatusResponse"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getStatusResponse_Dec.schema
            TClist = [ZSI.TC.String(pname="status", aname="_status", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getStatusResponse")
            kw["aname"] = "_getStatusResponse"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._status = None
                    return
            Holder.__name__ = "getStatusResponse_Holder"
            self.pyclass = Holder

    class getResultTypes_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getResultTypes"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getResultTypes_Dec.schema
            TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResultTypes")
            kw["aname"] = "_getResultTypes"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._jobId = None
                    return
            Holder.__name__ = "getResultTypes_Holder"
            self.pyclass = Holder

    class getResultTypesResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getResultTypesResponse"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getResultTypesResponse_Dec.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsResultTypes",lazy=False)(pname="resultTypes", aname="_resultTypes", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResultTypesResponse")
            kw["aname"] = "_getResultTypesResponse"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._resultTypes = None
                    return
            Holder.__name__ = "getResultTypesResponse_Holder"
            self.pyclass = Holder

    class getResult_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getResult"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getResult_Dec.schema
            TClist = [ZSI.TC.String(pname="jobId", aname="_jobId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), ZSI.TC.String(pname="type", aname="_type", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded")), GTD("http://soap.jdispatcher.ebi.ac.uk","wsRawOutputParameters",lazy=False)(pname="parameters", aname="_parameters", minOccurs=0, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResult")
            kw["aname"] = "_getResult"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._jobId = None
                    self._type = None
                    self._parameters = None
                    return
            Holder.__name__ = "getResult_Holder"
            self.pyclass = Holder

    class getResultResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getResultResponse"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getResultResponse_Dec.schema
            TClist = [ZSI.TC.Base64String(pname="output", aname="_output", minOccurs=1, maxOccurs=1, nillable=True, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getResultResponse")
            kw["aname"] = "_getResultResponse"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._output = None
                    return
            Holder.__name__ = "getResultResponse_Holder"
            self.pyclass = Holder

    class getParameterDetails_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getParameterDetails"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getParameterDetails_Dec.schema
            TClist = [ZSI.TC.String(pname="parameterId", aname="_parameterId", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParameterDetails")
            kw["aname"] = "_getParameterDetails"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._parameterId = None
                    return
            Holder.__name__ = "getParameterDetails_Holder"
            self.pyclass = Holder

    class getParameterDetailsResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getParameterDetailsResponse"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getParameterDetailsResponse_Dec.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameterDetails",lazy=False)(pname="parameterDetails", aname="_parameterDetails", minOccurs=0, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParameterDetailsResponse")
            kw["aname"] = "_getParameterDetailsResponse"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._parameterDetails = None
                    return
            Holder.__name__ = "getParameterDetailsResponse_Holder"
            self.pyclass = Holder

    class getParameters_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getParameters"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getParameters_Dec.schema
            TClist = []
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParameters")
            kw["aname"] = "_getParameters"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    return
            Holder.__name__ = "getParameters_Holder"
            self.pyclass = Holder

    class getParametersResponse_Dec(ZSI.TCcompound.ComplexType, ElementDeclaration):
        literal = "getParametersResponse"
        schema = "http://soap.jdispatcher.ebi.ac.uk"
        def __init__(self, **kw):
            ns = ns0.getParametersResponse_Dec.schema
            TClist = [GTD("http://soap.jdispatcher.ebi.ac.uk","wsParameters",lazy=False)(pname="parameters", aname="_parameters", minOccurs=1, maxOccurs=1, nillable=False, typed=False, encoded=kw.get("encoded"))]
            kw["pname"] = ("http://soap.jdispatcher.ebi.ac.uk","getParametersResponse")
            kw["aname"] = "_getParametersResponse"
            self.attribute_typecode_dict = {}
            ZSI.TCcompound.ComplexType.__init__(self,None,TClist,inorder=0,**kw)
            class Holder:
                typecode = self
                def __init__(self):
                    # pyclass
                    self._parameters = None
                    return
            Holder.__name__ = "getParametersResponse_Holder"
            self.pyclass = Holder

# end class ns0 (tns: http://soap.jdispatcher.ebi.ac.uk)