Person.ADDRESS);
// Set the proxy, this should cause the model objects for all the
// parent proxies to be created but it should not affect the model
// object associated with the person2Proxy.
Address address1 = new AddressImpl();
address1Proxy.setModelObject(address1);
// The proxy for the address of the second Person object.
BeanProxy address2Proxy = (BeanProxy) person2Proxy.getPropertyProxy(
Person.ADDRESS);