RE: isXX vs getXX

2007-06-06 Thread nenad . jaksic
Hello, I forgot to add dependency to boolean-getter binaries Thanks, that was simple! - Originalnachricht - Von: [EMAIL PROTECTED] Datum: Samstag, 2. Juni 2007, 23:23 Betreff: isXX vs getXX Hello, similar as plug-in from:

Re: isXX vs getXX

2007-06-02 Thread Bob Allison
I do not know much about the requirements of Oracle SOA compared to JAXB, but could you do the following: public boolean getAttribute() { return isAttribute(); } public boolean isAttribute() { return attribute; } - Original Message - From: [EMAIL PROTECTED] To: