openminted / omtd-registry-api

Other
0 stars 0 forks source link

JAXB classes generate emtpy wrapper elements #9

Closed reckart closed 7 years ago

reckart commented 7 years ago

try to avoid empty wrapper elements, since some of them may be optional but when used they contain an obligatory element e.g. <outputResourceInfo> requires the <processingResourceType> <otherArchives>

@pennyl67 @courado

courado commented 7 years ago

This is not an issue since jaxb does not use getters and setters.

Test class to demonstrate marshalling and unmarshalling.

Results : here Search for "T E S T S"

reckart commented 7 years ago

I see. Thanks. I am opening a respective issue here https://github.com/openminted/omtd-share-annotations/issues/16 .