public String getStatusCode() {
   if (hasStatus()) return _status.getCode();
   return null;
 }