XML Class generator : error in generated class
405310Oct 1 2003 — edited Mar 7 2004When 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.