}
@Test
public void testRecElType() throws Exception {
RecElType x = new RecElType();
RecElType y = new RecElType();
RecElNextType xn = new RecElNextType();
RecElNextType yn = new RecElNextType();
y.setVarInt(123);
y.setRecElNext(yn);
xn.getRecEl().add(y);