Assume the following class:
public class TestClass { String attr1; String attr2; String attr3; }
and a client code like: