joeDoe = maleBuilder.newInstance();
address = module.newValueBuilderWithPrototype( address ).prototype();
address.line1().set( "Qi Alley 4j" );
joeDoe.address().set( address );
joeDoe.bigInteger().set( new BigInteger( "23232323232323232323232323" ) );
joeDoe.bigDecimal().set( new BigDecimal( "23.4276931348623157e+309" ) );
joeDoe.dateValue().set( new DateTime( "2020-03-04T13:24:35", UTC ).toDate() );
joeDoe.dateTimeValue().set( new DateTime( "2020-03-04T13:24:35", UTC ) );
joeDoe.localDateTimeValue().set( new LocalDateTime( "2020-03-04T13:23:00" ) );
joeDoe.localDateValue().set( new LocalDate( "2020-03-04" ) );
NameableAssert.trace( joeDoe );