606162636465666768
public String toString() { XmlBuffer buffer = new XmlBuffer(); Hashtable attributes = new Hashtable(); attributes.put("name", name); buffer.appendXml("attachment", attributes, ""); return buffer.toString(); } }