<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit4c94f9460bfeb254669c5d4abfb34cff
{
    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\\Approve' => __DIR__ . '/../..' . '/src/ServiceType/Approve.php',
        'ServiceType\\Create' => __DIR__ . '/../..' . '/src/ServiceType/Create.php',
        'ServiceType\\Get' => __DIR__ . '/../..' . '/src/ServiceType/Get.php',
        'ServiceType\\Order' => __DIR__ . '/../..' . '/src/ServiceType/Order.php',
        'ServiceType\\Quote' => __DIR__ . '/../..' . '/src/ServiceType/Quote.php',
        'ServiceType\\Test' => __DIR__ . '/../..' . '/src/ServiceType/Test.php',
        'StructType\\Approve' => __DIR__ . '/../..' . '/src/StructType/Approve.php',
        'StructType\\ApproveResponse' => __DIR__ . '/../..' . '/src/StructType/ApproveResponse.php',
        'StructType\\ApproveResult' => __DIR__ . '/../..' . '/src/StructType/ApproveResult.php',
        'StructType\\CompositeType' => __DIR__ . '/../..' . '/src/StructType/CompositeType.php',
        'StructType\\Create' => __DIR__ . '/../..' . '/src/StructType/Create.php',
        'StructType\\CreateResponse' => __DIR__ . '/../..' . '/src/StructType/CreateResponse.php',
        'StructType\\CreateResult' => __DIR__ . '/../..' . '/src/StructType/CreateResult.php',
        'StructType\\ElemRequest' => __DIR__ . '/../..' . '/src/StructType/ElemRequest.php',
        'StructType\\GetCatalogData' => __DIR__ . '/../..' . '/src/StructType/GetCatalogData.php',
        'StructType\\GetCatalogDataResponse' => __DIR__ . '/../..' . '/src/StructType/GetCatalogDataResponse.php',
        'StructType\\GetCatalogDataResult' => __DIR__ . '/../..' . '/src/StructType/GetCatalogDataResult.php',
        'StructType\\GetDataUsingDataContract' => __DIR__ . '/../..' . '/src/StructType/GetDataUsingDataContract.php',
        'StructType\\GetDataUsingDataContractResponse' => __DIR__ . '/../..' . '/src/StructType/GetDataUsingDataContractResponse.php',
        'StructType\\OrderStatus' => __DIR__ . '/../..' . '/src/StructType/OrderStatus.php',
        'StructType\\OrderStatusResponse' => __DIR__ . '/../..' . '/src/StructType/OrderStatusResponse.php',
        'StructType\\OrderStatusResult' => __DIR__ . '/../..' . '/src/StructType/OrderStatusResult.php',
        'StructType\\Quote' => __DIR__ . '/../..' . '/src/StructType/Quote.php',
        'StructType\\QuoteResponse' => __DIR__ . '/../..' . '/src/StructType/QuoteResponse.php',
        'StructType\\QuoteResult' => __DIR__ . '/../..' . '/src/StructType/QuoteResult.php',
        'StructType\\Test1' => __DIR__ . '/../..' . '/src/StructType/Test1.php',
        'StructType\\Test1Response' => __DIR__ . '/../..' . '/src/StructType/Test1Response.php',
        'StructType\\TestXmlElement' => __DIR__ . '/../..' . '/src/StructType/TestXmlElement.php',
        'StructType\\TestXmlElementResponse' => __DIR__ . '/../..' . '/src/StructType/TestXmlElementResponse.php',
        'StructType\\TestXmlElementResult' => __DIR__ . '/../..' . '/src/StructType/TestXmlElementResult.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 = ComposerStaticInit4c94f9460bfeb254669c5d4abfb34cff::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit4c94f9460bfeb254669c5d4abfb34cff::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInit4c94f9460bfeb254669c5d4abfb34cff::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInit4c94f9460bfeb254669c5d4abfb34cff::$classMap;

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