<#if resource.parameters.bindBeanId??> <#else> <#if resource.parameters.valueAttributeName??> Extracting value from attribute ${resource.parameters.valueAttributeName} and binding it on property ${resource.parameters.property} <#if resource.parameters.type??>(type ${resource.parameters.type}) of bean ${resource.parameters.beanId}. <#else> Extracting element data and binding it on property ${resource.parameters.property!'undefined'} <#if resource.parameters.type??>(type ${resource.parameters.type}) of bean ${resource.parameters.beanId}.