Package org.castor.xmlctf.bestpractise.genpackage

Examples of org.castor.xmlctf.bestpractise.genpackage.CBMTransactionEvent


        desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.exolab.castor.types.Date.class, "_eventEffectiveDate", "eventEffectiveDate", org.exolab.castor.xml.NodeType.Element);
        handler = new org.exolab.castor.xml.XMLFieldHandler() {
            public java.lang.Object getValue( java.lang.Object object )
                throws IllegalStateException
            {
                CBMTransactionEvent target = (CBMTransactionEvent) object;
                return target.getEventEffectiveDate();
            }
            public void setValue( java.lang.Object object, java.lang.Object value)
                throws IllegalStateException, IllegalArgumentException
            {
                try {
                    CBMTransactionEvent target = (CBMTransactionEvent) object;
                    target.setEventEffectiveDate( (org.exolab.castor.types.Date) value);
                } catch (java.lang.Exception ex) {
                    throw new IllegalStateException(ex.toString());
                }
            }
            public java.lang.Object newInstance(java.lang.Object parent) {
View Full Code Here

TOP

Related Classes of org.castor.xmlctf.bestpractise.genpackage.CBMTransactionEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.