//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Xml.Serialization;
//
// This source code was auto-generated by wsdl, Version=2.0.50727.3038.
//
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="IBAN_CalculatorBinding", Namespace="https://ssl.ibanrechner.de/")]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(Field))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(item))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(BankStruct))]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(BICStruct))]
public partial class IBAN_Calculator : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback validate_ibanOperationCompleted;
private System.Threading.SendOrPostCallback calculate_ibanOperationCompleted;
private System.Threading.SendOrPostCallback get_dutch_banksOperationCompleted;
private System.Threading.SendOrPostCallback get_swiss_banksOperationCompleted;
private System.Threading.SendOrPostCallback country_supportedOperationCompleted;
private System.Threading.SendOrPostCallback get_formOperationCompleted;
/// <remarks/>
public IBAN_Calculator() {
this.Url = "http://dev.iban-bic.com/Riban/soap2/index.php";
}
/// <remarks/>
public event validate_ibanCompletedEventHandler validate_ibanCompleted;
/// <remarks/>
public event calculate_ibanCompletedEventHandler calculate_ibanCompleted;
/// <remarks/>
public event get_dutch_banksCompletedEventHandler get_dutch_banksCompleted;
/// <remarks/>
public event get_swiss_banksCompletedEventHandler get_swiss_banksCompleted;
/// <remarks/>
public event country_supportedCompletedEventHandler country_supportedCompleted;
/// <remarks/>
public event get_formCompletedEventHandler get_formCompleted;
/// <remarks/>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#validate_iban", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
public IBANValResStruct validate_iban(string iban, string user, string password) {
object[] results = this.Invoke("validate_iban", new object[] {
iban,
user,
password});
return ((IBANValResStruct)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Beginvalidate_iban(string iban, string user, string password, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("validate_iban", new object[] {
iban,
user,
password}, callback, asyncState);
}
/// <remarks/>
public IBANValResStruct Endvalidate_iban(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((IBANValResStruct)(results[0]));
}
/// <remarks/>
public void validate_ibanAsync(string iban, string user, string password) {
this.validate_ibanAsync(iban, user, password, null);
}
/// <remarks/>
public void validate_ibanAsync(string iban, string user, string password, object userState) {
if ((this.validate_ibanOperationCompleted == null)) {
this.validate_ibanOperationCompleted = new System.Threading.SendOrPostCallback(this.Onvalidate_ibanOperationCompleted);
}
this.InvokeAsync("validate_iban", new object[] {
iban,
user,
password}, this.validate_ibanOperationCompleted, userState);
}
private void Onvalidate_ibanOperationCompleted(object arg) {
if ((this.validate_ibanCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.validate_ibanCompleted(this, new validate_ibanCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#calculate_iban", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
public IBANCalcResStruct calculate_iban(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode) {
object[] results = this.Invoke("calculate_iban", new object[] {
country,
bankcode,
account,
user,
password,
bic,
legacy_mode});
return ((IBANCalcResStruct)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Begincalculate_iban(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("calculate_iban", new object[] {
country,
bankcode,
account,
user,
password,
bic,
legacy_mode}, callback, asyncState);
}
/// <remarks/>
public IBANCalcResStruct Endcalculate_iban(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((IBANCalcResStruct)(results[0]));
}
/// <remarks/>
public void calculate_ibanAsync(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode) {
this.calculate_ibanAsync(country, bankcode, account, user, password, bic, legacy_mode, null);
}
/// <remarks/>
public void calculate_ibanAsync(string country, string bankcode, string account, string user, string password, string bic, int legacy_mode, object userState) {
if ((this.calculate_ibanOperationCompleted == null)) {
this.calculate_ibanOperationCompleted = new System.Threading.SendOrPostCallback(this.Oncalculate_ibanOperationCompleted);
}
this.InvokeAsync("calculate_iban", new object[] {
country,
bankcode,
account,
user,
password,
bic,
legacy_mode}, this.calculate_ibanOperationCompleted, userState);
}
private void Oncalculate_ibanOperationCompleted(object arg) {
if ((this.calculate_ibanCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.calculate_ibanCompleted(this, new calculate_ibanCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#get_dutch_banks", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
public BankResStruct get_dutch_banks(string user, string password) {
object[] results = this.Invoke("get_dutch_banks", new object[] {
user,
password});
return ((BankResStruct)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Beginget_dutch_banks(string user, string password, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("get_dutch_banks", new object[] {
user,
password}, callback, asyncState);
}
/// <remarks/>
public BankResStruct Endget_dutch_banks(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((BankResStruct)(results[0]));
}
/// <remarks/>
public void get_dutch_banksAsync(string user, string password) {
this.get_dutch_banksAsync(user, password, null);
}
/// <remarks/>
public void get_dutch_banksAsync(string user, string password, object userState) {
if ((this.get_dutch_banksOperationCompleted == null)) {
this.get_dutch_banksOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_dutch_banksOperationCompleted);
}
this.InvokeAsync("get_dutch_banks", new object[] {
user,
password}, this.get_dutch_banksOperationCompleted, userState);
}
private void Onget_dutch_banksOperationCompleted(object arg) {
if ((this.get_dutch_banksCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.get_dutch_banksCompleted(this, new get_dutch_banksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#get_swiss_banks", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
public BankResStruct get_swiss_banks(string bank, string user, string password) {
object[] results = this.Invoke("get_swiss_banks", new object[] {
bank,
user,
password});
return ((BankResStruct)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Beginget_swiss_banks(string bank, string user, string password, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("get_swiss_banks", new object[] {
bank,
user,
password}, callback, asyncState);
}
/// <remarks/>
public BankResStruct Endget_swiss_banks(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((BankResStruct)(results[0]));
}
/// <remarks/>
public void get_swiss_banksAsync(string bank, string user, string password) {
this.get_swiss_banksAsync(bank, user, password, null);
}
/// <remarks/>
public void get_swiss_banksAsync(string bank, string user, string password, object userState) {
if ((this.get_swiss_banksOperationCompleted == null)) {
this.get_swiss_banksOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_swiss_banksOperationCompleted);
}
this.InvokeAsync("get_swiss_banks", new object[] {
bank,
user,
password}, this.get_swiss_banksOperationCompleted, userState);
}
private void Onget_swiss_banksOperationCompleted(object arg) {
if ((this.get_swiss_banksCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.get_swiss_banksCompleted(this, new get_swiss_banksCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#country_supported", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
public CountryResStruct country_supported(string country, string user, string password) {
object[] results = this.Invoke("country_supported", new object[] {
country,
user,
password});
return ((CountryResStruct)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Begincountry_supported(string country, string user, string password, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("country_supported", new object[] {
country,
user,
password}, callback, asyncState);
}
/// <remarks/>
public CountryResStruct Endcountry_supported(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((CountryResStruct)(results[0]));
}
/// <remarks/>
public void country_supportedAsync(string country, string user, string password) {
this.country_supportedAsync(country, user, password, null);
}
/// <remarks/>
public void country_supportedAsync(string country, string user, string password, object userState) {
if ((this.country_supportedOperationCompleted == null)) {
this.country_supportedOperationCompleted = new System.Threading.SendOrPostCallback(this.Oncountry_supportedOperationCompleted);
}
this.InvokeAsync("country_supported", new object[] {
country,
user,
password}, this.country_supportedOperationCompleted, userState);
}
private void Oncountry_supportedOperationCompleted(object arg) {
if ((this.country_supportedCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.country_supportedCompleted(this, new country_supportedCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://ssl.ibanrechner.de/#country_supported", RequestNamespace="https://ssl.ibanrechner.de/", ResponseNamespace="https://ssl.ibanrechner.de/")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
public Form get_form(item[] @params, string user, string password) {
object[] results = this.Invoke("get_form", new object[] {
@params,
user,
password});
return ((Form)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Beginget_form(item[] @params, string user, string password, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("get_form", new object[] {
@params,
user,
password}, callback, asyncState);
}
/// <remarks/>
public Form Endget_form(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((Form)(results[0]));
}
/// <remarks/>
public void get_formAsync(item[] @params, string user, string password) {
this.get_formAsync(@params, user, password, null);
}
/// <remarks/>
public void get_formAsync(item[] @params, string user, string password, object userState) {
if ((this.get_formOperationCompleted == null)) {
this.get_formOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_formOperationCompleted);
}
this.InvokeAsync("get_form", new object[] {
@params,
user,
password}, this.get_formOperationCompleted, userState);
}
private void Onget_formOperationCompleted(object arg) {
if ((this.get_formCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.get_formCompleted(this, new get_formCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
/// <remarks/>
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class IBANValResStruct {
private string ibanField;
private string resultField;
private string return_codeField;
private string[] checksField;
private BICStruct[] bic_candidatesField;
private string countryField;
private string bank_codeField;
private string bankField;
private string bank_addressField;
private string bank_urlField;
private string branchField;
private string branch_codeField;
private string account_numberField;
private string account_validation_methodField;
private string account_validationField;
private string length_checkField;
private string account_checkField;
private string bank_code_checkField;
private string iban_checksum_checkField;
private string data_ageField;
private string iBANformatField;
private string formatcommentField;
private int balanceField;
/// <remarks/>
public string iban {
get {
return this.ibanField;
}
set {
this.ibanField = value;
}
}
/// <remarks/>
public string result {
get {
return this.resultField;
}
set {
this.resultField = value;
}
}
/// <remarks/>
public string return_code {
get {
return this.return_codeField;
}
set {
this.return_codeField = value;
}
}
/// <remarks/>
public string[] checks {
get {
return this.checksField;
}
set {
this.checksField = value;
}
}
/// <remarks/>
public BICStruct[] bic_candidates {
get {
return this.bic_candidatesField;
}
set {
this.bic_candidatesField = value;
}
}
/// <remarks/>
public string country {
get {
return this.countryField;
}
set {
this.countryField = value;
}
}
/// <remarks/>
public string bank_code {
get {
return this.bank_codeField;
}
set {
this.bank_codeField = value;
}
}
/// <remarks/>
public string bank {
get {
return this.bankField;
}
set {
this.bankField = value;
}
}
/// <remarks/>
public string bank_address {
get {
return this.bank_addressField;
}
set {
this.bank_addressField = value;
}
}
/// <remarks/>
public string bank_url {
get {
return this.bank_urlField;
}
set {
this.bank_urlField = value;
}
}
/// <remarks/>
public string branch {
get {
return this.branchField;
}
set {
this.branchField = value;
}
}
/// <remarks/>
public string branch_code {
get {
return this.branch_codeField;
}
set {
this.branch_codeField = value;
}
}
/// <remarks/>
public string account_number {
get {
return this.account_numberField;
}
set {
this.account_numberField = value;
}
}
/// <remarks/>
public string account_validation_method {
get {
return this.account_validation_methodField;
}
set {
this.account_validation_methodField = value;
}
}
/// <remarks/>
public string account_validation {
get {
return this.account_validationField;
}
set {
this.account_validationField = value;
}
}
/// <remarks/>
public string length_check {
get {
return this.length_checkField;
}
set {
this.length_checkField = value;
}
}
/// <remarks/>
public string account_check {
get {
return this.account_checkField;
}
set {
this.account_checkField = value;
}
}
/// <remarks/>
public string bank_code_check {
get {
return this.bank_code_checkField;
}
set {
this.bank_code_checkField = value;
}
}
/// <remarks/>
public string iban_checksum_check {
get {
return this.iban_checksum_checkField;
}
set {
this.iban_checksum_checkField = value;
}
}
/// <remarks/>
public string data_age {
get {
return this.data_ageField;
}
set {
this.data_ageField = value;
}
}
/// <remarks/>
public string IBANformat {
get {
return this.iBANformatField;
}
set {
this.iBANformatField = value;
}
}
/// <remarks/>
public string formatcomment {
get {
return this.formatcommentField;
}
set {
this.formatcommentField = value;
}
}
/// <remarks/>
public int balance {
get {
return this.balanceField;
}
set {
this.balanceField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class BICStruct {
private string bicField;
private string cityField;
private int wwwcountField;
private string sampleurlField;
/// <remarks/>
public string bic {
get {
return this.bicField;
}
set {
this.bicField = value;
}
}
/// <remarks/>
public string city {
get {
return this.cityField;
}
set {
this.cityField = value;
}
}
/// <remarks/>
public int wwwcount {
get {
return this.wwwcountField;
}
set {
this.wwwcountField = value;
}
}
/// <remarks/>
public string sampleurl {
get {
return this.sampleurlField;
}
set {
this.sampleurlField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class Field {
private string idField;
private string typeField;
private string valueField;
private string labelField;
private string[] optionsField;
private int lengthField;
private string newlineField;
/// <remarks/>
public string id {
get {
return this.idField;
}
set {
this.idField = value;
}
}
/// <remarks/>
public string type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
/// <remarks/>
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
/// <remarks/>
public string label {
get {
return this.labelField;
}
set {
this.labelField = value;
}
}
/// <remarks/>
public string[] options {
get {
return this.optionsField;
}
set {
this.optionsField = value;
}
}
/// <remarks/>
public int length {
get {
return this.lengthField;
}
set {
this.lengthField = value;
}
}
/// <remarks/>
public string newline {
get {
return this.newlineField;
}
set {
this.newlineField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class Form {
private string doneField;
private Field[] fieldsField;
/// <remarks/>
public string done {
get {
return this.doneField;
}
set {
this.doneField = value;
}
}
/// <remarks/>
public Field[] fields {
get {
return this.fieldsField;
}
set {
this.fieldsField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class item {
private string keyField;
private string valueField;
/// <remarks/>
public string key {
get {
return this.keyField;
}
set {
this.keyField = value;
}
}
/// <remarks/>
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class CountryResStruct {
private string resultField;
private string[] supported_countriesField;
private int balanceField;
/// <remarks/>
public string result {
get {
return this.resultField;
}
set {
this.resultField = value;
}
}
/// <remarks/>
public string[] supported_countries {
get {
return this.supported_countriesField;
}
set {
this.supported_countriesField = value;
}
}
/// <remarks/>
public int balance {
get {
return this.balanceField;
}
set {
this.balanceField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class BankStruct {
private string nameField;
private string bicField;
private int bankcodeField;
/// <remarks/>
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
/// <remarks/>
public string bic {
get {
return this.bicField;
}
set {
this.bicField = value;
}
}
/// <remarks/>
public int bankcode {
get {
return this.bankcodeField;
}
set {
this.bankcodeField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class BankResStruct {
private string resultField;
private BankStruct[] banksField;
private int balanceField;
/// <remarks/>
public string result {
get {
return this.resultField;
}
set {
this.resultField = value;
}
}
/// <remarks/>
public BankStruct[] banks {
get {
return this.banksField;
}
set {
this.banksField = value;
}
}
/// <remarks/>
public int balance {
get {
return this.balanceField;
}
set {
this.balanceField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.SoapTypeAttribute(Namespace="https://ssl.ibanrechner.de/")]
public partial class IBANCalcResStruct {
private string ibanField;
private string resultField;
private string return_codeField;
private string[] checksField;
private BICStruct[] bic_candidatesField;
private string countryField;
private string bank_codeField;
private string alternative_bank_codeField;
private string bankField;
private string bank_addressField;
private string bank_urlField;
private string branchField;
private string branch_codeField;
private string account_numberField;
private string alternative_account_numberField;
private string account_validation_methodField;
private string account_validationField;
private string length_checkField;
private string account_checkField;
private string bank_code_checkField;
private string bic_plausibility_checkField;
private string data_ageField;
private string iBANformatField;
private string formatcommentField;
private int balanceField;
/// <remarks/>
public string iban {
get {
return this.ibanField;
}
set {
this.ibanField = value;
}
}
/// <remarks/>
public string result {
get {
return this.resultField;
}
set {
this.resultField = value;
}
}
/// <remarks/>
public string return_code {
get {
return this.return_codeField;
}
set {
this.return_codeField = value;
}
}
/// <remarks/>
public string[] checks {
get {
return this.checksField;
}
set {
this.checksField = value;
}
}
/// <remarks/>
public BICStruct[] bic_candidates {
get {
return this.bic_candidatesField;
}
set {
this.bic_candidatesField = value;
}
}
/// <remarks/>
public string country {
get {
return this.countryField;
}
set {
this.countryField = value;
}
}
/// <remarks/>
public string bank_code {
get {
return this.bank_codeField;
}
set {
this.bank_codeField = value;
}
}
/// <remarks/>
public string alternative_bank_code {
get {
return this.alternative_bank_codeField;
}
set {
this.alternative_bank_codeField = value;
}
}
/// <remarks/>
public string bank {
get {
return this.bankField;
}
set {
this.bankField = value;
}
}
/// <remarks/>
public string bank_address {
get {
return this.bank_addressField;
}
set {
this.bank_addressField = value;
}
}
/// <remarks/>
public string bank_url {
get {
return this.bank_urlField;
}
set {
this.bank_urlField = value;
}
}
/// <remarks/>
public string branch {
get {
return this.branchField;
}
set {
this.branchField = value;
}
}
/// <remarks/>
public string branch_code {
get {
return this.branch_codeField;
}
set {
this.branch_codeField = value;
}
}
/// <remarks/>
public string account_number {
get {
return this.account_numberField;
}
set {
this.account_numberField = value;
}
}
/// <remarks/>
public string alternative_account_number {
get {
return this.alternative_account_numberField;
}
set {
this.alternative_account_numberField = value;
}
}
/// <remarks/>
public string account_validation_method {
get {
return this.account_validation_methodField;
}
set {
this.account_validation_methodField = value;
}
}
/// <remarks/>
public string account_validation {
get {
return this.account_validationField;
}
set {
this.account_validationField = value;
}
}
/// <remarks/>
public string length_check {
get {
return this.length_checkField;
}
set {
this.length_checkField = value;
}
}
/// <remarks/>
public string account_check {
get {
return this.account_checkField;
}
set {
this.account_checkField = value;
}
}
/// <remarks/>
public string bank_code_check {
get {
return this.bank_code_checkField;
}
set {
this.bank_code_checkField = value;
}
}
/// <remarks/>
public string bic_plausibility_check {
get {
return this.bic_plausibility_checkField;
}
set {
this.bic_plausibility_checkField = value;
}
}
/// <remarks/>
public string data_age {
get {
return this.data_ageField;
}
set {
this.data_ageField = value;
}
}
/// <remarks/>
public string IBANformat {
get {
return this.iBANformatField;
}
set {
this.iBANformatField = value;
}
}
/// <remarks/>
public string formatcomment {
get {
return this.formatcommentField;
}
set {
this.formatcommentField = value;
}
}
/// <remarks/>
public int balance {
get {
return this.balanceField;
}
set {
this.balanceField = value;
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void validate_ibanCompletedEventHandler(object sender, validate_ibanCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class validate_ibanCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal validate_ibanCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public IBANValResStruct Result {
get {
this.RaiseExceptionIfNecessary();
return ((IBANValResStruct)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void calculate_ibanCompletedEventHandler(object sender, calculate_ibanCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class calculate_ibanCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal calculate_ibanCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public IBANCalcResStruct Result {
get {
this.RaiseExceptionIfNecessary();
return ((IBANCalcResStruct)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void get_dutch_banksCompletedEventHandler(object sender, get_dutch_banksCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class get_dutch_banksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal get_dutch_banksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public BankResStruct Result {
get {
this.RaiseExceptionIfNecessary();
return ((BankResStruct)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void get_swiss_banksCompletedEventHandler(object sender, get_swiss_banksCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class get_swiss_banksCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal get_swiss_banksCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public BankResStruct Result {
get {
this.RaiseExceptionIfNecessary();
return ((BankResStruct)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void country_supportedCompletedEventHandler(object sender, country_supportedCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class country_supportedCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal country_supportedCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public CountryResStruct Result {
get {
this.RaiseExceptionIfNecessary();
return ((CountryResStruct)(this.results[0]));
}
}
}
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
public delegate void get_formCompletedEventHandler(object sender, get_formCompletedEventArgs e);
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class get_formCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal get_formCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
/// <remarks/>
public Form Result {
get {
this.RaiseExceptionIfNecessary();
return ((Form)(this.results[0]));
}
}
}