initial commit
[Geo-EZLocate.git] / EZLocate / Typemaps / EZClient.pm
1
2 package Geo::EZLocate::Typemaps::EZClient;
3 use strict;
4 use warnings;
5
6 our $typemap_1 = {
7                'getRPSResponse' => 'Geo::EZLocate::Elements::getRPSResponse',
8                'getMOTDResponse' => 'Geo::EZLocate::Elements::getMOTDResponse',
9                'getAccountInfo' => 'Geo::EZLocate::Elements::getAccountInfo',
10                'getAccountInfoResponse/accountType' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
11                'getAccountInfoResponse' => 'Geo::EZLocate::Elements::getAccountInfoResponse',
12                'getClientInfo' => 'Geo::EZLocate::Elements::getClientInfo',
13                'getAccountInfoResponse/actualRecords' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
14                'Fault/faultcode' => 'SOAP::WSDL::XSD::Typelib::Builtin::anyURI',
15                'getAccountInfoResponse/resultCode' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
16                'getMOTDResponse/message' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
17                'Fault/faultstring' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
18                'getClientInfoResponse' => 'Geo::EZLocate::Elements::getClientInfoResponse',
19                'getClientInfoResponse/safeToRun' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
20                'getClientInfo/minorVersion' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
21                'Fault' => 'SOAP::WSDL::SOAP::Typelib::Fault11',
22                'getAccountInfoResponse/expiration' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
23                'Fault/faultactor' => 'SOAP::WSDL::XSD::Typelib::Builtin::token',
24                'getClientInfoResponse/message' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
25                'getRPS/identity' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
26                'Fault/detail' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
27                'getAccountInfoResponse/maximumRecords' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
28                'getClientInfo/majorVersion' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
29                'getRPSResponse/recordsPerSecond' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
30                'getMOTD' => 'Geo::EZLocate::Elements::getMOTD',
31                'getAccountInfo/identity' => 'SOAP::WSDL::XSD::Typelib::Builtin::int',
32                'getRPS' => 'Geo::EZLocate::Elements::getRPS'
33              };
34 ;
35
36 sub get_class {
37   my $name = join '/', @{ $_[1] };
38   return $typemap_1->{ $name };
39 }
40
41 sub get_typemap {
42     return $typemap_1;
43 }
44
45 1;
46
47 __END__
48
49 __END__
50
51 =pod
52
53 =head1 NAME
54
55 Geo::EZLocate::Typemaps::EZClient - typemap for EZClient
56
57 =head1 DESCRIPTION
58
59 Typemap created by SOAP::WSDL for map-based SOAP message parsers.
60
61 =cut
62