Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/kurierinpost/InpostCourierClassMap.php
<?php
/**
 * File for the class which returns the class map definition
 * @package InpostCourier
 * @author WsdlToPhp Team <contact@wsdltophp.com>
 * @version 20150429-01
 * @date 2016-10-02
 */
/**
 * Class which returns the class map definition by the static method InpostCourierClassMap::classMap()
 * @package InpostCourier
 * @author WsdlToPhp Team <contact@wsdltophp.com>
 * @version 20150429-01
 * @date 2016-10-02
 */
class InpostCourierClassMap
{
    /**
     * This method returns the array containing the mapping between WSDL structs and generated classes
     * This array is sent to the SoapClient when calling the WS
     * @return array
     */
    final public static function classMap()
    {
        return array (
  'AdditionalService' => 'InpostCourierStructAdditionalService',
  'ArrayOfAdditionalService' => 'InpostCourierStructArrayOfAdditionalService',
  'ArrayOfLabel' => 'InpostCourierStructArrayOfLabel',
  'ArrayOfOrderStatus' => 'InpostCourierStructArrayOfOrderStatus',
  'ArrayOfParcel' => 'InpostCourierStructArrayOfParcel',
  'ArrayOfService' => 'InpostCourierStructArrayOfService',
  'ArrayOfString' => 'InpostCourierStructArrayOfString',
  'AuthToken' => 'InpostCourierStructAuthToken',
  'COD' => 'InpostCourierStructCOD',
  'CallPickup' => 'InpostCourierStructCallPickup',
  'CallPickupRequest' => 'InpostCourierStructCallPickupRequest',
  'CallPickupResponse' => 'InpostCourierStructCallPickupResponse',
  'CancelShipment' => 'InpostCourierStructCancelShipment',
  'CancelShipmentRequest' => 'InpostCourierStructCancelShipmentRequest',
  'CancelShipmentResponse' => 'InpostCourierStructCancelShipmentResponse',
  'CreateShipment' => 'InpostCourierStructCreateShipment',
  'CreateShipmentResponse' => 'InpostCourierStructCreateShipmentResponse',
  'GetAvailableServices' => 'InpostCourierStructGetAvailableServices',
  'GetAvailableServicesRequest' => 'InpostCourierStructGetAvailableServicesRequest',
  'GetAvailableServicesResponse' => 'InpostCourierStructGetAvailableServicesResponse',
  'GetCodReport' => 'InpostCourierStructGetCodReport',
  'GetCodReportRequest' => 'InpostCourierStructGetCodReportRequest',
  'GetCodReportResponse' => 'InpostCourierStructGetCodReportResponse',
  'GetLabel' => 'InpostCourierStructGetLabel',
  'GetLabelRequest' => 'InpostCourierStructGetLabelRequest',
  'GetLabelResponse' => 'InpostCourierStructGetLabelResponse',
  'GetLabel_Consolidated' => 'InpostCourierStructGetLabel_Consolidated',
  'GetLabel_ConsolidatedResponse' => 'InpostCourierStructGetLabel_ConsolidatedResponse',
  'GetManifest' => 'InpostCourierStructGetManifest',
  'GetManifestRequest' => 'InpostCourierStructGetManifestRequest',
  'GetManifestResponse' => 'InpostCourierStructGetManifestResponse',
  'GetReturnLabel' => 'InpostCourierStructGetReturnLabel',
  'GetReturnLabelRequest' => 'InpostCourierStructGetReturnLabelRequest',
  'GetReturnLabelResponse' => 'InpostCourierStructGetReturnLabelResponse',
  'GetServices' => 'InpostCourierStructGetServices',
  'GetServicesResponse' => 'InpostCourierStructGetServicesResponse',
  'GetTracking' => 'InpostCourierStructGetTracking',
  'GetTrackingResponse' => 'InpostCourierStructGetTrackingResponse',
  'Label' => 'InpostCourierStructLabel',
  'LabelImageFormat' => 'InpostCourierEnumLabelImageFormat',
  'Location' => 'InpostCourierStructLocation',
  'OrderStatus' => 'InpostCourierStructOrderStatus',
  'Parcel' => 'InpostCourierStructParcel',
  'ParcelType' => 'InpostCourierEnumParcelType',
  'ReportFormat' => 'InpostCourierEnumReportFormat',
  'Response' => 'InpostCourierStructResponse',
  'Service' => 'InpostCourierStructService',
  'ShipmentRequest' => 'InpostCourierStructShipmentRequest',
);
    }
}