public final NtcirTopicReader setReturnFormat(String returnFormat) {
   queryGenerator.setReturnFormat(returnFormat);
   return this;
 }