users@jaxb.java.net

Classes for complex types

From: Manish Sethi <msethi_at_noida.manystreams.com>
Date: Fri, 18 Jul 2003 20:26:27 +0530

JAXB compiler generates two interfaces for an element containing complextype
inside it.
One interface for the complextype (Say A_Type) and another for element (Say
A, extends from A_Type)

I want to know if there is a way in customization by which I can generate
only one interface for element (i.e. A) that is complete in it's own.

Basically I'm not able to understand the reasoning behind two interfaces.

wud appreciate if someone can take time to shed light on this.

Thanks,
Manish