phax / ph-ubl

Java library for reading and writing UBL 2.0, 2.1, 2.2, 2.3 and 2.4 documents
Apache License 2.0
106 stars 40 forks source link

ph-ubl-jaxb-plugin example #9

Closed carlosthe19916 closed 7 years ago

carlosthe19916 commented 8 years ago

Hi!!! Is there any example about hot to use ph-ubl-jaxb-plugin? please could you let me know if is there any example using ph-ubl-jaxb-plugin? i need to add custom methods to Ubl specification...

phax commented 8 years ago

The ph-ubl-jaxb-plugin is internally used in the ph-ubl20 and ph-ubl21 plugin (see the pom.xml files). It is used to create some sanity methods to simplify the creation. What exactly do you have in mind?

phax commented 7 years ago

Did you find what you are looking for?

carlosthe19916 commented 7 years ago

I was trying to generate java classes from my own XSD and combine it with ph-ubl classes.....thank you very much!!!!!!, I could generate java classes using maven plugin.