users@jaxb.java.net

Disable generating getter method

From: <HeruMartinus.Salim_at_infineon.com>
Date: Thu, 26 Oct 2006 11:38:25 +0200

Hello,

I had a problem that my generated codes have a getter methods which
returning of the type of the generated classes (which is normal).
And now I'm making a wrapper of these classes (which is the subclasses),
I have problem while I must returning the classes of the wrappers. But
when I try to override the getter methods, there are compile error that
I cannot return different type when overriding.

Is there any solution on doing this?
Or should I disable the generating of getter method? How to do it on the
customization? I've looked to the documentation, but cannot find the
expected part.

Thanks in advance.

Best regards,
Heru