<?php

namespace xt_soapapi\xt_soapapi-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(
            'RecupererEtatStock' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererEtatStock',
            'RecupererEtatStockResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererEtatStockResponse',
            'ArrayOfEtatStock' => '\\xt_soapapi\\xt_soapapi-php\\ArrayType\\ArrayOfEtatStock',
            'EtatStock' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\EtatStock',
            'RecupererEtatStockMagasin' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererEtatStockMagasin',
            'RecupererEtatStockMagasinResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererEtatStockMagasinResponse',
            'RecupererMvtStock' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererMvtStock',
            'RecupererMvtStockResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererMvtStockResponse',
            'ArrayOfEcartStock' => '\\xt_soapapi\\xt_soapapi-php\\ArrayType\\ArrayOfEcartStock',
            'EcartStock' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\EcartStock',
            'RecupererMvtStockMagasin' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererMvtStockMagasin',
            'RecupererMvtStockMagasinResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererMvtStockMagasinResponse',
            'RecupererQteStock' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererQteStock',
            'RecupererQteStockResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererQteStockResponse',
            'ArrayOfStockMagasin' => '\\xt_soapapi\\xt_soapapi-php\\ArrayType\\ArrayOfStockMagasin',
            'StockMagasin' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\StockMagasin',
            'RecupererQteStockMagasin' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererQteStockMagasin',
            'RecupererQteStockMagasinResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\RecupererQteStockMagasinResponse',
            'ChargerClients' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\ChargerClients',
            'ChargerClientsResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\ChargerClientsResponse',
            'ArrayOfClient' => '\\xt_soapapi\\xt_soapapi-php\\ArrayType\\ArrayOfClient',
            'Client' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\Client',
            'CreerClient' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\CreerClient',
            'CreerClientResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\CreerClientResponse',
            'ModifierClient' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\ModifierClient',
            'ModifierClientResponse' => '\\xt_soapapi\\xt_soapapi-php\\StructType\\ModifierClientResponse',
        );
    }
}
