users@jaxb.java.net

xsd to java number conversions

From: Paul Campbell <pwc_at_u.washington.edu>
Date: Sat, 03 May 2003 13:29:39 -0700

In order to get jaxb to generate methods that would
use int, it seems that I need to use xsd:unsignedShort.

When I used xsd:unsignedInt, a get method would return "long"

When I used xsd:int or xsd:integer, it returned a BigInteger.

Is table 4-7 in "The Java Architecture for XML Binding (JAXB)
User's Guide, by Scott Fording incorrect?

Is there a preferable resource?