I am using JAXB for generating beans from XSD\'s using a JAXB plugin in Maven. This is working fine, expect that the code contains isSetXXXXXX() methods for each field.
By default a JAXB (JSR-222) implementation will not generate isSet
methods. Since you are getting them one of the following must be true:
isSet
methods.