class Test { private float b; private double c; private String d; private String e; private static String f; public float getB() { return this.b; } public double getC() { return this.c; } public String getD() { return this.d; } public String getE() { return this.e; } }