public class Foo { private String typeof; public String getTypeof() { return typeof; } public void setTypeof(String typeof) { this.typeof = typeof; } }