1 2 3 4 5 6
class SimpleType { public Integer i; public void setI(Integer i) { this.i=i;} public Integer getI() { return i;} }