Publisher: | "+meta.getPublisher()+" |
Contacts: | ");
-// boolean firsti = true;
-// for (ContactDetail c : meta.getContact()) {
-// if (firsti)
-// firsti = false;
-// else
-// b.append(" "); -// if (c.hasName()) -// b.append(Utilities.escapeXml(c.getName())+": "); -// boolean first = true; -// for (ContactPoint cp : c.getTelecom()) { -// if (first) -// first = false; -// else -// b.append(", "); -// renderContactPoint(b, cp); -// } -// } -// b.append(" |
Status: | "+meta.getStatus().toString()+" |
Date: | "+meta.getDateElement().asStringValue()+" |
Type: | "+renderType(meta.getElement().get(0).getType())+" |