public boolean hasAccess_USA(long candidateId) throws java.rmi.RemoteException {
   if (__userAccessWS == null) _initUserAccessWSProxy();
   return __userAccessWS.hasAccess_USA(candidateId);
 }
 public boolean grantRemoveAccess(long candidateId, java.lang.String country, boolean grantAccess)
     throws java.rmi.RemoteException {
   if (__userAccessWS == null) _initUserAccessWSProxy();
   return __userAccessWS.grantRemoveAccess(candidateId, country, grantAccess);
 }