cursor.toFirstChild();
cursor.setAttribute(new Name(null, "note"), "a smallish number");
cursor.setText("143");
cursor.toRoot();
cursor.toFirstChild();
Simplicity simp = (Simplicity)cursor.obj();
System.err.println("The value of simplicity: " + simp.intValue());
System.err.println("And a note: " + simp.getNote());
}
else
{
TestStore store = new TestStore(org.openuri.mytest.CustomerDocument.type);
TestStore.Cursor cursor = store.newCursor();