/** Sets (as xml) the "EntityId" element */
 public void xsetEntityId(com.microsoft.wsdl.types.Guid entityId) {
   synchronized (monitor()) {
     check_orphaned();
     com.microsoft.wsdl.types.Guid target = null;
     target = (com.microsoft.wsdl.types.Guid) get_store().find_element_user(ENTITYID$0, 0);
     if (target == null) {
       target = (com.microsoft.wsdl.types.Guid) get_store().add_element_user(ENTITYID$0);
     }
     target.set(entityId);
   }
 }
 /** Sets (as xml) the "ImportJobId" element */
 public void xsetImportJobId(com.microsoft.wsdl.types.Guid importJobId) {
   synchronized (monitor()) {
     check_orphaned();
     com.microsoft.wsdl.types.Guid target = null;
     target = (com.microsoft.wsdl.types.Guid) get_store().find_element_user(IMPORTJOBID$2, 0);
     if (target == null) {
       target = (com.microsoft.wsdl.types.Guid) get_store().add_element_user(IMPORTJOBID$2);
     }
     target.set(importJobId);
   }
 }