public interface Sample2MXBean {
    public int getCount();
    public Name getUser();
}

