Downloads the OJP XSD files from https://github.com/VDVde/OJP and generates java model using jaxb.
You need xmlstarlet installed.
mvn clean install
This project is available in the central maven repository, see https://central.sonatype.com/search?q=g%3Ade.vdv&smo=true
For example, to use this in a maven project use:
<dependency>
<groupId>de.vdv</groupId>
<artifactId>ojp-java-model</artifactId>
<version>1.0.3</version>
</dependency>