<?php
/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'RicercaPosizioniPerCodiceFiscalePartitaIva' => '\\StructType\\RicercaPosizioniPerCodiceFiscalePartitaIva',
            'RichiestaRicercaPosizioniPerCodiceFiscalePartitaIva' => '\\StructType\\RichiestaRicercaPosizioniPerCodiceFiscalePartitaIva',
            'DeliverAuthenticatedRequestBase' => '\\StructType\\DeliverAuthenticatedRequestBase',
            'RichiestaRicercaPosizionePerIdentificavo' => '\\StructType\\RichiestaRicercaPosizionePerIdentificavo',
            'RichiestaRicercaPagamentiGiornalieri' => '\\StructType\\RichiestaRicercaPagamentiGiornalieri',
            'RicercaPosizioniPerCodiceFiscalePartitaIvaResponse' => '\\StructType\\RicercaPosizioniPerCodiceFiscalePartitaIvaResponse',
            'RispostaRicercaPosizioniPerCodiceFiscalePartitaIva' => '\\StructType\\RispostaRicercaPosizioniPerCodiceFiscalePartitaIva',
            'ArrayOfPosizione' => '\\ArrayType\\ArrayOfPosizione',
            'Posizione' => '\\StructType\\Posizione',
            'Creditore' => '\\StructType\\Creditore',
            'Debitore' => '\\StructType\\Debitore',
            'ArrayOfParametroPosizione' => '\\ArrayType\\ArrayOfParametroPosizione',
            'ParametroPosizione' => '\\StructType\\ParametroPosizione',
            'RicercaPosizionePerIdentificavo' => '\\StructType\\RicercaPosizionePerIdentificavo',
            'RicercaPosizionePerIdentificavoResponse' => '\\StructType\\RicercaPosizionePerIdentificavoResponse',
            'RispostaRicercaPosizionePerIdentificavo' => '\\StructType\\RispostaRicercaPosizionePerIdentificavo',
            'RicercaArricchitaPosizionePerIdentificavo' => '\\StructType\\RicercaArricchitaPosizionePerIdentificavo',
            'RicercaArricchitaPosizionePerIdentificavoResponse' => '\\StructType\\RicercaArricchitaPosizionePerIdentificavoResponse',
            'RispostaRicercaArricchitaPosizionePerIdentificavo' => '\\StructType\\RispostaRicercaArricchitaPosizionePerIdentificavo',
            'PosizioneArricchita' => '\\StructType\\PosizioneArricchita',
            'RicercaPagamentiGiornalieri' => '\\StructType\\RicercaPagamentiGiornalieri',
            'RicercaPagamentiGiornalieriResponse' => '\\StructType\\RicercaPagamentiGiornalieriResponse',
            'RispostaRicercaPagamentiGiornalieri' => '\\StructType\\RispostaRicercaPagamentiGiornalieri',
            'ArrayOfPagamentoGiornaliero' => '\\ArrayType\\ArrayOfPagamentoGiornaliero',
            'PagamentoGiornaliero' => '\\StructType\\PagamentoGiornaliero',
            'Servizio' => '\\StructType\\Servizio',
        );
    }
}
