users@jaxb.java.net

Re: xml - java: not generating setters for <xs:element> complex types

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Wed, 9 Dec 2009 10:20:51 +0100

On Wed, Dec 9, 2009 at 2:10 AM, infinity2heaven <infinity2heaven_at_gmail.com>
wrote:
>
> You're right, thanks.
>
> As for changing the default names for generated list, is there a specific
> jaxb annotation (I couldn't find it in the spec)?

This JAXB tutorial
section<https://jaxb.dev.java.net/tutorial/section_5_3-Overriding-Names.html#Overriding%20Names>should
provide all you need.

-W