class JavaClass { private String myX; public String getX() { return myX; } public void setX(String x) { myX = x; } }