<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

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

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

    public static $classMap = array (
        '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',
        'juniper\\ArrayType\\ArrayOfDataResult' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfDataResult.php',
        'juniper\\ArrayType\\ArrayOfDataType' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfDataType.php',
        'juniper\\ArrayType\\ArrayOfElementType' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfElementType.php',
        'juniper\\ArrayType\\ArrayOfErrorType' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfErrorType.php',
        'juniper\\ArrayType\\ArrayOfParamType' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfParamType.php',
        'juniper\\ArrayType\\ArrayOfWarningType' => __DIR__ . '/../..' . '/src/ArrayType/ArrayOfWarningType.php',
        'juniper\\ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'juniper\\ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'juniper\\StructType\\CatalogueDataRQ' => __DIR__ . '/../..' . '/src/StructType/CatalogueDataRQ.php',
        'juniper\\StructType\\CatalogueDataRS' => __DIR__ . '/../..' . '/src/StructType/CatalogueDataRS.php',
        'juniper\\StructType\\DataResult' => __DIR__ . '/../..' . '/src/StructType/DataResult.php',
        'juniper\\StructType\\DataType' => __DIR__ . '/../..' . '/src/StructType/DataType.php',
        'juniper\\StructType\\ElementType' => __DIR__ . '/../..' . '/src/StructType/ElementType.php',
        'juniper\\StructType\\ErrorType' => __DIR__ . '/../..' . '/src/StructType/ErrorType.php',
        'juniper\\StructType\\GetCatalogueService' => __DIR__ . '/../..' . '/src/StructType/GetCatalogueService.php',
        'juniper\\StructType\\GetCatalogueServiceResponse' => __DIR__ . '/../..' . '/src/StructType/GetCatalogueServiceResponse.php',
        'juniper\\StructType\\LoginData' => __DIR__ . '/../..' . '/src/StructType/LoginData.php',
        'juniper\\StructType\\ParamType' => __DIR__ . '/../..' . '/src/StructType/ParamType.php',
        'juniper\\StructType\\WarningType' => __DIR__ . '/../..' . '/src/StructType/WarningType.php',
    );

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

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