Package org.castor.xmlctf.bestpractise.genpackage

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


        desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.castor.xmlctf.bestpractise.genpackage.UnderlyerAdjustment.class, "_underlyerAdjustment", "underlyerAdjustment", org.exolab.castor.xml.NodeType.Element);
        handler = new org.exolab.castor.xml.XMLFieldHandler() {
            public java.lang.Object getValue( java.lang.Object object )
                throws IllegalStateException
            {
                PartialTerminationChoice target = (PartialTerminationChoice) object;
                return target.getUnderlyerAdjustment();
            }
            public void setValue( java.lang.Object object, java.lang.Object value)
                throws IllegalStateException, IllegalArgumentException
            {
                try {
                    PartialTerminationChoice target = (PartialTerminationChoice) object;
                    target.setUnderlyerAdjustment( (org.castor.xmlctf.bestpractise.genpackage.UnderlyerAdjustment) 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.PartialTerminationChoice

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.