Package AutoDockTools :: Module AppService_services_types :: Class nbcr_sdsc_edu_opal_types :: Class IOType_Def
[hide private]
[frames] | no frames]

Class IOType_Def

source code

ZSI.TC.TypeCode --+    
                  |    
      ZSI.TC.String --+
                      |
                     nbcr_sdsc_edu_opal_types.IOType_Def

Instance Methods [hide private]
  __init__(self, name=None, ns=None, **kw)
Baseclass initialization.

Inherited from ZSI.TC.String: parse, serialize

Inherited from ZSI.TC.TypeCode: SimpleHREF, checkname, checktype, get_parse_and_errorlist, name_match, nilled, simple_value


Class Variables [hide private]
  tag = 'tns:IOType'

Inherited from ZSI.TC.String: parselist, seriallist

Inherited from ZSI.TC.TypeCode: typechecks


Method Details [hide private]

__init__(self, name=None, ns=None, **kw)
(Constructor)

source code 
Baseclass initialization.
Instance data (and usually keyword arg)
    pname -- the parameter name (localname).
    nspname -- the namespace for the parameter;
        None to ignore the namespace
    oname -- output name
    ons -- the namespace prefix of the oname
    typed -- output xsi:type attribute
    repeatable -- element can appear more than once
    optional -- the item is optional
    default -- default value
    unique -- data item is not aliased (no href/id needed)

Overrides: ZSI.TC.String.__init__

Class Variable Details [hide private]

tag

None
Value:
'tns:IOType'