final java.sql.Timestamp sqlts = new java.sql.Timestamp(114,4,1,13,0,0,0);
final java.util.Date d = new DateTime(2014,5,1, 11,45, DateTimeZone.UTC).toDate();
final String e = "ORANGE";
final String s = "Tangerine";
argRepr.mapPut("bigDecimalProperty.value", bd);
argRepr.mapPut("bigIntegerProperty.value", bi);
argRepr.mapPut("javaSqlDateProperty.value", asIsoNoT(sqld)); // 1-may-2014
argRepr.mapPut("javaSqlTimeProperty.value", asIsoOnlyT(sqlt)); // 1 pm
argRepr.mapPut("javaSqlTimestampProperty.value", sqlts.getTime());
argRepr.mapPut("javaUtilDateProperty.value", asIso(d));