You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Schalk Neethling <Sc...@momentum.co.za> on 2007/08/21 12:33:56 UTC

Implementation files with empty Constructor

Greetings everyone,

 

Currently when XMLBeans are generated it generates a constructor of the
following type for the Impl classes:

public AddressDtoImpl(org.apache.xmlbeans.SchemaType sType)

    {

        super(sType);

    }

 

Is there a way to tell it to also generate a no argument constructor?

 

public AddressDtoImpl()

    {

        super();

    }

 

If this would involve editing the source of XMLBeans can someone please
point in the directing of where in the source I should start looking to
get this done. Thank you in advance.

 

--

Kind Regards,

Schalk Neethling

Developer - Momentum Wealth

+27 (0) 12 673 7527

 


This email and all content are subject to the following disclaimer:

http://content.momentum.co.za/content/legal/disclaimer_email.htm