name=railo.runtime.type.util.ListUtil.last(el.getQName().getLocalPart(), '>');
if(clazz==null)clazz=tm.getClassForQName(t.getQName());
if(clazz==null)clazz=Object.class;
properties.add(new ASMPropertyImpl(clazz,name));
}
}
ASMProperty[] props = properties.toArray(new ASMProperty[properties.size()]);
String clientClassName=getClientClassName(type);
Pojo pojo;