I noticed the the simpleType or complexType is defined and the types are used in the declarations of multiple element in a schema file, the simpleType or complexType is generated a method signature as "JAXBElemet createXyz(Xyz xyz)". But I'm not sure if it is root reason.
|
feedback
|
|
In order to marshal an object to XML, JAXB needs to know the name of the XML element to be used. It gets this either from (a) the If XJC generates a class without You may then ask why XJC decides to generate | |||
|
feedback
|