Hi.
> That's what I was hoping. But what I get is instead:
>
> public List<JAXBElement<?>> getTypesOrConfigOrStatus()
It's correct. You can iterate over the elements of this list (they'll
ve JAXBElements) and check the name to see if it's types, config or
status.
Bye.
/lexi