map.put("value4", "Value4");
map.put("value5", Arrays.asList(new String[]{ "Value5-1", "Value5-2" }));
residual.setElements(map);
ocm.update(residual);
ocm.save();
// --------------------------------------------------------------------------------
// Get the object
// --------------------------------------------------------------------------------
residual = (Residual) ocm.getObject( "/test");