I have some class with string fields inside it
public class Variable { private String id; private String name; }
My goal is to have <