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