<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

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

    public static $prefixDirsPsr4 = array (
        '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\\Check' => __DIR__ . '/../..' . '/src/ServiceType/Check.php',
        'ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'ServiceType\\Update' => __DIR__ . '/../..' . '/src/ServiceType/Update.php',
        'StructType\\CheckActionStateRequest' => __DIR__ . '/../..' . '/src/StructType/CheckActionStateRequest.php',
        'StructType\\CheckActionStateResponse' => __DIR__ . '/../..' . '/src/StructType/CheckActionStateResponse.php',
        'StructType\\CommonDictionaryResponse' => __DIR__ . '/../..' . '/src/StructType/CommonDictionaryResponse.php',
        'StructType\\GetDictionaryRequest' => __DIR__ . '/../..' . '/src/StructType/GetDictionaryRequest.php',
        'StructType\\GetDictionaryResponse' => __DIR__ . '/../..' . '/src/StructType/GetDictionaryResponse.php',
        'StructType\\UpdateDictionaryRequest' => __DIR__ . '/../..' . '/src/StructType/UpdateDictionaryRequest.php',
        'StructType\\UpdateDictionaryResponse' => __DIR__ . '/../..' . '/src/StructType/UpdateDictionaryResponse.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\\AbstractStructEnumBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructEnumBase.php',
        'WsdlToPhp\\PackageBase\\SoapClientInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/SoapClientInterface.php',
        'WsdlToPhp\\PackageBase\\StructArrayInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructArrayInterface.php',
        'WsdlToPhp\\PackageBase\\StructEnumInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructEnumInterface.php',
        'WsdlToPhp\\PackageBase\\StructInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructInterface.php',
        'WsdlToPhp\\PackageBase\\Utils' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/Utils.php',
    );

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

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