You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Aleksandar Likic <AL...@loyalty.com> on 2003/11/27 20:33:31 UTC

xs: to Java mapping

Hi,

 

In JAXB, I use custom mapping of xs: data types to Java types, for example
xs:int is mapped to java.lang.Integer, xs:long to java.lang.Long, etc. Is
such a thing possible with XmlBeans? I looked at .xsdconfig examples and
couldn't find the answer.

 

Thanks,

Aleksandar Likic