<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitb633437c8d4b7390ea25ac8f94a24d43
{
    public static $prefixLengthsPsr4 = array (
        'W' => 
        array (
            'WsdlToPhp\\PackageBase\\Tests\\' => 28,
            'WsdlToPhp\\PackageBase\\' => 22,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WsdlToPhp\\PackageBase\\Tests\\' => 
        array (
            0 => __DIR__ . '/..' . '/wsdltophp/packagebase/tests',
        ),
        'WsdlToPhp\\PackageBase\\' => 
        array (
            0 => __DIR__ . '/..' . '/wsdltophp/packagebase/src',
        ),
    );

    public static $fallbackDirsPsr4 = array (
        0 => __DIR__ . '/../..' . '/src',
    );

    public static $classMap = array (
        'ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'ServiceType\\Begin' => __DIR__ . '/../..' . '/src/ServiceType/Begin.php',
        'ServiceType\\End' => __DIR__ . '/../..' . '/src/ServiceType/End.php',
        'ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'ServiceType\\Multi' => __DIR__ . '/../..' . '/src/ServiceType/Multi.php',
        'ServiceType\\Submit' => __DIR__ . '/../..' . '/src/ServiceType/Submit.php',
        'StructType\\BeginSession' => __DIR__ . '/../..' . '/src/StructType/BeginSession.php',
        'StructType\\BeginSessionResponse' => __DIR__ . '/../..' . '/src/StructType/BeginSessionResponse.php',
        'StructType\\EndSession' => __DIR__ . '/../..' . '/src/StructType/EndSession.php',
        'StructType\\EndSessionResponse' => __DIR__ . '/../..' . '/src/StructType/EndSessionResponse.php',
        'StructType\\Filter' => __DIR__ . '/../..' . '/src/StructType/Filter.php',
        'StructType\\GetIdentityInfo' => __DIR__ . '/../..' . '/src/StructType/GetIdentityInfo.php',
        'StructType\\GetIdentityInfoResponse' => __DIR__ . '/../..' . '/src/StructType/GetIdentityInfoResponse.php',
        'StructType\\GetIdentityInfoResult' => __DIR__ . '/../..' . '/src/StructType/GetIdentityInfoResult.php',
        'StructType\\MultiSubmitXml' => __DIR__ . '/../..' . '/src/StructType/MultiSubmitXml.php',
        'StructType\\MultiSubmitXmlResponse' => __DIR__ . '/../..' . '/src/StructType/MultiSubmitXmlResponse.php',
        'StructType\\Request' => __DIR__ . '/../..' . '/src/StructType/Request.php',
        'StructType\\Requests' => __DIR__ . '/../..' . '/src/StructType/Requests.php',
        'StructType\\Response' => __DIR__ . '/../..' . '/src/StructType/Response.php',
        'StructType\\Responses' => __DIR__ . '/../..' . '/src/StructType/Responses.php',
        'StructType\\SubmitCruiseTransaction' => __DIR__ . '/../..' . '/src/StructType/SubmitCruiseTransaction.php',
        'StructType\\SubmitCruiseTransactionResponse' => __DIR__ . '/../..' . '/src/StructType/SubmitCruiseTransactionResponse.php',
        'StructType\\SubmitTerminalTransaction' => __DIR__ . '/../..' . '/src/StructType/SubmitTerminalTransaction.php',
        'StructType\\SubmitTerminalTransactionResponse' => __DIR__ . '/../..' . '/src/StructType/SubmitTerminalTransactionResponse.php',
        'StructType\\SubmitXml' => __DIR__ . '/../..' . '/src/StructType/SubmitXml.php',
        'StructType\\SubmitXmlOnSession' => __DIR__ . '/../..' . '/src/StructType/SubmitXmlOnSession.php',
        'StructType\\SubmitXmlOnSessionResponse' => __DIR__ . '/../..' . '/src/StructType/SubmitXmlOnSessionResponse.php',
        'StructType\\SubmitXmlOnSessionResult' => __DIR__ . '/../..' . '/src/StructType/SubmitXmlOnSessionResult.php',
        'StructType\\SubmitXmlResponse' => __DIR__ . '/../..' . '/src/StructType/SubmitXmlResponse.php',
        'StructType\\SubmitXmlResult' => __DIR__ . '/../..' . '/src/StructType/SubmitXmlResult.php',
        'StructType\\Transactions' => __DIR__ . '/../..' . '/src/StructType/Transactions.php',
        'WsdlToPhp\\PackageBase\\AbstractSoapClientBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractSoapClientBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructArrayBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructArrayBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructBase.php',
        'WsdlToPhp\\PackageBase\\SoapClientInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/SoapClientInterface.php',
        'WsdlToPhp\\PackageBase\\StructArrayInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructArrayInterface.php',
        'WsdlToPhp\\PackageBase\\StructInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructInterface.php',
        'WsdlToPhp\\PackageBase\\Tests\\Client' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/Client.php',
        'WsdlToPhp\\PackageBase\\Tests\\SoapClient' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/SoapClient.php',
        'WsdlToPhp\\PackageBase\\Tests\\SoapClientTest' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/SoapClientTest.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructArrayObject' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructArrayObject.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructArrayTest' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructArrayTest.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructBaseTest.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructObject' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructObject.php',
        'WsdlToPhp\\PackageBase\\Tests\\TestCase' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/TestCase.php',
        'WsdlToPhp\\PackageBase\\Tests\\UtilsTest' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/UtilsTest.php',
        'WsdlToPhp\\PackageBase\\Utils' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/Utils.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitb633437c8d4b7390ea25ac8f94a24d43::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitb633437c8d4b7390ea25ac8f94a24d43::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInitb633437c8d4b7390ea25ac8f94a24d43::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInitb633437c8d4b7390ea25ac8f94a24d43::$classMap;

        }, null, ClassLoader::class);
    }
}
