Package etl :: Package connector :: Package sugarcrm :: Module sugarsoap_services_types :: Class ns0 :: Class user_detail_Def
[hide private]
[frames] | no frames]

Class user_detail_Def

source code

       ZSI.TC.TypeCode --+    
                         |    
ZSI.TCcompound.ComplexType --+
                             |
                object --+   |
                         |   |
 ZSI.schema.TypeDefinition --+
                             |
                            ns0.user_detail_Def

Nested Classes [hide private]

Inherited from ZSI.schema.TypeDefinition: __metaclass__

Instance Methods [hide private]
 
__init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw)
pyclass -- the Python class to hold the fields ofwhat -- a list of fields to be in the complexType inorder -- fields must be in exact order or not inline -- don't href/id when serializing mutable -- object could change between multiple serializations type -- the (URI,localname) of the datatype mixed -- mixed content model? True/False mixed_aname -- if mixed is True, specify text content here.
source code

Inherited from ZSI.TCcompound.ComplexType: cb, parse, serialize, setDerivedTypeContents

Inherited from ZSI.TC.TypeCode: SimpleHREF, checkname, checktype, get_name, get_parse_and_errorlist, has_attributes, name_match, nilled, parse_attributes, serialize_as_nil, set_attribute_href, set_attribute_id, set_attribute_xsi_type, set_attributes, simple_value, text_to_data

Inherited from ZSI.schema.TypeDefinition: getSubstituteType

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  schema = 'http://www.sugarcrm.com/sugarcrm'
  type = ('http://www.sugarcrm.com/sugarcrm', 'user_detail')

Inherited from ZSI.TCcompound.ComplexType: logger

Inherited from ZSI.TC.TypeCode: attribute_typecode_dict, tag, typechecks

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, pname, ofwhat=(), attributes=None, extend=False, restrict=False, **kw)
(Constructor)

source code 
pyclass -- the Python class to hold the fields ofwhat -- a list of fields to be in the complexType inorder -- fields must be in exact order or not inline -- don't href/id when serializing mutable -- object could change between multiple serializations type -- the (URI,localname) of the datatype mixed -- mixed content model? True/False mixed_aname -- if mixed is True, specify text content here. Default _text
Overrides: ZSI.TCcompound.ComplexType.__init__
(inherited documentation)