RE: implementing a custom interface

2009-09-18 Thread Gillen, Paul
alance: 23.14 Info from ProductType: 53.14 43.14 Certificate Type: Certificate Info Starting Balance: 53.14 Ending Balance: 43.14 -Original Message- From: Gillen, Paul [mailto:paul.gil...@nscorp.com] Sent: Friday, September 18, 2009 11:36 AM To: 'user@xmlbeans.apac

RE: implementing a custom interface

2009-09-18 Thread Jason Berk
er option is to run the xml through something that reorganizes the content before using xbeans...which seems silly. Jason -Original Message- From: Gillen, Paul [mailto:paul.gil...@nscorp.com] Sent: Friday, September 18, 2009 11:36 AM To: 'user@xmlbeans.apache.org' Subject: RE: implem

RE: implementing a custom interface

2009-09-18 Thread Gillen, Paul
Berk [mailto:jb...@purdueefcu.com] Sent: Friday, September 18, 2009 11:19 AM To: user@xmlbeans.apache.org Subject: implementing a custom interface I have three types in my XSD: Savings, Checking, Certificate. Is it possible to add something (to the .xsdconfig?) that makes all three types implement

implementing a custom interface

2009-09-18 Thread Jason Berk
I have three types in my XSD: Savings, Checking, Certificate. Is it possible to add something (to the .xsdconfig?) that makes all three types implement an interface I created? I want my beans to be like this: Product getStaringBal() getEndingBal() Savings implements Product