Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML Class generator : error in generated class

405310Oct 1 2003 — edited Mar 7 2004
When I generate class from an XML Schema, the method looks
like this:
public void addEmpDef(null.EmpDef theempDef)
throws InvalidContentException
{
super.addElement(theempDef);
}

The problem is that the type "null.EmpDef" can't be compiled. Can someone tell me why??
Thank you for you help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2004
Added on Oct 1 2003
1 comment
229 views