jackDoe.accounts().put( "anns", annsAccount );
jackDoe.accounts().put( "jacks", jacksAccount );
address = module.newValueBuilderWithPrototype( address ).prototype();
address.line1().set( "Qi Avenue 4j" );
jackDoe.address().set( address );
jackDoe.bigInteger().set( new BigInteger( "42424242424242424242424242" ) );
jackDoe.bigDecimal().set( new BigDecimal( "42.2376931348623157e+309" ) );
jackDoe.dateValue().set( new DateTime( "2010-03-04T13:24:35", UTC ).toDate() );
jackDoe.dateTimeValue().set( new DateTime( "2010-03-04T13:24:35", UTC ) );
jackDoe.localDateTimeValue().set( new LocalDateTime( "2010-03-04T13:23:00" ) );
jackDoe.localDateValue().set( new LocalDate( "2010-03-04" ) );