public String getAcknowledgeLabel() {
   if (hasAcknowledge()) return _acknowledge.getLabel();
   return null;
 }