<?php
/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'BaseDataContractRQOfWBFlightScheduleParamRQTv_PRLhv2' => '\\StructType\\BaseDataContractRQOfWBFlightScheduleParamRQTv_PRLhv2',
            'InternalBaseDataContractRQOfWBFlightScheduleParamRQTv_PRLhv2' => '\\StructType\\InternalBaseDataContractRQOfWBFlightScheduleParamRQTv_PRLhv2',
            'BaseParameterDataGtwyContractRQ' => '\\StructType\\BaseParameterDataGtwyContractRQ',
            'BaseGtwyRs' => '\\StructType\\BaseGtwyRs',
            'ArrayOfException' => '\\ArrayType\\ArrayOfException',
            'Exception' => '\\StructType\\Exception',
            'BaseDataContractRQOfWBManifestParamRQTv_PRLhv2' => '\\StructType\\BaseDataContractRQOfWBManifestParamRQTv_PRLhv2',
            'InternalBaseDataContractRQOfWBManifestParamRQTv_PRLhv2' => '\\StructType\\InternalBaseDataContractRQOfWBManifestParamRQTv_PRLhv2',
            'WBFlightScheduleRQ' => '\\StructType\\WBFlightScheduleRQ',
            'WBFlightScheduleParamRQ' => '\\StructType\\WBFlightScheduleParamRQ',
            'WBFlightScheduleRS' => '\\StructType\\WBFlightScheduleRS',
            'ArrayOfWBFlightLegRS' => '\\ArrayType\\ArrayOfWBFlightLegRS',
            'WBFlightLegRS' => '\\StructType\\WBFlightLegRS',
            'WBManifestRQ' => '\\StructType\\WBManifestRQ',
            'WBManifestParamRQ' => '\\StructType\\WBManifestParamRQ',
            'WBManifestRS' => '\\StructType\\WBManifestRS',
            'ArrayOfWBFlightManifestItemRS' => '\\ArrayType\\ArrayOfWBFlightManifestItemRS',
            'WBFlightManifestItemRS' => '\\StructType\\WBFlightManifestItemRS',
            'WBManifestInfoRS' => '\\StructType\\WBManifestInfoRS',
            'WBManifestInfoPassengerCounts' => '\\StructType\\WBManifestInfoPassengerCounts',
            'ArrayOfWBPassengerRS' => '\\ArrayType\\ArrayOfWBPassengerRS',
            'WBPassengerRS' => '\\StructType\\WBPassengerRS',
            'ArrayOfWBBagRS' => '\\ArrayType\\ArrayOfWBBagRS',
            'WBBagRS' => '\\StructType\\WBBagRS',
            'GetWBFlightSchedule' => '\\StructType\\GetWBFlightSchedule',
            'GetWBFlightScheduleResponse' => '\\StructType\\GetWBFlightScheduleResponse',
            'GetWBManifest' => '\\StructType\\GetWBManifest',
            'GetWBManifestResponse' => '\\StructType\\GetWBManifestResponse',
        );
    }
}
