users@jaxb.java.net

RE: How can JAXB generate getter method for boolean?

From: Glen Verran <glen.verran_at_traderoot.com>
Date: Wed, 9 Apr 2008 16:58:19 +0200

Hi folks,
 
It doesn't seem that anybody can answer my question below and I'd like
to know if there are other more active forums and mailing lists that
would be able to give me an answer to my question below. Can you please
advise?
 
Thanks
~Glen

________________________________

From: Glen Verran [mailto:glen.verran_at_traderoot.com]
Sent: 08 April 2008 15:31
To: users_at_jaxb.dev.java.net
Subject: How can JAXB generate getter method for boolean?


Hi there
 
Is there a way for JAXB 2.1.6 to generate classes whereby the boolean
data types are generated as getter methods instead of "is"er methods? I
am finding that Axis 2 is not liking the fact that it cannot find a
"get" method for boolean values.
 
Please let me know? My boolean data type is mandatory in the XSD.
 
Thanks
~Glen