public interface SimpleIntf1 { public String getString(); public Integer getInteger(); }