class Wrapper { String myField; String myField1; Wrapper(String s) { myField1 = s; } String getMyField() { return myField; } }