Use case is the following :
- An XSD type, let's call it Type1, is defined.
- Another type, Type2, is defined as en extension of Type1.
- Type1 is built by itself, first, using fluent API, and with JAXB episode generation enabled.
- Then we try to build Type2 in another step, still using fluent API, and providing the episode file generated before.
When doing this, Type2 will be missing all the with___ methods related to the setters of Type1; which it gets correctly if everything is generated in a single step.