initial import
[Net-DashCS.git] / lib / Net / DashCS / Elements / ParseException.pm
1
2 package Net::DashCS::Elements::ParseException;
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('ParseException');
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::ParseException
18 );
19
20 }
21
22 1;
23
24
25 =pod
26
27 =head1 NAME
28
29 Net::DashCS::Elements::ParseException
30
31 =head1 DESCRIPTION
32
33 Perl data type class for the XML Schema defined element
34 ParseException 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::ParseException->new($data);
47
48 Constructor. The following data structure may be passed to new():
49
50  { # Net::DashCS::Types::ParseException
51  },
52
53 =head1 AUTHOR
54
55 Generated by SOAP::WSDL
56
57 =cut
58