image.setWidth(100);
image.setHeight(30);
image.setDescription("Example image");
channel.setImage(image);
Item itemOne = new Item();
itemOne.setTitle("Betwixt now generates w3c schema!");
itemOne.setLink("http://jakarta.apache.org/commons/betwixt");
itemOne.setDescription("Example description");
channel.addItem(itemOne);
Item itemTwo = new Item();
itemTwo.setTitle("Another News Item");
itemTwo.setLink("http://jakarta.apache.org/commons/betwixt");
itemTwo.setDescription("Blah Blah Blah");
channel.addItem(itemTwo);
TextInput textInput = new TextInput();
textInput.setTitle("Send");
textInput.setDescription("Comments about Betwixt news");