To put data into a Container object, use the Container.put() method.
String custNo = "00054321"; byte[] custRecIn = custNo.getBytes(); custRec.put(custRecIn);
custRec.put("00054321");