Hi - The problem I am seeing is, JiBx code gen tool creates a class to hold
list.

For example if we have xsd with sequence of items, for Fruits, it creates
FruitList.java class and inside it will create a property List<String>
fruits, and then supplies FruitList as property in the parent object.

Can we skip this FruitList.java class creation and just have List<String>
fruits be created as parent in parent object?

Thank you for the help!

Thanks,
Siva.
402-807-9989
------------------------------------------------------------------------------
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to