<?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(
            'ArrayOfBusStopType' => '\\ArrayType\\ArrayOfBusStopType',
            'GradeSchoolType' => '\\StructType\\GradeSchoolType',
            'AuthenticateStudentInfo' => '\\StructType\\AuthenticateStudentInfo',
            'StudentBasic' => '\\StructType\\StudentBasic',
            'Dates' => '\\StructType\\Dates',
            'TransitBasic' => '\\StructType\\TransitBasic',
            'ArrayOfStudentTransBasic' => '\\ArrayType\\ArrayOfStudentTransBasic',
            'StudentTransBasic' => '\\StructType\\StudentTransBasic',
            'ArrayOfstring' => '\\ArrayType\\ArrayOfstring',
            'Address' => '\\StructType\\Address',
            'Position' => '\\StructType\\Position',
            'ArrayOfPosition' => '\\ArrayType\\ArrayOfPosition',
            'StudentStandard' => '\\StructType\\StudentStandard',
            'ArrayOfStudentStandard' => '\\ArrayType\\ArrayOfStudentStandard',
            'ArrayOfContactType' => '\\ArrayType\\ArrayOfContactType',
            'ContactType' => '\\StructType\\ContactType',
            'ArrayOfContact' => '\\ArrayType\\ArrayOfContact',
            'Contact' => '\\StructType\\Contact',
            'ArrayOfStudentEligibility' => '\\ArrayType\\ArrayOfStudentEligibility',
            'StudentEligibility' => '\\StructType\\StudentEligibility',
            'ArrayOfEnrollment' => '\\ArrayType\\ArrayOfEnrollment',
            'Enrollment' => '\\StructType\\Enrollment',
            'Frequency' => '\\StructType\\Frequency',
            'BusStopBasic' => '\\StructType\\BusStopBasic',
            'BusStopStudent' => '\\StructType\\BusStopStudent',
            'ArrayOfBusStopStudentInfo' => '\\ArrayType\\ArrayOfBusStopStudentInfo',
            'BusStopStudentInfo' => '\\StructType\\BusStopStudentInfo',
            'ArrayOfTransportInfo' => '\\ArrayType\\ArrayOfTransportInfo',
            'TransportInfo' => '\\StructType\\TransportInfo',
            'ArrayOfTrip' => '\\ArrayType\\ArrayOfTrip',
            'Trip' => '\\StructType\\Trip',
            'StudentComplete' => '\\StructType\\StudentComplete',
            'ArrayOfStudentComplete' => '\\ArrayType\\ArrayOfStudentComplete',
            'ArrayOfStudentStop' => '\\ArrayType\\ArrayOfStudentStop',
            'StudentStop' => '\\StructType\\StudentStop',
            'ArrayOfBusStopDetails' => '\\ArrayType\\ArrayOfBusStopDetails',
            'BusStopDetails' => '\\StructType\\BusStopDetails',
            'ArrayOfStopSchool' => '\\ArrayType\\ArrayOfStopSchool',
            'StopSchool' => '\\StructType\\StopSchool',
            'BPID' => '\\StructType\\BPID',
            'AddressType' => '\\StructType\\AddressType',
            'Address_v2' => '\\StructType\\Address_v2',
            'ArrayOfAddress_v2' => '\\ArrayType\\ArrayOfAddress_v2',
            'ArrayOfSchool' => '\\ArrayType\\ArrayOfSchool',
            'School' => '\\StructType\\School',
            'ArrayOfRunPoint' => '\\ArrayType\\ArrayOfRunPoint',
            'RunPoint' => '\\StructType\\RunPoint',
            'ArrayOfRun' => '\\ArrayType\\ArrayOfRun',
            'Run' => '\\StructType\\Run',
            'ArrayOfRoute' => '\\ArrayType\\ArrayOfRoute',
            'Route' => '\\StructType\\Route',
            'ArrayOfDistrict' => '\\ArrayType\\ArrayOfDistrict',
            'District' => '\\StructType\\District',
            'ArrayOfVehicle' => '\\ArrayType\\ArrayOfVehicle',
            'Vehicle' => '\\StructType\\Vehicle',
            'ArrayOfOperator' => '\\ArrayType\\ArrayOfOperator',
            'Operator' => '\\StructType\\Operator',
            'ArrayOfDepot' => '\\ArrayType\\ArrayOfDepot',
            'Depot' => '\\StructType\\Depot',
            'ArrayOfProgram' => '\\ArrayType\\ArrayOfProgram',
            'Program' => '\\StructType\\Program',
            'ArrayOfSchoolProgramBellTime' => '\\ArrayType\\ArrayOfSchoolProgramBellTime',
            'SchoolProgramBellTime' => '\\StructType\\SchoolProgramBellTime',
            'ArrayOfStudentProgram' => '\\ArrayType\\ArrayOfStudentProgram',
            'StudentProgram' => '\\StructType\\StudentProgram',
            'ArrayOfStudentRide' => '\\ArrayType\\ArrayOfStudentRide',
            'StudentRide' => '\\StructType\\StudentRide',
            'ArrayOfComponent' => '\\ArrayType\\ArrayOfComponent',
            'Component' => '\\StructType\\Component',
            'ArrayOfWayPoint' => '\\ArrayType\\ArrayOfWayPoint',
            'WayPoint' => '\\StructType\\WayPoint',
            'ArrayOfZoneType' => '\\ArrayType\\ArrayOfZoneType',
            'ZoneType' => '\\StructType\\ZoneType',
            'ArrayOfZone' => '\\ArrayType\\ArrayOfZone',
            'Zone' => '\\StructType\\Zone',
            'WebServiceRequestOptions' => '\\StructType\\WebServiceRequestOptions',
            'GetAllAccessPoints.Options' => '\\StructType\\GetAllAccessPoints_Options',
            'ArrayOfAccessPoint' => '\\ArrayType\\ArrayOfAccessPoint',
            'AccessPoint' => '\\StructType\\AccessPoint',
            'GetAllCorners.Options' => '\\StructType\\GetAllCorners_Options',
            'ArrayOfCorner' => '\\ArrayType\\ArrayOfCorner',
            'Corner' => '\\StructType\\Corner',
            'GetAllDeadheads.Options' => '\\StructType\\GetAllDeadheads_Options',
            'DeadheadType' => '\\StructType\\DeadheadType',
            'ArrayOfDeadhead' => '\\ArrayType\\ArrayOfDeadhead',
            'Deadhead' => '\\StructType\\Deadhead',
            'GetAllDeadheadWaypoints.Options' => '\\StructType\\GetAllDeadheadWaypoints_Options',
            'PositionType' => '\\StructType\\PositionType',
            'ArrayOfDeadheadWaypoint' => '\\ArrayType\\ArrayOfDeadheadWaypoint',
            'DeadheadWaypoint' => '\\StructType\\DeadheadWaypoint',
            'GetAllExceptionBoundaries.Options' => '\\StructType\\GetAllExceptionBoundaries_Options',
            'ExceptionBoundaryTypeScope' => '\\StructType\\ExceptionBoundaryTypeScope',
            'TransportationType' => '\\StructType\\TransportationType',
            'TravelCode' => '\\StructType\\TravelCode',
            'ExceptionBoundaryType' => '\\StructType\\ExceptionBoundaryType',
            'ArrayOfExceptionBoundary' => '\\ArrayType\\ArrayOfExceptionBoundary',
            'ExceptionBoundary' => '\\StructType\\ExceptionBoundary',
            'GetAllExceptionBoundarySchools.Options' => '\\StructType\\GetAllExceptionBoundarySchools_Options',
            'ArrayOfExceptionBoundarySchool' => '\\ArrayType\\ArrayOfExceptionBoundarySchool',
            'ExceptionBoundarySchool' => '\\StructType\\ExceptionBoundarySchool',
            'GetAllExceptionBoundaryGrades.Options' => '\\StructType\\GetAllExceptionBoundaryGrades_Options',
            'ArrayOfExceptionBoundaryGrade' => '\\ArrayType\\ArrayOfExceptionBoundaryGrade',
            'ExceptionBoundaryGrade' => '\\StructType\\ExceptionBoundaryGrade',
            'GetAllExceptionBoundaryPrograms.Options' => '\\StructType\\GetAllExceptionBoundaryPrograms_Options',
            'ArrayOfExceptionBoundaryProgram' => '\\ArrayType\\ArrayOfExceptionBoundaryProgram',
            'ExceptionBoundaryProgram' => '\\StructType\\ExceptionBoundaryProgram',
            'GetAllSchoolBoundaries.Options' => '\\StructType\\GetAllSchoolBoundaries_Options',
            'ArrayOfSchoolBoundary' => '\\ArrayType\\ArrayOfSchoolBoundary',
            'SchoolBoundary' => '\\StructType\\SchoolBoundary',
            'GetAllSchoolBoundaryGrades.Options' => '\\StructType\\GetAllSchoolBoundaryGrades_Options',
            'ArrayOfSchoolBoundaryGrade' => '\\ArrayType\\ArrayOfSchoolBoundaryGrade',
            'SchoolBoundaryGrade' => '\\StructType\\SchoolBoundaryGrade',
            'GetAllSchoolBoundaryPrograms.Options' => '\\StructType\\GetAllSchoolBoundaryPrograms_Options',
            'ArrayOfSchoolBoundaryProgram' => '\\ArrayType\\ArrayOfSchoolBoundaryProgram',
            'SchoolBoundaryProgram' => '\\StructType\\SchoolBoundaryProgram',
            'GetAllLocations.Options' => '\\StructType\\GetAllLocations_Options',
            'LocationType' => '\\StructType\\LocationType',
            'ArrayOfLocation' => '\\ArrayType\\ArrayOfLocation',
            'Location' => '\\StructType\\Location',
            'GetAllDistricts.Options' => '\\StructType\\GetAllDistricts_Options',
            'GetAllRuns.Options' => '\\StructType\\GetAllRuns_Options',
            'GetAllSchoolGrades.Options' => '\\StructType\\GetAllSchoolGrades_Options',
            'ArrayOfSchoolGrade' => '\\ArrayType\\ArrayOfSchoolGrade',
            'SchoolGrade' => '\\StructType\\SchoolGrade',
            'GetAllSchoolGradePrograms.Options' => '\\StructType\\GetAllSchoolGradePrograms_Options',
            'ArrayOfSchoolGradeProgram' => '\\ArrayType\\ArrayOfSchoolGradeProgram',
            'SchoolGradeProgram' => '\\StructType\\SchoolGradeProgram',
            'GetAllAddresses.Options' => '\\StructType\\GetAllAddresses_Options',
            'GetAllPolicies.Options' => '\\StructType\\GetAllPolicies_Options',
            'ArrayOfPolicy' => '\\ArrayType\\ArrayOfPolicy',
            'Policy' => '\\StructType\\Policy',
            'GetAllGPSRouteVehicles.Options' => '\\StructType\\GetAllGPSRouteVehicles_Options',
            'ArrayOfGPSRouteVehicle' => '\\ArrayType\\ArrayOfGPSRouteVehicle',
            'GPSRouteVehicle' => '\\StructType\\GPSRouteVehicle',
            'SaveGPSRouteVehicle.Options' => '\\StructType\\SaveGPSRouteVehicle_Options',
            'DeleteGPSRouteVehicle.Options' => '\\StructType\\DeleteGPSRouteVehicle_Options',
            'GetAllSchools.Options' => '\\StructType\\GetAllSchools_Options',
            'GetAllVehicleTypes.Options' => '\\StructType\\GetAllVehicleTypes_Options',
            'ArrayOfVehicleType' => '\\ArrayType\\ArrayOfVehicleType',
            'VehicleType' => '\\StructType\\VehicleType',
            'GetAllDrivers.Options' => '\\StructType\\GetAllDrivers_Options',
            'ArrayOfStaff' => '\\ArrayType\\ArrayOfStaff',
            'Staff' => '\\StructType\\Staff',
            'GetAllDriverSchedules.Options' => '\\StructType\\GetAllDriverSchedules_Options',
            'ArrayOfDriverSchedule' => '\\ArrayType\\ArrayOfDriverSchedule',
            'DriverSchedule' => '\\StructType\\DriverSchedule',
            'ArrayOfRouteElement' => '\\ArrayType\\ArrayOfRouteElement',
            'RouteElement' => '\\StructType\\RouteElement',
            'RouteItinerary' => '\\StructType\\RouteItinerary',
            'ArrayOfStreet' => '\\ArrayType\\ArrayOfStreet',
            'Street' => '\\StructType\\Street',
            'ArrayOfAddressEligibility' => '\\ArrayType\\ArrayOfAddressEligibility',
            'AddressEligibility' => '\\StructType\\AddressEligibility',
            'StudentAuthenticates' => '\\StructType\\StudentAuthenticates',
            'StudentAuthenticatesResponse' => '\\StructType\\StudentAuthenticatesResponse',
            'GetStudentBasic' => '\\StructType\\GetStudentBasic',
            'GetStudentBasicResponse' => '\\StructType\\GetStudentBasicResponse',
            'ListStudentTransBasic' => '\\StructType\\ListStudentTransBasic',
            'ListStudentTransBasicResponse' => '\\StructType\\ListStudentTransBasicResponse',
            'GetStudentTransBasic' => '\\StructType\\GetStudentTransBasic',
            'GetStudentTransBasicResponse' => '\\StructType\\GetStudentTransBasicResponse',
            'GetStudentsWithTransChanges' => '\\StructType\\GetStudentsWithTransChanges',
            'GetStudentsWithTransChangesResponse' => '\\StructType\\GetStudentsWithTransChangesResponse',
            'GetStudentsWhoHaveTravelCodeChanges' => '\\StructType\\GetStudentsWhoHaveTravelCodeChanges',
            'GetStudentsWhoHaveTravelCodeChangesResponse' => '\\StructType\\GetStudentsWhoHaveTravelCodeChangesResponse',
            'GetAllStudentTransChangesXML' => '\\StructType\\GetAllStudentTransChangesXML',
            'GetAllStudentTransChangesXMLResponse' => '\\StructType\\GetAllStudentTransChangesXMLResponse',
            'GetStudentTransInformationXML' => '\\StructType\\GetStudentTransInformationXML',
            'GetStudentTransInformationXMLResponse' => '\\StructType\\GetStudentTransInformationXMLResponse',
            'GetStudentStandard' => '\\StructType\\GetStudentStandard',
            'GetStudentStandardResponse' => '\\StructType\\GetStudentStandardResponse',
            'GetAllContactTypes' => '\\StructType\\GetAllContactTypes',
            'GetAllContactTypesResponse' => '\\StructType\\GetAllContactTypesResponse',
            'GetContacts' => '\\StructType\\GetContacts',
            'GetContactsResponse' => '\\StructType\\GetContactsResponse',
            'GetStudentComplete' => '\\StructType\\GetStudentComplete',
            'GetStudentCompleteResponse' => '\\StructType\\GetStudentCompleteResponse',
            'GetStudentsComplete' => '\\StructType\\GetStudentsComplete',
            'GetStudentsCompleteResponse' => '\\StructType\\GetStudentsCompleteResponse',
            'GetAllContacts' => '\\StructType\\GetAllContacts',
            'GetAllContactsResponse' => '\\StructType\\GetAllContactsResponse',
            'GetAllStudentStandard' => '\\StructType\\GetAllStudentStandard',
            'GetAllStudentStandardResponse' => '\\StructType\\GetAllStudentStandardResponse',
            'GetAllStudentComplete' => '\\StructType\\GetAllStudentComplete',
            'GetAllStudentCompleteResponse' => '\\StructType\\GetAllStudentCompleteResponse',
            'GetAllStudentStopAssignments' => '\\StructType\\GetAllStudentStopAssignments',
            'GetAllStudentStopAssignmentsResponse' => '\\StructType\\GetAllStudentStopAssignmentsResponse',
            'GetAllHomeStops' => '\\StructType\\GetAllHomeStops',
            'GetAllHomeStopsResponse' => '\\StructType\\GetAllHomeStopsResponse',
            'GetAllSchoolStops' => '\\StructType\\GetAllSchoolStops',
            'GetAllSchoolStopsResponse' => '\\StructType\\GetAllSchoolStopsResponse',
            'GetAllTransfers' => '\\StructType\\GetAllTransfers',
            'GetAllTransfersResponse' => '\\StructType\\GetAllTransfersResponse',
            'GetSchoolsServicedByStop' => '\\StructType\\GetSchoolsServicedByStop',
            'GetSchoolsServicedByStopResponse' => '\\StructType\\GetSchoolsServicedByStopResponse',
            'GetAllSchools' => '\\StructType\\GetAllSchools',
            'GetAllSchoolsResponse' => '\\StructType\\GetAllSchoolsResponse',
            'GetAllRuns' => '\\StructType\\GetAllRuns',
            'GetAllRunsResponse' => '\\StructType\\GetAllRunsResponse',
            'GetAllRoutes' => '\\StructType\\GetAllRoutes',
            'GetAllRoutesResponse' => '\\StructType\\GetAllRoutesResponse',
            'GetAllDistricts' => '\\StructType\\GetAllDistricts',
            'GetAllDistrictsResponse' => '\\StructType\\GetAllDistrictsResponse',
            'GetAllVehicles' => '\\StructType\\GetAllVehicles',
            'GetAllVehiclesResponse' => '\\StructType\\GetAllVehiclesResponse',
            'GetAllOperators' => '\\StructType\\GetAllOperators',
            'GetAllOperatorsResponse' => '\\StructType\\GetAllOperatorsResponse',
            'GetAllDepots' => '\\StructType\\GetAllDepots',
            'GetAllDepotsResponse' => '\\StructType\\GetAllDepotsResponse',
            'GetAllGrades' => '\\StructType\\GetAllGrades',
            'GetAllGradesResponse' => '\\StructType\\GetAllGradesResponse',
            'GetAllPrograms' => '\\StructType\\GetAllPrograms',
            'GetAllProgramsResponse' => '\\StructType\\GetAllProgramsResponse',
            'GetAllSchoolProgramBellTimes' => '\\StructType\\GetAllSchoolProgramBellTimes',
            'GetAllSchoolProgramBellTimesResponse' => '\\StructType\\GetAllSchoolProgramBellTimesResponse',
            'GetAllStudentPrograms' => '\\StructType\\GetAllStudentPrograms',
            'GetAllStudentProgramsResponse' => '\\StructType\\GetAllStudentProgramsResponse',
            'GetStudentRideTime' => '\\StructType\\GetStudentRideTime',
            'GetStudentRideTimeResponse' => '\\StructType\\GetStudentRideTimeResponse',
            'GetAllComponents' => '\\StructType\\GetAllComponents',
            'GetAllComponentsResponse' => '\\StructType\\GetAllComponentsResponse',
            'GetWayPoints' => '\\StructType\\GetWayPoints',
            'GetWayPointsResponse' => '\\StructType\\GetWayPointsResponse',
            'GetAllZoneTypes' => '\\StructType\\GetAllZoneTypes',
            'GetAllZoneTypesResponse' => '\\StructType\\GetAllZoneTypesResponse',
            'GetAllZonesByType' => '\\StructType\\GetAllZonesByType',
            'GetAllZonesByTypeResponse' => '\\StructType\\GetAllZonesByTypeResponse',
            'GetAccidentCountForOperator' => '\\StructType\\GetAccidentCountForOperator',
            'GetAccidentCountForOperatorResponse' => '\\StructType\\GetAccidentCountForOperatorResponse',
            'GetIncidentCountForOperator' => '\\StructType\\GetIncidentCountForOperator',
            'GetIncidentCountForOperatorResponse' => '\\StructType\\GetIncidentCountForOperatorResponse',
            'GetAllAccessPoints' => '\\StructType\\GetAllAccessPoints',
            'GetAllAccessPointsResponse' => '\\StructType\\GetAllAccessPointsResponse',
            'GetAllCorners' => '\\StructType\\GetAllCorners',
            'GetAllCornersResponse' => '\\StructType\\GetAllCornersResponse',
            'GetAllDeadheads' => '\\StructType\\GetAllDeadheads',
            'GetAllDeadheadsResponse' => '\\StructType\\GetAllDeadheadsResponse',
            'GetAllDeadheadWaypoints' => '\\StructType\\GetAllDeadheadWaypoints',
            'GetAllDeadheadWaypointsResponse' => '\\StructType\\GetAllDeadheadWaypointsResponse',
            'GetAllExceptionBoundaries' => '\\StructType\\GetAllExceptionBoundaries',
            'GetAllExceptionBoundariesResponse' => '\\StructType\\GetAllExceptionBoundariesResponse',
            'GetAllExceptionBoundarySchools' => '\\StructType\\GetAllExceptionBoundarySchools',
            'GetAllExceptionBoundarySchoolsResponse' => '\\StructType\\GetAllExceptionBoundarySchoolsResponse',
            'GetAllExceptionBoundaryGrades' => '\\StructType\\GetAllExceptionBoundaryGrades',
            'GetAllExceptionBoundaryGradesResponse' => '\\StructType\\GetAllExceptionBoundaryGradesResponse',
            'GetAllExceptionBoundaryPrograms' => '\\StructType\\GetAllExceptionBoundaryPrograms',
            'GetAllExceptionBoundaryProgramsResponse' => '\\StructType\\GetAllExceptionBoundaryProgramsResponse',
            'GetAllSchoolBoundaries' => '\\StructType\\GetAllSchoolBoundaries',
            'GetAllSchoolBoundariesResponse' => '\\StructType\\GetAllSchoolBoundariesResponse',
            'GetAllSchoolBoundaryGrades' => '\\StructType\\GetAllSchoolBoundaryGrades',
            'GetAllSchoolBoundaryGradesResponse' => '\\StructType\\GetAllSchoolBoundaryGradesResponse',
            'GetAllSchoolBoundaryPrograms' => '\\StructType\\GetAllSchoolBoundaryPrograms',
            'GetAllSchoolBoundaryProgramsResponse' => '\\StructType\\GetAllSchoolBoundaryProgramsResponse',
            'GetAllLocations' => '\\StructType\\GetAllLocations',
            'GetAllLocationsResponse' => '\\StructType\\GetAllLocationsResponse',
            'GetAllDistricts_v2' => '\\StructType\\GetAllDistricts_v2',
            'GetAllDistricts_v2Response' => '\\StructType\\GetAllDistricts_v2Response',
            'GetAllRuns_v2' => '\\StructType\\GetAllRuns_v2',
            'GetAllRuns_v2Response' => '\\StructType\\GetAllRuns_v2Response',
            'GetAllSchoolGrades' => '\\StructType\\GetAllSchoolGrades',
            'GetAllSchoolGradesResponse' => '\\StructType\\GetAllSchoolGradesResponse',
            'GetAllSchoolGradePrograms' => '\\StructType\\GetAllSchoolGradePrograms',
            'GetAllSchoolGradeProgramsResponse' => '\\StructType\\GetAllSchoolGradeProgramsResponse',
            'GetAllAddresses' => '\\StructType\\GetAllAddresses',
            'GetAllAddressesResponse' => '\\StructType\\GetAllAddressesResponse',
            'GetAllPolicies' => '\\StructType\\GetAllPolicies',
            'GetAllPoliciesResponse' => '\\StructType\\GetAllPoliciesResponse',
            'GetAllGPSRouteVehicles' => '\\StructType\\GetAllGPSRouteVehicles',
            'GetAllGPSRouteVehiclesResponse' => '\\StructType\\GetAllGPSRouteVehiclesResponse',
            'SaveGPSRouteVehicle' => '\\StructType\\SaveGPSRouteVehicle',
            'SaveGPSRouteVehicleResponse' => '\\StructType\\SaveGPSRouteVehicleResponse',
            'DeleteGPSRouteVehicle' => '\\StructType\\DeleteGPSRouteVehicle',
            'DeleteGPSRouteVehicleResponse' => '\\StructType\\DeleteGPSRouteVehicleResponse',
            'GetAllSchools_v2' => '\\StructType\\GetAllSchools_v2',
            'GetAllSchools_v2Response' => '\\StructType\\GetAllSchools_v2Response',
            'GetAllVehicleTypes' => '\\StructType\\GetAllVehicleTypes',
            'GetAllVehicleTypesResponse' => '\\StructType\\GetAllVehicleTypesResponse',
            'GetAllDrivers' => '\\StructType\\GetAllDrivers',
            'GetAllDriversResponse' => '\\StructType\\GetAllDriversResponse',
            'GetAllDriverSchedules' => '\\StructType\\GetAllDriverSchedules',
            'GetAllDriverSchedulesResponse' => '\\StructType\\GetAllDriverSchedulesResponse',
            'GetDatabaseDescriptions' => '\\StructType\\GetDatabaseDescriptions',
            'GetDatabaseDescriptionsResponse' => '\\StructType\\GetDatabaseDescriptionsResponse',
            'GetDatabaseGuid' => '\\StructType\\GetDatabaseGuid',
            'GetDatabaseGuidResponse' => '\\StructType\\GetDatabaseGuidResponse',
            'GetAllRunPoints' => '\\StructType\\GetAllRunPoints',
            'GetAllRunPointsResponse' => '\\StructType\\GetAllRunPointsResponse',
            'GetRouteItinerary' => '\\StructType\\GetRouteItinerary',
            'GetRouteItineraryResponse' => '\\StructType\\GetRouteItineraryResponse',
            'GetStreetList' => '\\StructType\\GetStreetList',
            'GetStreetListResponse' => '\\StructType\\GetStreetListResponse',
            'GetAddressEligibility' => '\\StructType\\GetAddressEligibility',
            'GetAddressEligibilityResponse' => '\\StructType\\GetAddressEligibilityResponse',
            'BPReceiverFaultDetail' => '\\StructType\\BPReceiverFaultDetail',
            'BPSenderFaultDetail' => '\\StructType\\BPSenderFaultDetail',
        );
    }
}
