<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit6853f080d1b6f70b5a55e1f60732d121
{
    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\\FiKennzeichnungType' => __DIR__ . '/../..' . '/src/EnumType/FiKennzeichnungType.php',
        'EnumType\\GaKennzeichnungType' => __DIR__ . '/../..' . '/src/EnumType/GaKennzeichnungType.php',
        'ServiceType\\Submit' => __DIR__ . '/../..' . '/src/ServiceType/Submit.php',
        'StructType\\AggregierteInformationenType' => __DIR__ . '/../..' . '/src/StructType/AggregierteInformationenType.php',
        'StructType\\ArtDerMeldungType' => __DIR__ . '/../..' . '/src/StructType/ArtDerMeldungType.php',
        'StructType\\ArtDesGeschaeftsType' => __DIR__ . '/../..' . '/src/StructType/ArtDesGeschaeftsType.php',
        'StructType\\AusloeserPositionType' => __DIR__ . '/../..' . '/src/StructType/AusloeserPositionType.php',
        'StructType\\AusloeserType' => __DIR__ . '/../..' . '/src/StructType/AusloeserType.php',
        'StructType\\BerichtigungType' => __DIR__ . '/../..' . '/src/StructType/BerichtigungType.php',
        'StructType\\DdMeldungType' => __DIR__ . '/../..' . '/src/StructType/DdMeldungType.php',
        'StructType\\DdOutType' => __DIR__ . '/../..' . '/src/StructType/DdOutType.php',
        'StructType\\EmittentType' => __DIR__ . '/../..' . '/src/StructType/EmittentType.php',
        'StructType\\EmptyElementType' => __DIR__ . '/../..' . '/src/StructType/EmptyElementType.php',
        'StructType\\FinanzinstrumentType' => __DIR__ . '/../..' . '/src/StructType/FinanzinstrumentType.php',
        'StructType\\GaSonstigesType' => __DIR__ . '/../..' . '/src/StructType/GaSonstigesType.php',
        'StructType\\GeschaeftType' => __DIR__ . '/../..' . '/src/StructType/GeschaeftType.php',
        'StructType\\GrundDerMeldungType' => __DIR__ . '/../..' . '/src/StructType/GrundDerMeldungType.php',
        'StructType\\HandelsplatzType' => __DIR__ . '/../..' . '/src/StructType/HandelsplatzType.php',
        'StructType\\OrtDesGeschaeftsType' => __DIR__ . '/../..' . '/src/StructType/OrtDesGeschaeftsType.php',
        'StructType\\PersonNameType' => __DIR__ . '/../..' . '/src/StructType/PersonNameType.php',
        'StructType\\PersonType' => __DIR__ . '/../..' . '/src/StructType/PersonType.php',
        'StructType\\PositionInEngerBeziehungType' => __DIR__ . '/../..' . '/src/StructType/PositionInEngerBeziehungType.php',
        'StructType\\PositionSonstigeFuehrungspersonType' => __DIR__ . '/../..' . '/src/StructType/PositionSonstigeFuehrungspersonType.php',
        'StructType\\PositionType' => __DIR__ . '/../..' . '/src/StructType/PositionType.php',
        'StructType\\PreisVolumenType' => __DIR__ . '/../..' . '/src/StructType/PreisVolumenType.php',
        'StructType\\Submit' => __DIR__ . '/../..' . '/src/StructType/Submit.php',
        'StructType\\SubmitResponse' => __DIR__ . '/../..' . '/src/StructType/SubmitResponse.php',
        'StructType\\TransaktionType' => __DIR__ . '/../..' . '/src/StructType/TransaktionType.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 = ComposerStaticInit6853f080d1b6f70b5a55e1f60732d121::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit6853f080d1b6f70b5a55e1f60732d121::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInit6853f080d1b6f70b5a55e1f60732d121::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInit6853f080d1b6f70b5a55e1f60732d121::$classMap;

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