it just works like a field, assume the above code is in class A, you can doA obj = new A();
int i = obj.Integer;
obj.Integer = 12;