<?php

namespace Ups_void;

/**
 * Class which returns the class map definition
 * @package Ups_void
 */
class Ups_voidClassMap
{
    /**
     * 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(
            'UPSSecurity' => '\\Ups_void\\UPSvoidStruct\\Ups_voidUPSSecurity',
            'UsernameToken' => '\\Ups_void\\UPSvoidStruct\\Ups_voidUsernameToken',
            'ServiceAccessToken' => '\\Ups_void\\UPSvoidStruct\\Ups_voidServiceAccessToken',
            'Errors' => '\\Ups_void\\UPSvoidStruct\\Ups_voidErrors',
            'ErrorDetailType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidErrorDetailType',
            'ElementLevelInformationType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidElementLevelInformationType',
            'ElementIdentifierType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidElementIdentifierType',
            'CodeType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidCodeType',
            'AdditionalInfoType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidAdditionalInfoType',
            'AdditionalCodeDescType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidAdditionalCodeDescType',
            'LocationType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidLocationType',
            'ClientInformationType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidClientInformationType',
            'Property' => '\\Ups_void\\UPSvoidStruct\\Ups_voidProperty',
            'RequestType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidRequestType',
            'TransactionReferenceType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidTransactionReferenceType',
            'ResponseType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidResponseType',
            'CodeDescriptionType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidCodeDescriptionType',
            'DetailType' => '\\Ups_void\\UPSvoidStruct\\Ups_voidDetailType',
            'VoidShipmentRequest' => '\\Ups_void\\UPSvoidStruct\\Ups_voidVoidShipmentRequest',
            'VoidShipment' => '\\Ups_void\\UPSvoidStruct\\Ups_voidVoidShipment',
            'VoidShipmentResponse' => '\\Ups_void\\UPSvoidStruct\\Ups_voidVoidShipmentResponse',
            'SummaryResult' => '\\Ups_void\\UPSvoidStruct\\Ups_voidSummaryResult',
            'PackageLevelResult' => '\\Ups_void\\UPSvoidStruct\\Ups_voidPackageLevelResult',
        );
    }
}
