new PostalAddress("19451 Via Monte Rd. CA95070"), new PostalAddress("9 1st St. CA 95000")};
Email[] emailDat = {new Email("somebody@google.com"), new Email("somebody2@gmail.com"),
new Email("somebody3@hotmail.com")};
Link[] linkDat = {new Link("http://www.hotmail.com"), new Link("http://www.google.com.com"),
new Link("http://www.gmail.com")};
Category[] categoryDat = {new Category("developer"), new Category("test"),
new Category("manager")};
Text[] textDat = {new Text("english"), new Text("chinese"), new Text("japanese")};
ShortBlob[] byteString = {new ShortBlob("shortblob".getBytes()),
new ShortBlob("shortText".getBytes()), new ShortBlob("shortImage".getBytes())};
Blob[] blobDat = {new Blob("blobImage".getBytes()), new Blob("blobText".getBytes()),
new Blob("blobData".getBytes())};