users@jaxb.java.net

Re: Re: Element children of same type but different names

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 4 Apr 2008 15:13:22 +0200

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