getFooList method not get created when using JDK 1.6
"Reese, Nathan" <[email protected]> Fri, 17 Dec 2010 18:28:56 -0500
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <70A9D9749FA19547B57C2CE3E66C5DE205B3CC@exchange.integrity-apps.com> |
I have an element 'foo' which can occur multiple times. When I generate the class files using JDK 1.5, I get the method getFooList. When I generate the class files using JDK 1.6, the method getFooList does not exist. Is this expected behavoir? Why does the getFooList method not get created when using JDK 1.6? I am using XmlBeans 2.4.0 Thanks, Nathan