//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.261
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

// 
// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.261.
// 
#pragma warning disable 1591

namespace SEILoader.RicercaClienteWS {
    using System;
    using System.Web.Services;
    using System.Diagnostics;
    using System.Web.Services.Protocols;
    using System.ComponentModel;
    using System.Xml.Serialization;
    
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Web.Services.WebServiceBindingAttribute(Name="RicercaClienteSoap", Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class RicercaCliente : System.Web.Services.Protocols.SoapHttpClientProtocol {
        
        private System.Threading.SendOrPostCallback getListaClientiOperationCompleted;
        
        private System.Threading.SendOrPostCallback getListaClienteSempliceOperationCompleted;
        
        private System.Threading.SendOrPostCallback getListaClientiPerProfilazioneOperationCompleted;
        
        private System.Threading.SendOrPostCallback getListaClientiperRFAOperationCompleted;
        
        private System.Threading.SendOrPostCallback getListaClientiPersonalizzataOperationCompleted;
        
        private bool useDefaultCredentialsSetExplicitly;
        
        /// <remarks/>
        public RicercaCliente() {
            this.Url = global::SEILoader.Properties.Settings.Default.SEILoader_RicercaClienteWS_RicercaCliente;
            if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
                this.UseDefaultCredentials = true;
                this.useDefaultCredentialsSetExplicitly = false;
            }
            else {
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }
        
        public new string Url {
            get {
                return base.Url;
            }
            set {
                if ((((this.IsLocalFileSystemWebService(base.Url) == true) 
                            && (this.useDefaultCredentialsSetExplicitly == false)) 
                            && (this.IsLocalFileSystemWebService(value) == false))) {
                    base.UseDefaultCredentials = false;
                }
                base.Url = value;
            }
        }
        
        public new bool UseDefaultCredentials {
            get {
                return base.UseDefaultCredentials;
            }
            set {
                base.UseDefaultCredentials = value;
                this.useDefaultCredentialsSetExplicitly = true;
            }
        }
        
        /// <remarks/>
        public event getListaClientiCompletedEventHandler getListaClientiCompleted;
        
        /// <remarks/>
        public event getListaClienteSempliceCompletedEventHandler getListaClienteSempliceCompleted;
        
        /// <remarks/>
        public event getListaClientiPerProfilazioneCompletedEventHandler getListaClientiPerProfilazioneCompleted;
        
        /// <remarks/>
        public event getListaClientiperRFACompletedEventHandler getListaClientiperRFACompleted;
        
        /// <remarks/>
        public event getListaClientiPersonalizzataCompletedEventHandler getListaClientiPersonalizzataCompleted;
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/RicercaCliente/getListaClienti", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
        [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
        public ListaClienteRes getListaClienti([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] ChiavePB chiavePB, [System.Xml.Serialization.XmlArrayAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] ChiaveCliente[] chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] InfoClient infoClient) {
            object[] results = this.Invoke("getListaClienti", new object[] {
                        chiavePB,
                        chiaveCliente,
                        infoClient});
            return ((ListaClienteRes)(results[0]));
        }
        
        /// <remarks/>
        public void getListaClientiAsync(ChiavePB chiavePB, ChiaveCliente[] chiaveCliente, InfoClient infoClient) {
            this.getListaClientiAsync(chiavePB, chiaveCliente, infoClient, null);
        }
        
        /// <remarks/>
        public void getListaClientiAsync(ChiavePB chiavePB, ChiaveCliente[] chiaveCliente, InfoClient infoClient, object userState) {
            if ((this.getListaClientiOperationCompleted == null)) {
                this.getListaClientiOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetListaClientiOperationCompleted);
            }
            this.InvokeAsync("getListaClienti", new object[] {
                        chiavePB,
                        chiaveCliente,
                        infoClient}, this.getListaClientiOperationCompleted, userState);
        }
        
        private void OngetListaClientiOperationCompleted(object arg) {
            if ((this.getListaClientiCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getListaClientiCompleted(this, new getListaClientiCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/RicercaCliente/getListaClienteSemplice", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
        [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
        public ListaClienteRes getListaClienteSemplice([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] ChiavePB chiavePB, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] FiltroBaseRicercaCliente filtroBaseRicercaCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] InfoClient infoClient, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] int NmaxRighe) {
            object[] results = this.Invoke("getListaClienteSemplice", new object[] {
                        chiavePB,
                        filtroBaseRicercaCliente,
                        infoClient,
                        NmaxRighe});
            return ((ListaClienteRes)(results[0]));
        }
        
        /// <remarks/>
        public void getListaClienteSempliceAsync(ChiavePB chiavePB, FiltroBaseRicercaCliente filtroBaseRicercaCliente, InfoClient infoClient, int NmaxRighe) {
            this.getListaClienteSempliceAsync(chiavePB, filtroBaseRicercaCliente, infoClient, NmaxRighe, null);
        }
        
        /// <remarks/>
        public void getListaClienteSempliceAsync(ChiavePB chiavePB, FiltroBaseRicercaCliente filtroBaseRicercaCliente, InfoClient infoClient, int NmaxRighe, object userState) {
            if ((this.getListaClienteSempliceOperationCompleted == null)) {
                this.getListaClienteSempliceOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetListaClienteSempliceOperationCompleted);
            }
            this.InvokeAsync("getListaClienteSemplice", new object[] {
                        chiavePB,
                        filtroBaseRicercaCliente,
                        infoClient,
                        NmaxRighe}, this.getListaClienteSempliceOperationCompleted, userState);
        }
        
        private void OngetListaClienteSempliceOperationCompleted(object arg) {
            if ((this.getListaClienteSempliceCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getListaClienteSempliceCompleted(this, new getListaClienteSempliceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/RicercaCliente/getListaClientiPerProfilazione", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
        [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
        public ListaClienteRes getListaClientiPerProfilazione([System.Xml.Serialization.XmlArrayAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] ChiaveCliente[] chiaveCliente, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] string profilato, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] InfoClient infoClient) {
            object[] results = this.Invoke("getListaClientiPerProfilazione", new object[] {
                        chiaveCliente,
                        profilato,
                        infoClient});
            return ((ListaClienteRes)(results[0]));
        }
        
        /// <remarks/>
        public void getListaClientiPerProfilazioneAsync(ChiaveCliente[] chiaveCliente, string profilato, InfoClient infoClient) {
            this.getListaClientiPerProfilazioneAsync(chiaveCliente, profilato, infoClient, null);
        }
        
        /// <remarks/>
        public void getListaClientiPerProfilazioneAsync(ChiaveCliente[] chiaveCliente, string profilato, InfoClient infoClient, object userState) {
            if ((this.getListaClientiPerProfilazioneOperationCompleted == null)) {
                this.getListaClientiPerProfilazioneOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetListaClientiPerProfilazioneOperationCompleted);
            }
            this.InvokeAsync("getListaClientiPerProfilazione", new object[] {
                        chiaveCliente,
                        profilato,
                        infoClient}, this.getListaClientiPerProfilazioneOperationCompleted, userState);
        }
        
        private void OngetListaClientiPerProfilazioneOperationCompleted(object arg) {
            if ((this.getListaClientiPerProfilazioneCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getListaClientiPerProfilazioneCompleted(this, new getListaClientiPerProfilazioneCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/RicercaCliente/getListaClientiperRFA", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
        [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
        public ListaClienteRFARes getListaClientiperRFA([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] ChiavePB chiavePB, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] InfoClient infoClient, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] int NmaxRighe) {
            object[] results = this.Invoke("getListaClientiperRFA", new object[] {
                        chiavePB,
                        infoClient,
                        NmaxRighe});
            return ((ListaClienteRFARes)(results[0]));
        }
        
        /// <remarks/>
        public void getListaClientiperRFAAsync(ChiavePB chiavePB, InfoClient infoClient, int NmaxRighe) {
            this.getListaClientiperRFAAsync(chiavePB, infoClient, NmaxRighe, null);
        }
        
        /// <remarks/>
        public void getListaClientiperRFAAsync(ChiavePB chiavePB, InfoClient infoClient, int NmaxRighe, object userState) {
            if ((this.getListaClientiperRFAOperationCompleted == null)) {
                this.getListaClientiperRFAOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetListaClientiperRFAOperationCompleted);
            }
            this.InvokeAsync("getListaClientiperRFA", new object[] {
                        chiavePB,
                        infoClient,
                        NmaxRighe}, this.getListaClientiperRFAOperationCompleted, userState);
        }
        
        private void OngetListaClientiperRFAOperationCompleted(object arg) {
            if ((this.getListaClientiperRFACompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getListaClientiperRFACompleted(this, new getListaClientiperRFACompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://bancafideuram.it/WSNAC/RicercaCliente/getListaClientiPersonalizzata", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
        [return: System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
        public ListaClientePersonalizzataRes getListaClientiPersonalizzata([System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] ChiavePB chiavePB, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] FiltroRicercaClientePersonalizzata filtroRicercaClientePersonalizzata, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] int NmaxRighe, [System.Xml.Serialization.XmlElementAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")] InfoClient infoClient) {
            object[] results = this.Invoke("getListaClientiPersonalizzata", new object[] {
                        chiavePB,
                        filtroRicercaClientePersonalizzata,
                        NmaxRighe,
                        infoClient});
            return ((ListaClientePersonalizzataRes)(results[0]));
        }
        
        /// <remarks/>
        public void getListaClientiPersonalizzataAsync(ChiavePB chiavePB, FiltroRicercaClientePersonalizzata filtroRicercaClientePersonalizzata, int NmaxRighe, InfoClient infoClient) {
            this.getListaClientiPersonalizzataAsync(chiavePB, filtroRicercaClientePersonalizzata, NmaxRighe, infoClient, null);
        }
        
        /// <remarks/>
        public void getListaClientiPersonalizzataAsync(ChiavePB chiavePB, FiltroRicercaClientePersonalizzata filtroRicercaClientePersonalizzata, int NmaxRighe, InfoClient infoClient, object userState) {
            if ((this.getListaClientiPersonalizzataOperationCompleted == null)) {
                this.getListaClientiPersonalizzataOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetListaClientiPersonalizzataOperationCompleted);
            }
            this.InvokeAsync("getListaClientiPersonalizzata", new object[] {
                        chiavePB,
                        filtroRicercaClientePersonalizzata,
                        NmaxRighe,
                        infoClient}, this.getListaClientiPersonalizzataOperationCompleted, userState);
        }
        
        private void OngetListaClientiPersonalizzataOperationCompleted(object arg) {
            if ((this.getListaClientiPersonalizzataCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getListaClientiPersonalizzataCompleted(this, new getListaClientiPersonalizzataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        public new void CancelAsync(object userState) {
            base.CancelAsync(userState);
        }
        
        private bool IsLocalFileSystemWebService(string url) {
            if (((url == null) 
                        || (url == string.Empty))) {
                return false;
            }
            System.Uri wsUri = new System.Uri(url);
            if (((wsUri.Port >= 1024) 
                        && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
                return true;
            }
            return false;
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ChiavePB {
        
        private string codiceReteField;
        
        private string codiceAgenteField;
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceAgente {
            get {
                return this.codiceAgenteField;
            }
            set {
                this.codiceAgenteField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ListaClientePersonalizzata {
        
        private string codiceReteField;
        
        private string codiceAgenteField;
        
        private string cognomeField;
        
        private string nomeField;
        
        private double rFATotaleField;
        
        private string tipoClienteField;
        
        private int profiloDiRischioField;
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceAgente {
            get {
                return this.codiceAgenteField;
            }
            set {
                this.codiceAgenteField = value;
            }
        }
        
        /// <remarks/>
        public string cognome {
            get {
                return this.cognomeField;
            }
            set {
                this.cognomeField = value;
            }
        }
        
        /// <remarks/>
        public string nome {
            get {
                return this.nomeField;
            }
            set {
                this.nomeField = value;
            }
        }
        
        /// <remarks/>
        public double RFATotale {
            get {
                return this.rFATotaleField;
            }
            set {
                this.rFATotaleField = value;
            }
        }
        
        /// <remarks/>
        public string tipoCliente {
            get {
                return this.tipoClienteField;
            }
            set {
                this.tipoClienteField = value;
            }
        }
        
        /// <remarks/>
        public int profiloDiRischio {
            get {
                return this.profiloDiRischioField;
            }
            set {
                this.profiloDiRischioField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ListaClientePersonalizzataRes {
        
        private ListaClientePersonalizzata[] allListaClientePersonalizzataField;
        
        private InfoServer infoField;
        
        /// <remarks/>
        public ListaClientePersonalizzata[] allListaClientePersonalizzata {
            get {
                return this.allListaClientePersonalizzataField;
            }
            set {
                this.allListaClientePersonalizzataField = value;
            }
        }
        
        /// <remarks/>
        public InfoServer info {
            get {
                return this.infoField;
            }
            set {
                this.infoField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class InfoServer {
        
        private bool sistemaInAggiornamentoField;
        
        private int versioneDatabaseSIMPBField;
        
        private string codiceApplicazioneField;
        
        private Errore[] errorsField;
        
        /// <remarks/>
        public bool sistemaInAggiornamento {
            get {
                return this.sistemaInAggiornamentoField;
            }
            set {
                this.sistemaInAggiornamentoField = value;
            }
        }
        
        /// <remarks/>
        public int versioneDatabaseSIMPB {
            get {
                return this.versioneDatabaseSIMPBField;
            }
            set {
                this.versioneDatabaseSIMPBField = value;
            }
        }
        
        /// <remarks/>
        public string codiceApplicazione {
            get {
                return this.codiceApplicazioneField;
            }
            set {
                this.codiceApplicazioneField = value;
            }
        }
        
        /// <remarks/>
        public Errore[] errors {
            get {
                return this.errorsField;
            }
            set {
                this.errorsField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class Errore {
        
        private int codiceErroreField;
        
        private int livelloDiSeveritaField;
        
        private string messaggioPerUtenteFinaleField;
        
        private string descrizioneInternaField;
        
        private string stackTraceField;
        
        private string codiceReteField;
        
        /// <remarks/>
        public int codiceErrore {
            get {
                return this.codiceErroreField;
            }
            set {
                this.codiceErroreField = value;
            }
        }
        
        /// <remarks/>
        public int livelloDiSeverita {
            get {
                return this.livelloDiSeveritaField;
            }
            set {
                this.livelloDiSeveritaField = value;
            }
        }
        
        /// <remarks/>
        public string messaggioPerUtenteFinale {
            get {
                return this.messaggioPerUtenteFinaleField;
            }
            set {
                this.messaggioPerUtenteFinaleField = value;
            }
        }
        
        /// <remarks/>
        public string descrizioneInterna {
            get {
                return this.descrizioneInternaField;
            }
            set {
                this.descrizioneInternaField = value;
            }
        }
        
        /// <remarks/>
        public string stackTrace {
            get {
                return this.stackTraceField;
            }
            set {
                this.stackTraceField = value;
            }
        }
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class FiltroRicercaClientePersonalizzata {
        
        private string cognomeField;
        
        private string nomeField;
        
        private string cittadiResidenzaField;
        
        private string provinciadiResidenzaField;
        
        private string cAPResidenzaField;
        
        private int[][] fasceEtàField;
        
        private char[] fasceRFAField;
        
        private string tipoClienteField;
        
        private int[] profilidiRischioField;
        
        /// <remarks/>
        public string cognome {
            get {
                return this.cognomeField;
            }
            set {
                this.cognomeField = value;
            }
        }
        
        /// <remarks/>
        public string nome {
            get {
                return this.nomeField;
            }
            set {
                this.nomeField = value;
            }
        }
        
        /// <remarks/>
        public string cittadiResidenza {
            get {
                return this.cittadiResidenzaField;
            }
            set {
                this.cittadiResidenzaField = value;
            }
        }
        
        /// <remarks/>
        public string provinciadiResidenza {
            get {
                return this.provinciadiResidenzaField;
            }
            set {
                this.provinciadiResidenzaField = value;
            }
        }
        
        /// <remarks/>
        public string CAPResidenza {
            get {
                return this.cAPResidenzaField;
            }
            set {
                this.cAPResidenzaField = value;
            }
        }
        
        /// <remarks/>
        [System.Xml.Serialization.XmlArrayItemAttribute("ArrayOfInt")]
        [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false, NestingLevel=1)]
        public int[][] fasceEtà {
            get {
                return this.fasceEtàField;
            }
            set {
                this.fasceEtàField = value;
            }
        }
        
        /// <remarks/>
        public char[] fasceRFA {
            get {
                return this.fasceRFAField;
            }
            set {
                this.fasceRFAField = value;
            }
        }
        
        /// <remarks/>
        public string tipoCliente {
            get {
                return this.tipoClienteField;
            }
            set {
                this.tipoClienteField = value;
            }
        }
        
        /// <remarks/>
        public int[] profilidiRischio {
            get {
                return this.profilidiRischioField;
            }
            set {
                this.profilidiRischioField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ListaClienteRFA {
        
        private string codiceReteField;
        
        private string codiceAgenteField;
        
        private string codiceFiscaleField;
        
        private string nomeField;
        
        private string cognomeField;
        
        private double rFATotaleField;
        
        private string tipoClienteField;
        
        private string datadinascitaField;
        
        private string cittadiResidenzaField;
        
        private int profiloDiRischioField;
        
        private double varMaxProfiloDiRischioField;
        
        private double varPortafoglioBFField;
        
        private string dataFirmaField;
        
        private string codiceMandatoField;
        
        private string fiducianteMonoMandatarioField;
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceAgente {
            get {
                return this.codiceAgenteField;
            }
            set {
                this.codiceAgenteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceFiscale {
            get {
                return this.codiceFiscaleField;
            }
            set {
                this.codiceFiscaleField = value;
            }
        }
        
        /// <remarks/>
        public string nome {
            get {
                return this.nomeField;
            }
            set {
                this.nomeField = value;
            }
        }
        
        /// <remarks/>
        public string cognome {
            get {
                return this.cognomeField;
            }
            set {
                this.cognomeField = value;
            }
        }
        
        /// <remarks/>
        public double RFATotale {
            get {
                return this.rFATotaleField;
            }
            set {
                this.rFATotaleField = value;
            }
        }
        
        /// <remarks/>
        public string tipoCliente {
            get {
                return this.tipoClienteField;
            }
            set {
                this.tipoClienteField = value;
            }
        }
        
        /// <remarks/>
        public string datadinascita {
            get {
                return this.datadinascitaField;
            }
            set {
                this.datadinascitaField = value;
            }
        }
        
        /// <remarks/>
        public string cittadiResidenza {
            get {
                return this.cittadiResidenzaField;
            }
            set {
                this.cittadiResidenzaField = value;
            }
        }
        
        /// <remarks/>
        public int profiloDiRischio {
            get {
                return this.profiloDiRischioField;
            }
            set {
                this.profiloDiRischioField = value;
            }
        }
        
        /// <remarks/>
        public double VarMaxProfiloDiRischio {
            get {
                return this.varMaxProfiloDiRischioField;
            }
            set {
                this.varMaxProfiloDiRischioField = value;
            }
        }
        
        /// <remarks/>
        public double VarPortafoglioBF {
            get {
                return this.varPortafoglioBFField;
            }
            set {
                this.varPortafoglioBFField = value;
            }
        }
        
        /// <remarks/>
        public string dataFirma {
            get {
                return this.dataFirmaField;
            }
            set {
                this.dataFirmaField = value;
            }
        }
        
        /// <remarks/>
        public string codiceMandato {
            get {
                return this.codiceMandatoField;
            }
            set {
                this.codiceMandatoField = value;
            }
        }
        
        /// <remarks/>
        public string fiducianteMonoMandatario {
            get {
                return this.fiducianteMonoMandatarioField;
            }
            set {
                this.fiducianteMonoMandatarioField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ListaClienteRFARes {
        
        private ListaClienteRFA[] allListaClienteRFAField;
        
        private InfoServer infoField;
        
        /// <remarks/>
        public ListaClienteRFA[] allListaClienteRFA {
            get {
                return this.allListaClienteRFAField;
            }
            set {
                this.allListaClienteRFAField = value;
            }
        }
        
        /// <remarks/>
        public InfoServer info {
            get {
                return this.infoField;
            }
            set {
                this.infoField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class FiltroBaseRicercaCliente {
        
        private string codiceFiscaleField;
        
        private string nomeField;
        
        private string cognomeField;
        
        private string cittadiResidenzaField;
        
        private string tipoClienteField;
        
        private string profilatoField;
        
        /// <remarks/>
        public string codiceFiscale {
            get {
                return this.codiceFiscaleField;
            }
            set {
                this.codiceFiscaleField = value;
            }
        }
        
        /// <remarks/>
        public string nome {
            get {
                return this.nomeField;
            }
            set {
                this.nomeField = value;
            }
        }
        
        /// <remarks/>
        public string cognome {
            get {
                return this.cognomeField;
            }
            set {
                this.cognomeField = value;
            }
        }
        
        /// <remarks/>
        public string cittadiResidenza {
            get {
                return this.cittadiResidenzaField;
            }
            set {
                this.cittadiResidenzaField = value;
            }
        }
        
        /// <remarks/>
        public string tipoCliente {
            get {
                return this.tipoClienteField;
            }
            set {
                this.tipoClienteField = value;
            }
        }
        
        /// <remarks/>
        public string profilato {
            get {
                return this.profilatoField;
            }
            set {
                this.profilatoField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ListaCliente {
        
        private string codiceReteField;
        
        private string codiceAgenteField;
        
        private string codiceFiscaleField;
        
        private string nomeField;
        
        private string cognomeField;
        
        private double rFATotaleField;
        
        private string tipoClienteField;
        
        private string datadinascitaField;
        
        private string cittadiResidenzaField;
        
        private int profiloDiRischioField;
        
        private string dataFirmaField;
        
        private string codiceMandatoField;
        
        private string fiducianteMonoMandatarioField;
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceAgente {
            get {
                return this.codiceAgenteField;
            }
            set {
                this.codiceAgenteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceFiscale {
            get {
                return this.codiceFiscaleField;
            }
            set {
                this.codiceFiscaleField = value;
            }
        }
        
        /// <remarks/>
        public string nome {
            get {
                return this.nomeField;
            }
            set {
                this.nomeField = value;
            }
        }
        
        /// <remarks/>
        public string cognome {
            get {
                return this.cognomeField;
            }
            set {
                this.cognomeField = value;
            }
        }
        
        /// <remarks/>
        public double RFATotale {
            get {
                return this.rFATotaleField;
            }
            set {
                this.rFATotaleField = value;
            }
        }
        
        /// <remarks/>
        public string tipoCliente {
            get {
                return this.tipoClienteField;
            }
            set {
                this.tipoClienteField = value;
            }
        }
        
        /// <remarks/>
        public string datadinascita {
            get {
                return this.datadinascitaField;
            }
            set {
                this.datadinascitaField = value;
            }
        }
        
        /// <remarks/>
        public string cittadiResidenza {
            get {
                return this.cittadiResidenzaField;
            }
            set {
                this.cittadiResidenzaField = value;
            }
        }
        
        /// <remarks/>
        public int profiloDiRischio {
            get {
                return this.profiloDiRischioField;
            }
            set {
                this.profiloDiRischioField = value;
            }
        }
        
        /// <remarks/>
        public string dataFirma {
            get {
                return this.dataFirmaField;
            }
            set {
                this.dataFirmaField = value;
            }
        }
        
        /// <remarks/>
        public string codiceMandato {
            get {
                return this.codiceMandatoField;
            }
            set {
                this.codiceMandatoField = value;
            }
        }
        
        /// <remarks/>
        public string fiducianteMonoMandatario {
            get {
                return this.fiducianteMonoMandatarioField;
            }
            set {
                this.fiducianteMonoMandatarioField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ListaClienteRes {
        
        private ListaCliente[] allListaClienteField;
        
        private InfoServer infoField;
        
        /// <remarks/>
        public ListaCliente[] allListaCliente {
            get {
                return this.allListaClienteField;
            }
            set {
                this.allListaClienteField = value;
            }
        }
        
        /// <remarks/>
        public InfoServer info {
            get {
                return this.infoField;
            }
            set {
                this.infoField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class InfoClient {
        
        private string codiceApplicazioneField;
        
        private int versioneDatabaseSIMPBField;
        
        private string codiceReteField;
        
        /// <remarks/>
        public string codiceApplicazione {
            get {
                return this.codiceApplicazioneField;
            }
            set {
                this.codiceApplicazioneField = value;
            }
        }
        
        /// <remarks/>
        public int versioneDatabaseSIMPB {
            get {
                return this.versioneDatabaseSIMPBField;
            }
            set {
                this.versioneDatabaseSIMPBField = value;
            }
        }
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.233")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://bancafideuram.it/WSNAC/RicercaCliente")]
    public partial class ChiaveCliente {
        
        private string codiceReteField;
        
        private string codiceAgenteField;
        
        private string codicefiscaleField;
        
        private string codiceMandatoField;
        
        private bool potenzialeClienteNACField;
        
        /// <remarks/>
        public string codiceRete {
            get {
                return this.codiceReteField;
            }
            set {
                this.codiceReteField = value;
            }
        }
        
        /// <remarks/>
        public string codiceAgente {
            get {
                return this.codiceAgenteField;
            }
            set {
                this.codiceAgenteField = value;
            }
        }
        
        /// <remarks/>
        public string codicefiscale {
            get {
                return this.codicefiscaleField;
            }
            set {
                this.codicefiscaleField = value;
            }
        }
        
        /// <remarks/>
        public string codiceMandato {
            get {
                return this.codiceMandatoField;
            }
            set {
                this.codiceMandatoField = value;
            }
        }
        
        /// <remarks/>
        public bool potenzialeClienteNAC {
            get {
                return this.potenzialeClienteNACField;
            }
            set {
                this.potenzialeClienteNACField = value;
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getListaClientiCompletedEventHandler(object sender, getListaClientiCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getListaClientiCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getListaClientiCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public ListaClienteRes Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((ListaClienteRes)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getListaClienteSempliceCompletedEventHandler(object sender, getListaClienteSempliceCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getListaClienteSempliceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getListaClienteSempliceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public ListaClienteRes Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((ListaClienteRes)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getListaClientiPerProfilazioneCompletedEventHandler(object sender, getListaClientiPerProfilazioneCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getListaClientiPerProfilazioneCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getListaClientiPerProfilazioneCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public ListaClienteRes Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((ListaClienteRes)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getListaClientiperRFACompletedEventHandler(object sender, getListaClientiperRFACompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getListaClientiperRFACompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getListaClientiperRFACompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public ListaClienteRFARes Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((ListaClienteRFARes)(this.results[0]));
            }
        }
    }
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    public delegate void getListaClientiPersonalizzataCompletedEventHandler(object sender, getListaClientiPersonalizzataCompletedEventArgs e);
    
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getListaClientiPersonalizzataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        
        private object[] results;
        
        internal getListaClientiPersonalizzataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
                base(exception, cancelled, userState) {
            this.results = results;
        }
        
        /// <remarks/>
        public ListaClientePersonalizzataRes Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((ListaClientePersonalizzataRes)(this.results[0]));
            }
        }
    }
}

#pragma warning restore 1591