public String getAttribute() {
   if (b != null && b.getAttribute() != null) return b.getAttribute();
   return "";
 }