Hi:
In my schema, there're some elements of xsd:list simpleType with the
itemType of xsd:int. For the src gen, I used -types j2. These xsd:list
elements are then mapped to java.util.ArrayList and the generated src
also provide list traversal through Enumeration.  

I'm wondering 1) whether I can map these xsd:list into int[] instead of
ArrayList; 2) if not, can I at least let the src gen provide Iterator
instead of Enumeration for the traversal?

Thanks
XW

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to