7677787980818283848586
public void setValue(Object bean, QName name, Object value) throws ConfigException { CustomBeanConfig customBean = (CustomBeanConfig) bean; customBean.addMethod((CustomBeanMethodConfig) value); } /** * Sets the value of the attribute */