Map<String, SchemaInfo> ns2schema = model.getNamespacesToSchemas();
Map<String, WsdlInfo> ns2wsdl = model.getNamespacesToWSDLs();
model.put("prefix", new PrefixMethod());
model.put("isDefinedGlobally", new IsDefinedGloballyMethod());
model.setVariable("uniqueContentTypes", new UniqueContentTypesMethod());
model.put("wadlStylesheetUri", this.wadlStylesheetUri);
model.put("accessorOverridesAnother", new AccessorOverridesAnotherMethod());
model.put("qnameForType", new QNameForTypeMethod());
File artifactDir = getGenerateDir();
model.setFileOutputDirectory(artifactDir);