/**
  * Retrieves the InvElementPlusObjDataList passed into the constructor
  *
  * @return Simulated response
  */
 public InvElementPlusObjDataList getOutput() {
   return InvElementPlusObjHelper.fromMapList(outputMap, "InvElementPlusList");
 }