Sets an object's attribute, creating the object's attributes regardless of the intervening objects and containers.
public void setAttributeWithCreate(String attrName, Object value);
None.
The setAttributeWithCreate() method forcibly sets an object's attribute; that is, it creates the object's attributes regardless of the intervening objects and containers. The supported grammar is: attr1.attr2...attrThatsAContainer[index]...attrN. For example, Address[5].AddressObjId refers to the object identifier of the fifth element in the business object array referenced by the Address attribute.