initial import
[Net-DashCS.git] / lib / Net / DashCS / Elements / removeLocationResponse.pm
1
2 package Net::DashCS::Elements::removeLocationResponse;
3 use strict;
4 use warnings;
5
6 { # BLOCK to scope variables
7
8 sub get_xmlns { 'http://dashcs.com/api/v1/emergency' }
9
10 __PACKAGE__->__set_name('removeLocationResponse');
11 __PACKAGE__->__set_nillable();
12 __PACKAGE__->__set_minOccurs();
13 __PACKAGE__->__set_maxOccurs();
14 __PACKAGE__->__set_ref();
15 use base qw(
16     SOAP::WSDL::XSD::Typelib::Element
17     Net::DashCS::Types::removeLocationResponse
18 );
19
20 }
21
22 1;
23
24
25 =pod
26
27 =head1 NAME
28
29 Net::DashCS::Elements::removeLocationResponse
30
31 =head1 DESCRIPTION
32
33 Perl data type class for the XML Schema defined element
34 removeLocationResponse from the namespace http://dashcs.com/api/v1/emergency.
35
36
37
38
39
40
41
42 =head1 METHODS
43
44 =head2 new
45
46  my $element = Net::DashCS::Elements::removeLocationResponse->new($data);
47
48 Constructor. The following data structure may be passed to new():
49
50  { # Net::DashCS::Types::removeLocationResponse
51    LocationStatus =>  { # Net::DashCS::Types::locationStatus
52      code => $some_value, # locationStatusCode
53      description =>  $some_value, # string
54    },
55  },
56
57 =head1 AUTHOR
58
59 Generated by SOAP::WSDL
60
61 =cut
62