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