-
how can i use java class object in xmlbean?
i want to use an java class object in xmlbean,is it possible?
for example:
i made an test.java file.
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns o="http://openuri.org/easypo"
targetNamespace="http://openuri.org/easypo"
elementFormDefault="qualified">
<xs:element name="purchase-order">
<xs:complexType>
<xs:sequence>
<xs:element name="customer" type=""/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:schema
in above exm. i want to made customer as object of (test.java) class.
how can i do it?
plz provide me solution.
Similar Threads
-
By xsouldeath in forum Java
Replies: 1
Last Post: 12-14-2005, 04:20 AM
-
By Mike Tsakiris in forum .NET
Replies: 11
Last Post: 10-04-2002, 05:32 PM
-
By Glen Kunene in forum Talk to the Editors
Replies: 17
Last Post: 03-23-2002, 12:43 AM
-
By Patrick Ireland in forum .NET
Replies: 5
Last Post: 05-10-2001, 06:19 PM
-
By Patrick Ireland in forum .NET
Replies: 0
Last Post: 04-26-2001, 10:01 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks