    /**************************************************************************
     * Set a primary output (a Simple) into the 'response'. <p>
     *
     * @param response represents output data that will go to a client
     * @param value is to be stored in the 'response'
     * @throws org.biomoby.shared.MobyException if something goes wrong
     *************************************************************************/
    public void set_@ESC_ARTICLE_NAME@ (MobyJob response, @DATATYPE@ value)
	throws org.biomoby.shared.MobyException {
	response.setData (value, "@ARTICLE_NAME@");
    }

