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