/**
  * Retrieves the UnitsTypeRcObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public UnitsTypeRcObjectDataList getOutput() {
   return UnitsTypeRcObjectHelper.fromMapList(outputMap, "UnitsTypeList");
 }