Hi Michael, you should be able to use the "isSetXXX" method to do something like
Integer intValue = myXmlBeansObj.isSetXXX() ? myXmlBeansObj.getXXX() : null; Hope this helps! regards, /Ole eviware.com Michael Mattox wrote:
"XmlBeans usually also generates an "unsetXXX" method in these situations which you can use to it to "null".." Ole, Can you explain how this works? If I receive an object and I call the getter to get the int, how do I know if it has been unset or not? I don't find anything about this in the xmlbeans documentation. Regards, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

