openQuoteType.set("uri", "http://www.example.com/open");
openQuoteType.set("name", "OpenQuote");
openQuoteType.set("open", Boolean.TRUE);
openQuoteType.setBoolean("open", true);
types.define(openQuoteType);
// Define new type - CompanyType
DataObject companyType = factory.create("commonj.sdo", "Type");
companyType.set("uri", "http://www.example.com/open");
companyType.set("name", "CompanyType");