<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit7c77fd4526a2971963fab478fb249757
{
    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',
        'EnumType\\Civilite' => __DIR__ . '/../..' . '/src/EnumType/Civilite.php',
        'EnumType\\ContactType' => __DIR__ . '/../..' . '/src/EnumType/ContactType.php',
        'EnumType\\TypeMatiereDangereuse' => __DIR__ . '/../..' . '/src/EnumType/TypeMatiereDangereuse.php',
        'ServiceType\\Contact' => __DIR__ . '/../..' . '/src/ServiceType/Contact.php',
        'ServiceType\\Tracking' => __DIR__ . '/../..' . '/src/ServiceType/Tracking.php',
        'StructType\\Address' => __DIR__ . '/../..' . '/src/StructType/Address.php',
        'StructType\\AutoValidatedInput' => __DIR__ . '/../..' . '/src/StructType/AutoValidatedInput.php',
        'StructType\\ContactInterRequest' => __DIR__ . '/../..' . '/src/StructType/ContactInterRequest.php',
        'StructType\\ContactInterRequestResponse' => __DIR__ . '/../..' . '/src/StructType/ContactInterRequestResponse.php',
        'StructType\\ContactRequest' => __DIR__ . '/../..' . '/src/StructType/ContactRequest.php',
        'StructType\\ContactRequestIntParameter' => __DIR__ . '/../..' . '/src/StructType/ContactRequestIntParameter.php',
        'StructType\\ContactRequestParameter' => __DIR__ . '/../..' . '/src/StructType/ContactRequestParameter.php',
        'StructType\\ContactRequestResponse' => __DIR__ . '/../..' . '/src/StructType/ContactRequestResponse.php',
        'StructType\\DropOffPoint' => __DIR__ . '/../..' . '/src/StructType/DropOffPoint.php',
        'StructType\\Event' => __DIR__ . '/../..' . '/src/StructType/Event.php',
        'StructType\\FullAddress' => __DIR__ . '/../..' . '/src/StructType/FullAddress.php',
        'StructType\\Parcel' => __DIR__ . '/../..' . '/src/StructType/Parcel.php',
        'StructType\\ServiceException' => __DIR__ . '/../..' . '/src/StructType/ServiceException.php',
        'StructType\\TrackingByConsignment' => __DIR__ . '/../..' . '/src/StructType/TrackingByConsignment.php',
        'StructType\\TrackingByConsignmentResponse' => __DIR__ . '/../..' . '/src/StructType/TrackingByConsignmentResponse.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 = ComposerStaticInit7c77fd4526a2971963fab478fb249757::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit7c77fd4526a2971963fab478fb249757::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInit7c77fd4526a2971963fab478fb249757::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInit7c77fd4526a2971963fab478fb249757::$classMap;

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