users@jaxb.java.net

JAXB customization question

From: Jerome Candat <jerome.candat_at_C-S.FR>
Date: Wed, 14 May 2003 08:11:46 -0600

Hello,

I'm new to Jaxb technology.

I was wondering if it is possible to change the name of the methods generated using the JAXB customization process?

In fact, in my XML file, I have an element containing a choice. This choice has 4 different elements called integer, real, record and character. Jaxb generates a method like : getIntegerOrReafOrRecord(). I would like to change the name of this method to getContent().

Thanks in advance,
Jerome.