<?php

namespace Ups_label;

/**
 * Class which returns the class map definition
 * @package Ups_label
 */
class Ups_labelClassMap
{
    /**
     * 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_label\\UPSlabelStruct\\Ups_labelUPSSecurity',
            'UsernameToken' => '\\Ups_label\\UPSlabelStruct\\Ups_labelUsernameToken',
            'ServiceAccessToken' => '\\Ups_label\\UPSlabelStruct\\Ups_labelServiceAccessToken',
            'Errors' => '\\Ups_label\\UPSlabelStruct\\Ups_labelErrors',
            'ErrorDetailType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelErrorDetailType',
            'ElementLevelInformationType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelElementLevelInformationType',
            'ElementIdentifierType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelElementIdentifierType',
            'CodeType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelCodeType',
            'AdditionalInfoType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelAdditionalInfoType',
            'AdditionalCodeDescType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelAdditionalCodeDescType',
            'LocationType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLocationType',
            'ClientInformationType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelClientInformationType',
            'Property' => '\\Ups_label\\UPSlabelStruct\\Ups_labelProperty',
            'RequestType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelRequestType',
            'TransactionReferenceType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelTransactionReferenceType',
            'ResponseType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelResponseType',
            'CodeDescriptionType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelCodeDescriptionType',
            'DetailType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelDetailType',
            'LabelRecoveryRequest' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelRecoveryRequest',
            'ReferenceValuesType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelReferenceValuesType',
            'ReferenceNumberType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelReferenceNumberType',
            'LabelSpecificationType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelSpecificationType',
            'LabelStockSizeType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelStockSizeType',
            'LabelImageFormatType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelImageFormatType',
            'TranslateType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelTranslateType',
            'LabelDeliveryType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelDeliveryType',
            'LabelRecoveryResponse' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelRecoveryResponse',
            'LabelResultsType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelResultsType',
            'LabelImageType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLabelImageType',
            'ReceiptType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelReceiptType',
            'ImageType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelImageType',
            'TrackingCandidateType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelTrackingCandidateType',
            'PickupDateRangeType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelPickupDateRangeType',
            'ResponseImageType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelResponseImageType',
            'ResponseImageDetailType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelResponseImageDetailType',
            'ImageFormatCodeType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelImageFormatCodeType',
            'FormType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelFormType',
            'FormImageType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelFormImageType',
            'HighValueReportType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelHighValueReportType',
            'HVRImageType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelHVRImageType',
            'LRUPSPremiumCareFormType' => '\\Ups_label\\UPSlabelStruct\\Ups_labelLRUPSPremiumCareFormType',
        );
    }
}
