Perhaps Castor or XmlBeans projects can be of help. They provide tools for generating Java Beans from XML schemas.

I know Castor beans can be used with Axis 1.x. Does anybody knows if XmlBeans can be used too?

vincent wrote:
Hy,
I want to implement a java class for xml schema which contains xsd:choice. could you say me the java class to developp for this xml schema for example: *<complexType name="Payment">
   <choice>
      <element name="cash" nillable="true" type="string"/>
      <element name="check" type="Check"/>
      <element name="credit" type="Credit"/>
  </choice>
</complexType>*
** ** I must create a java class Payment to represent this xml schema. Best regards

--
-------------------------------------------------------------------
GRIDSYSTEMS                    Rodrigo Ruiz Aguayo
Parc Bit - Son Espanyol
07120 Palma de Mallorca        mailto:[EMAIL PROTECTED]
Baleares - EspaƱa              Tel:+34-971435085 Fax:+34-971435082
http://www.gridsystems.com
-------------------------------------------------------------------


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.1/309 - Release Date: 11/04/2006

Reply via email to