/** {@inheritDoc} */
 @Override
 public String marshal(StatusType statusTypr) throws Exception {
   return Character.toString(statusTypr.getCharCode());
 }