You can invoke standard java methods on these objects. If s_attribute.name
is type String you can directly use $s_attribute.name.toUpperCase()
or for your specific case use $s_attribute.name.substring(0,1).toUpperCase()
and $s_attribute.name.substring(1).toLowerCase()