Appended to this post is a Eclipse generated patch file for the JaxbXmlElement class. It adds a generic parameter for the jaxbElement property. Subclasses of that class has been changed to add a conrete class for that parameter. For example, the MainDocumentPart uses the org.docx4j.wml.Document class as parameter.
Some other classes referencing the changed property has been updated to remove compiler errors (mainly by adding casts). The changes samples has not been tested.
While creating ...