Hi,
Yes JAXB can marshall that - please have a look at the samples
provided before asking such a question.
dim.
On 8/1/06, Csík Norbert <norbert.csik_at_gmail.com> wrote:
> Hi!
>
> Can JAXB marshall an the following object structure, and if so then how?
>
> pers1.name = "John"
> pers1.firm = firm1
>
> firm1.name = "ACME"
> firm1.directorPerson = pers1
>
> marshal(pers1)
>
> Thanks,
>
> --
> Norbert Csík
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>