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

Class allowed_areas_t

source code

object --+        
         |        
 gxml.Node --+    
             |    
       areas_t --+
                 |
                allowed_areas_t

Nested Classes [hide private]

Inherited from gxml.Node: __metaclass__

Instance Methods [hide private]

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

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

Class Methods [hide private]

Inherited from gxml.Node: fields, set_fields

Static Methods [hide private]

Inherited from gxml.Node: __new__

Class Variables [hide private]
  postal_areas = List:PATH():OP...
  world_area = PresentOrNot:PATH(world-area):OPT:EMPTY
  _fields = {'country_areas': List:PATH():OPT:VALS("CONTINENTAL_...

Inherited from areas_t: country_areas, states, zip_patterns

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

postal_areas

Value:
List:PATH():OPT:[
    Node:PATH(postal-area):REQ:{ postal_area_t }
]

_fields

Value:
{'country_areas': List:PATH():OPT:VALS("CONTINENTAL_48","FULL_50_STATE\
S","ALL"):[
    String:PATH(us-country-area/country-area):REQ:EMPTY
],
 'postal_areas': List:PATH():OPT:[
    Node:PATH(postal-area):REQ:{ postal_area_t }
],
 'states': List:PATH():OPT:[
...