Hello,

I did a scomp in Java 1.4 version for a xsd and got the java files successfully. But when i see the code, i was able to see "Array" is added to all getter and setter methods of list type objects. When i did in Java 1.5 version, i am seeing "List" in the end of all getter and setter methods. I think this is not a part of JavaBeans specification.

For example, if i have,
List abc;

I should get the following getter and setter methods

getAbc() and setAbc();

Is there a way to achieve this.

--
Regards,
Ramanan

Reply via email to