source:
vanHelsing/trunk/webservice/ResourceInfo.py@
1032
| Last change on this file since 1032 was 824, checked in by , on Feb 17, 2010 at 5:49:19 PM | |
|---|---|
| File size: 350 bytes | |
| Line | |
|---|---|
| 1 | import ZSI |
| 2 | from ZSI import TC |
| 3 | |
| 4 | class ResourceInfo: |
| 5 | resId=-1 |
| 6 | resType="" |
| 7 | resName="" |
| 8 | director="" |
| 9 | |
| 10 | |
| 11 | ResourceInfo.typecode=TC.Struct(ResourceInfo, |
| 12 | [TC.Integer('resId'), |
| 13 | TC.String('resType'), |
| 14 | TC.String('resName'), |
| 15 | TC.String('director')], |
| 16 | 'vanHelsing:ResourceInfo') |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
