initial import
[Net-DashCS.git] / lib / Net / DashCS / Types / locationType.pm
1 package Net::DashCS::Types::locationType;
2 use strict;
3 use warnings;
4
5 sub get_xmlns { 'http://dashcs.com/api/v1/emergency'};
6
7 # derivation by restriction
8 use base qw(
9     SOAP::WSDL::XSD::Typelib::Builtin::string);
10
11
12
13 1;
14
15 __END__
16
17 =pod
18
19 =head1 NAME
20
21
22
23 =head1 DESCRIPTION
24
25 Perl data type class for the XML Schema defined simpleType
26 locationType from the namespace http://dashcs.com/api/v1/emergency.
27
28
29
30
31
32 This clase is derived from 
33    SOAP::WSDL::XSD::Typelib::Builtin::string
34 . SOAP::WSDL's schema implementation does not validate data, so you can use it exactly
35 like it's base type.
36
37 # Description of restrictions not implemented yet.
38
39
40 =head1 METHODS
41
42 =head2 new
43
44 Constructor.
45
46 =head2 get_value / set_value
47
48 Getter and setter for the simpleType's value.
49
50 =head1 OVERLOADING
51
52 Depending on the simple type's base type, the following operations are overloaded
53
54  Stringification
55  Numerification
56  Boolification
57
58 Check L<SOAP::WSDL::XSD::Typelib::Builtin> for more information.
59
60 =head1 AUTHOR
61
62 Generated by SOAP::WSDL
63
64 =cut
65