initial import
[Net-DashCS.git] / lib / Net / DashCS / Elements / getProvisionedLocationHistoryByURIResponse.pm
1
2 package Net::DashCS::Elements::getProvisionedLocationHistoryByURIResponse;
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('getProvisionedLocationHistoryByURIResponse');
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::getProvisionedLocationHistoryByURIResponse
18 );
19
20 }
21
22 1;
23
24
25 =pod
26
27 =head1 NAME
28
29 Net::DashCS::Elements::getProvisionedLocationHistoryByURIResponse
30
31 =head1 DESCRIPTION
32
33 Perl data type class for the XML Schema defined element
34 getProvisionedLocationHistoryByURIResponse 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::getProvisionedLocationHistoryByURIResponse->new($data);
47
48 Constructor. The following data structure may be passed to new():
49
50  { # Net::DashCS::Types::getProvisionedLocationHistoryByURIResponse
51    ProvisionedLocations =>  { # Net::DashCS::Types::location
52      activatedtime =>  $some_value, # dateTime
53      address1 =>  $some_value, # string
54      address2 =>  $some_value, # string
55      callername =>  $some_value, # string
56      comments =>  $some_value, # string
57      community =>  $some_value, # string
58      customerorderid =>  $some_value, # string
59      latitude =>  $some_value, # double
60      legacydata =>  { # Net::DashCS::Types::legacyLocationData
61        housenumber =>  $some_value, # string
62        predirectional =>  $some_value, # string
63        streetname =>  $some_value, # string
64        suite =>  $some_value, # string
65      },
66      locationid =>  $some_value, # string
67      longitude =>  $some_value, # double
68      plusfour =>  $some_value, # string
69      postalcode =>  $some_value, # string
70      state =>  $some_value, # string
71      status =>  { # Net::DashCS::Types::locationStatus
72        code => $some_value, # locationStatusCode
73        description =>  $some_value, # string
74      },
75      type => $some_value, # locationType
76      updatetime =>  $some_value, # dateTime
77    },
78  },
79
80 =head1 AUTHOR
81
82 Generated by SOAP::WSDL
83
84 =cut
85