/* 961 */ return null;
/* */ }
/* 963 */ ClassBeanInfoImpl cb = (ClassBeanInfoImpl)bi;
/* 964 */ for (Property p : cb.properties) {
/* 965 */ if ((p instanceof AttributeProperty)) {
/* 966 */ AttributeProperty ap = (AttributeProperty)p;
/* 967 */ if (!ap.attName.equals("http://www.w3.org/2005/05/xmlmime", "contentType")) continue;
/* */ try {
/* 969 */ return (String)ap.xacc.print(o);
/* */ } catch (AccessorException e) {
/* 971 */ return null;