public class AAA { private int x = 42; public int getX() { return x; } public void setX(int x) { this.x = x; } }