users@jaxb.java.net

How can JAXB generate getter method for boolean?

From: Glen Verran <glen.verran_at_traderoot.com>
Date: Tue, 8 Apr 2008 15:31:07 +0200

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