| Author |
JAXB Problem
|
Ian Link
Greenhorn
Joined: Oct 13, 2006
Posts: 4
|
|
I have an xsd that looks like this (snippet):
----------------------------------
----------------------------------
For some reason this is the Java code that gets generated:
----------------------------------
Why is the class geneated like this and simply not some kind of string array? I really dont want to have to create JAXBElements everytime I want to create something?
How can i have it generate classes for each of the types that simply represent string or something like that?
Thanks in advance,
Ian
|
 |
 |
|
|
subject: JAXB Problem
|
|
|