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