How to generate JAXB classes from just XML

There are many tools available (a quick google search should fetch you some) that can generate XSD from XML assuming string type for almost everything. You should be able to use that XSD to run JAXB to get classes.

Here’s an online tool that lets you do that.

And here is a screen cap:
enter image description here

Leave a Comment