IntelliJ IDEA 2023.3 Help

Generate Java Code from XML Schema using XmlBeans Dialog

Use this dialog to configure generation of Java code stubs based on an XML Schema via the XmlBeans data binder.

Item

Description

Schema path

In this field, specify the file to be used as the generation basis. By default, the field shows the full path to the current file. To use another Schema, click Browse the Browse button and choose the desired file in the Select XML Schema / Wsdl File for generation dialog, that opens.

Output path

Use this field to specify the name of the jar to place the generated and complied Java code in. By default, IntelliJ IDEA suggests creating a new types.jar. To overwrite an existing jar, click Browse the Browse button and choose the desired jar in the dialog that opens.

Add necessary libraries in order for generated code compile and work

Select this checkbox to have additional XmlBeans libraries automatically added to the classpath of the module where the generated source code will be placed.

These are libraries the generated stubs depend on.

Status

View the information in this read-only field to track and improve discrepancies when configuring the generation procedure.

Last modified: 19 March 2024