initial import
[Net-DashCS.git] / lib / Net / DashCS / Types / ParseException.pm
1 package Net::DashCS::Types::ParseException;
2 use strict;
3 use warnings;
4
5
6 __PACKAGE__->_set_element_form_qualified(0);
7
8 sub get_xmlns { 'http://dashcs.com/api/v1/emergency' };
9
10 our $XML_ATTRIBUTE_CLASS;
11 undef $XML_ATTRIBUTE_CLASS;
12
13 sub __get_attr_class {
14     return $XML_ATTRIBUTE_CLASS;
15 }
16
17 use Class::Std::Fast::Storable constructor => 'none';
18 use base qw(SOAP::WSDL::XSD::Typelib::ComplexType);
19
20 Class::Std::initialize();
21
22 { # BLOCK to scope variables
23
24
25 __PACKAGE__->_factory(
26     [ qw(
27     ) ],
28     {
29     },
30     {
31     },
32     {
33
34     }
35 );
36
37 } # end BLOCK
38
39
40
41
42
43
44
45 1;
46
47
48 =pod
49
50 =head1 NAME
51
52 Net::DashCS::Types::ParseException
53
54 =head1 DESCRIPTION
55
56 Perl data type class for the XML Schema defined complexType
57 ParseException from the namespace http://dashcs.com/api/v1/emergency.
58
59
60
61
62
63
64 =head2 PROPERTIES
65
66 The following properties may be accessed using get_PROPERTY / set_PROPERTY
67 methods:
68
69 =over
70
71
72
73 =back
74
75
76 =head1 METHODS
77
78 =head2 new
79
80 Constructor. The following data structure may be passed to new():
81
82  { # Net::DashCS::Types::ParseException
83  },
84
85
86
87
88 =head1 AUTHOR
89
90 Generated by SOAP::WSDL
91
92 =cut
93