Package suds :: Module wsdl :: Class Part
[hide private]
[frames] | no frames]

Class Part

source code

sudsobject.Object --+        
                    |        
              WObject --+    
                        |    
              NamedObject --+
                            |
                           Part

Represents <message><part/></message>.

Instance Methods [hide private]
 
__init__(self, root, definitions) source code
 
__getref(self, a, tns)
Get the qualified value of attribute named 'a'.
source code

Inherited from WObject: resolve

Inherited from sudsobject.Object: __contains__, __delattr__, __getitem__, __iter__, __len__, __repr__, __setattr__, __setitem__, __str__, __unicode__

Instance Variables [hide private]
str element
The value of the {element} attribute.
str type
The value of the {type} attribute.

Inherited from NamedObject: name, qname

Inherited from WObject: root

Method Details [hide private]

__init__(self, root, definitions)
(Constructor)

source code 
Parameters:
Overrides: sudsobject.Object.__init__

Instance Variable Details [hide private]

element

The value of the {element} attribute. Stored as a qref as converted by suds.xsd.qualify.
Type:
str

type

The value of the {type} attribute. Stored as a qref as converted by suds.xsd.qualify.
Type:
str