public java.lang.String getCurrentRestitution() {
   if (outputProps != null) return (outputProps.getCurrentRestitution());
   else return (inputProps.getCurrentRestitution());
 }