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