/** Sets the "owninguser" element */ public void setOwninguser( com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier owninguser) { synchronized (monitor()) { check_orphaned(); com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier target = null; target = (com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier) get_store().find_element_user(OWNINGUSER$20, 0); if (target == null) { target = (com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier) get_store().add_element_user(OWNINGUSER$20); } target.set(owninguser); } }
/** Sets the "owningbusinessunit" element */ public void setOwningbusinessunit( com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier owningbusinessunit) { synchronized (monitor()) { check_orphaned(); com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier target = null; target = (com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier) get_store().find_element_user(OWNINGBUSINESSUNIT$18, 0); if (target == null) { target = (com.microsoft.schemas.crm._2006.webservices.UniqueIdentifier) get_store().add_element_user(OWNINGBUSINESSUNIT$18); } target.set(owningbusinessunit); } }