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

Class entry_list_Def

source code

      ZSI.TC.TypeCode --+    
                        |    
     ZSI.TCcompound.Array --+
                            |
               object --+   |
                        |   |
ZSI.schema.TypeDefinition --+
                            |
                           ns0.entry_list_Def

Nested Classes [hide private]

Inherited from ZSI.schema.TypeDefinition: __metaclass__

Instance Methods [hide private]
 
__init__(self, pname, ofwhat=(), extend=False, restrict=False, attributes=None, **kw)
Baseclass initialization.
source code

Inherited from ZSI.TCcompound.Array: parse, parse_offset, parse_position, serialize

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', 'entry_list')

Inherited from ZSI.TCcompound.Array: 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=(), extend=False, restrict=False, attributes=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
    typed -- output xsi:type attribute
    unique -- data item is not aliased (no href/id needed)
    minOccurs -- min occurances
    maxOccurs -- max occurances
    nillable -- is item nillable?
    attrs_aname -- This is variable name to dictionary of attributes
    encoded -- encoded namespaceURI (specify if use is encoded)

Overrides: ZSI.TCcompound.Array.__init__