public class Main { public static void main(String[] args){ FloatBean f = new FloatBean(); f.setValue(42F); // System.out.println(f.getValue()); } }