addr.set("Zip", "27502");
branchSDO1.set("Address", addr);
v.add("If you are north, head south");
v.add("If you are south, head north");
branchSDO1.set("Directions", v);
v.removeAllElements();
DataObject account1 = df.create(TEST_NAMESPACE, ACCOUNT_TYPE );
account1.set("ID", "0000 1200 0001");
account1.set("Service", serviceSDO1 );
account1.setBigDecimal("Balance", new BigDecimal("3124.12"));
v.add(account1);