jaxb missing setContent method
I have an element in my DTD which contains a choice of elemnts within it. This translates into a getContent method in the generated class, due to the fact that jaxb doesn't know which element it will actually find inside. This is fine. The problem is, while i get a getContent method, there is no setContent method. This makes it impossible to construct the object progrmatically and marshal the object to a stream. Anyone have an idea why the setContent method is not there?
Thanks.

