Hi Ramona
I don't think there is any way to produce getters and
setters that
take/return java.lang.Long instead of long within XmlBeans.
However for
all getters / setters which use a fundamental type (such as
long) you
also automatically get xgetXXX() and xsetXXX() methods which
will
take/return an org.apache.xmlbeans.XmlLong (see
http://davidbau.com/archives/2003/11/14/
the_design_of_xmlbeans_part_1.ht
ml for an explanation of why using e.g. java.lang.Long would
cause
problems with type correspondence within XmlBeans).
Depending on what you want to do this may help.
Cheers,
Lawrence
> -----Original Message-----
> From: Ramona Krickan [mailto:ramona.krickan zooplus.de]
> Sent: Thursday, April 06, 2006 10:22 AM
> To: xmlbeans-dev xml.apache.org
> Subject: Wrapper classes instead of primitive types in
the Generated
> classes
>
> Hello,
>
> I have a problem with the resulting Java Interfaces
from the XML
Schema
> File.
> xsd:long maps to the Java primitive Type long and not
to the Java
Wrapper
> class Long. Is it possible to change that or is it
planned to change
that?
> In JAXB you can specify a javaType you want to have
with the help of
> Annotations:
> <xsd:annotation>
> <xsd:appinfo>
> <jxb:javaType
name="java.lang.Integer"/>
> </xsd:appinfo>
> </xsd:annotation>
> Is there a way of doing this with XmlBeans?
>
> Thanks in advance for any help.
>
> Ramona
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe xmlbeans.apache.org
> For additional commands, e-mail: dev-help xmlbeans.apache.org
____________________________________________________________
___________
Notice: This email message, together with any attachments,
may contain
information of BEA Systems, Inc., its subsidiaries and
affiliated
entities, that may be confidential, proprietary,
copyrighted and/or
legally privileged, and is intended solely for the use of
the individual
or entity named in this message. If you are not the intended
recipient,
and have received this message in error, please immediately
return this
by email and then delete it.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe xmlbeans.apache.org
For additional commands, e-mail: dev-help xmlbeans.apache.org
|