The generated code now creates a List of Serializables, which is not really what I want. The Simplify plugin looks promising, but would give me three seperate lists.
Is there a way for me to make it a generated list of AbstractTypes using the inheritance plugin.
I have a question.
I've got the following xsd element
and in my bindings file
The generated code now creates a List of Serializables, which is not really what I want. The Simplify plugin looks promising, but would give me three seperate lists.
Is there a way for me to make it a generated list of AbstractTypes using the inheritance plugin.
PS: I simplified the code a bit.