<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit65db7a631d3da77fe5582cd3f2fd1f02
{
    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',
        'EnumType\\InteractionStatusType' => __DIR__ . '/../..' . '/src/EnumType/InteractionStatusType.php',
        'ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'ServiceType\\Send' => __DIR__ . '/../..' . '/src/ServiceType/Send.php',
        'StructType\\AdditionalInformation' => __DIR__ . '/../..' . '/src/StructType/AdditionalInformation.php',
        'StructType\\BusinessDataTypeIsNotSupported' => __DIR__ . '/../..' . '/src/StructType/BusinessDataTypeIsNotSupported.php',
        'StructType\\GetResponse' => __DIR__ . '/../..' . '/src/StructType/GetResponse.php',
        'StructType\\GetResponseRequest' => __DIR__ . '/../..' . '/src/StructType/GetResponseRequest.php',
        'StructType\\GetResponseResponse' => __DIR__ . '/../..' . '/src/StructType/GetResponseResponse.php',
        'StructType\\InvalidContent' => __DIR__ . '/../..' . '/src/StructType/InvalidContent.php',
        'StructType\\MessageMetadata' => __DIR__ . '/../..' . '/src/StructType/MessageMetadata.php',
        'StructType\\MessagePrimaryContent' => __DIR__ . '/../..' . '/src/StructType/MessagePrimaryContent.php',
        'StructType\\MessageReference' => __DIR__ . '/../..' . '/src/StructType/MessageReference.php',
        'StructType\\RequestReference' => __DIR__ . '/../..' . '/src/StructType/RequestReference.php',
        'StructType\\RequestRejected' => __DIR__ . '/../..' . '/src/StructType/RequestRejected.php',
        'StructType\\RequestRejectedReason' => __DIR__ . '/../..' . '/src/StructType/RequestRejectedReason.php',
        'StructType\\Response' => __DIR__ . '/../..' . '/src/StructType/Response.php',
        'StructType\\ResponseMessage' => __DIR__ . '/../..' . '/src/StructType/ResponseMessage.php',
        'StructType\\SendRequest' => __DIR__ . '/../..' . '/src/StructType/SendRequest.php',
        'StructType\\SendRequestRequest' => __DIR__ . '/../..' . '/src/StructType/SendRequestRequest.php',
        'StructType\\SendRequestResponse' => __DIR__ . '/../..' . '/src/StructType/SendRequestResponse.php',
        'StructType\\Sender' => __DIR__ . '/../..' . '/src/StructType/Sender.php',
        'StructType\\SenderProvidedGetResponseData' => __DIR__ . '/../..' . '/src/StructType/SenderProvidedGetResponseData.php',
        'StructType\\SenderProvidedRequestData' => __DIR__ . '/../..' . '/src/StructType/SenderProvidedRequestData.php',
        'StructType\\SenderProvidedResponseData' => __DIR__ . '/../..' . '/src/StructType/SenderProvidedResponseData.php',
        'StructType\\SmevFault' => __DIR__ . '/../..' . '/src/StructType/SmevFault.php',
        'StructType\\Timestamp' => __DIR__ . '/../..' . '/src/StructType/Timestamp.php',
        'StructType\\ValidationError' => __DIR__ . '/../..' . '/src/StructType/ValidationError.php',
        'StructType\\_Void' => __DIR__ . '/../..' . '/src/StructType/_Void.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 = ComposerStaticInit65db7a631d3da77fe5582cd3f2fd1f02::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit65db7a631d3da77fe5582cd3f2fd1f02::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInit65db7a631d3da77fe5582cd3f2fd1f02::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInit65db7a631d3da77fe5582cd3f2fd1f02::$classMap;

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