/** Sets the "duplicateruleconditionid" element */ public void setDuplicateruleconditionid( com.microsoft.schemas.crm._2006.webservices.Key duplicateruleconditionid) { synchronized (monitor()) { check_orphaned(); com.microsoft.schemas.crm._2006.webservices.Key target = null; target = (com.microsoft.schemas.crm._2006.webservices.Key) get_store().find_element_user(DUPLICATERULECONDITIONID$6, 0); if (target == null) { target = (com.microsoft.schemas.crm._2006.webservices.Key) get_store().add_element_user(DUPLICATERULECONDITIONID$6); } target.set(duplicateruleconditionid); } }
/** Sets the "userfiscalcalendarid" element */ public void setUserfiscalcalendarid( com.microsoft.schemas.crm._2006.webservices.Key userfiscalcalendarid) { synchronized (monitor()) { check_orphaned(); com.microsoft.schemas.crm._2006.webservices.Key target = null; target = (com.microsoft.schemas.crm._2006.webservices.Key) get_store().find_element_user(USERFISCALCALENDARID$38, 0); if (target == null) { target = (com.microsoft.schemas.crm._2006.webservices.Key) get_store().add_element_user(USERFISCALCALENDARID$38); } target.set(userfiscalcalendarid); } }