private ExtendedSourceGenerator _generator;
private String _xmlSchema;
public final void setUp() throws Exception {
super.setUp();
_generator = new ExtendedSourceGenerator();
_generator.setDestDir("./codegen/target/generated-sources/castor");
_generator.setSuppressNonFatalWarnings(true);
// uncomment to use Velocity for code generation
// generator.setJClassPrinterType("velocity");