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) {