<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

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

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

    public static $classMap = array (
        'DHLServicepoints\\ArrayType\\ArrayOfNearbyServicePoint' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfNearbyServicePoint.php',
        'DHLServicepoints\\ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'DHLServicepoints\\ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'DHLServicepoints\\StructType\\BitCatCodeList' => __DIR__ . '/../..' . '/src/StructType/BitCatCodeList.php',
        'DHLServicepoints\\StructType\\FeatureCodeList' => __DIR__ . '/../..' . '/src/StructType/FeatureCodeList.php',
        'DHLServicepoints\\StructType\\GetNearestServicePointsRequest' => __DIR__ . '/../..' . '/src/StructType/GetNearestServicePointsRequest.php',
        'DHLServicepoints\\StructType\\GetNearestServicePointsResponse' => __DIR__ . '/../..' . '/src/StructType/GetNearestServicePointsResponse.php',
        'DHLServicepoints\\StructType\\GetServicePointDetailRequest' => __DIR__ . '/../..' . '/src/StructType/GetServicePointDetailRequest.php',
        'DHLServicepoints\\StructType\\GetServicePointDetailResponse' => __DIR__ . '/../..' . '/src/StructType/GetServicePointDetailResponse.php',
        'DHLServicepoints\\StructType\\NearbyServicePoint' => __DIR__ . '/../..' . '/src/StructType/NearbyServicePoint.php',
        'DHLServicepoints\\StructType\\PhysicalAddress' => __DIR__ . '/../..' . '/src/StructType/PhysicalAddress.php',
        'DHLServicepoints\\StructType\\ServiceAddress' => __DIR__ . '/../..' . '/src/StructType/ServiceAddress.php',
        'DHLServicepoints\\StructType\\ServicePoint' => __DIR__ . '/../..' . '/src/StructType/ServicePoint.php',
        'DHLServicepoints\\StructType\\ServicePointRef' => __DIR__ . '/../..' . '/src/StructType/ServicePointRef.php',
        'DHLServicepoints\\StructType\\TelecomInfo' => __DIR__ . '/../..' . '/src/StructType/TelecomInfo.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 = ComposerStaticInitf3c950d7bac04c8d899657fb5d3c2273::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitf3c950d7bac04c8d899657fb5d3c2273::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitf3c950d7bac04c8d899657fb5d3c2273::$classMap;

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