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