Package gchecky :: Module model :: Class backorder_items_t
[hide private]
[frames] | no frames]

Class backorder_items_t

source code

object --+            
         |            
 gxml.Node --+        
             |        
 gxml.Document --+    
                 |    
  abstract_order_t --+
                     |
                    backorder_items_t

Nested Classes [hide private]

Inherited from gxml.Document: __metaclass__

Instance Methods [hide private]

Inherited from gxml.Document: __str__, toxml

Inherited from gxml.Node: __eq__, __init__, __neq__, read, write

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

Class Methods [hide private]

Inherited from gxml.Document: fromxml

Inherited from gxml.Node: fields, set_fields

Static Methods [hide private]

Inherited from gxml.Node: __new__

Class Variables [hide private]
  tag_name = 'backorder-items'
The document's unique xml tag name.
  item_ids = List:PATH(item-ids):RE...
  send_email = gxml.Boolean('send-email', required= False)
  _fields = {'google_order_number': ID:PATH(@google-order-number...
list of meta-Fields of this class.

Inherited from abstract_order_t: google_order_number

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

item_ids

Value:
List:PATH(item-ids):REQ:[
    Node:PATH(item-id):REQ:{ item_id_t }
]

_fields

list of meta-Fields of this class.
Value:
{'google_order_number': ID:PATH(@google-order-number):REQ:EMPTY,
 'item_ids': List:PATH(item-ids):REQ:[
    Node:PATH(item-id):REQ:{ item_id_t }
],
 'send_email': ??}