users@jaxb.java.net

Re: More configuration/customization

From: Han Ming Ong <hanming_at_mac.com>
Date: Sun, 23 Mar 2003 15:12:57 -0800

Using customization will work.

<jaxb:property name>

See SampleApp6/po.xsd for an example.




On Saturday, March 22, 2003, at 08:59 AM, Malachi de AElfweald wrote:

> How do I customize:
> java.util.List getVhost()
> into something like
> java.util.List getVirtualHosts()
>
> without changing the element name?
>
> Malachi