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