feed.setTitle("Example Feed");
feed.addLink("http://example.org/");
feed.setUpdated(new Date());
feed.addAuthor("John Doe");
feed.setId("urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6");
feed.addContributor("Bob Jones");
feed.addCategory("example");
// Creates an entry and inserts it at the beginning of the list
Entry entry = feed.insertEntry();
entry.setTitle("Atom-Powered Robots Run Amok");