/**
  * Returns the entry title.
  *
  * <p>
  *
  * @return the entry title, <b>null</b> if none.
  */
 public String getTitle() {
   if (_title != null) return _title.getValue();
   return null;
 }