summaryrefslogtreecommitdiff
path: root/lib/Net/DashCS/Elements/getAuthenticationCheck.pm
diff options
context:
space:
mode:
authorjeff <jeff>2010-03-31 16:23:40 +0000
committerjeff <jeff>2010-03-31 16:23:40 +0000
commit816672146578e431cb606071f1ac0be2afd5399f (patch)
treef6d461ae26f3b401251b3f5804479d95c6b421ff /lib/Net/DashCS/Elements/getAuthenticationCheck.pm
initial importimport
Diffstat (limited to 'lib/Net/DashCS/Elements/getAuthenticationCheck.pm')
-rw-r--r--lib/Net/DashCS/Elements/getAuthenticationCheck.pm58
1 files changed, 58 insertions, 0 deletions
diff --git a/lib/Net/DashCS/Elements/getAuthenticationCheck.pm b/lib/Net/DashCS/Elements/getAuthenticationCheck.pm
new file mode 100644
index 0000000..2a79305
--- /dev/null
+++ b/lib/Net/DashCS/Elements/getAuthenticationCheck.pm
@@ -0,0 +1,58 @@
+
+package Net::DashCS::Elements::getAuthenticationCheck;
+use strict;
+use warnings;
+
+{ # BLOCK to scope variables
+
+sub get_xmlns { 'http://dashcs.com/api/v1/emergency' }
+
+__PACKAGE__->__set_name('getAuthenticationCheck');
+__PACKAGE__->__set_nillable();
+__PACKAGE__->__set_minOccurs();
+__PACKAGE__->__set_maxOccurs();
+__PACKAGE__->__set_ref();
+use base qw(
+ SOAP::WSDL::XSD::Typelib::Element
+ Net::DashCS::Types::getAuthenticationCheck
+);
+
+}
+
+1;
+
+
+=pod
+
+=head1 NAME
+
+Net::DashCS::Elements::getAuthenticationCheck
+
+=head1 DESCRIPTION
+
+Perl data type class for the XML Schema defined element
+getAuthenticationCheck from the namespace http://dashcs.com/api/v1/emergency.
+
+
+
+
+
+
+
+=head1 METHODS
+
+=head2 new
+
+ my $element = Net::DashCS::Elements::getAuthenticationCheck->new($data);
+
+Constructor. The following data structure may be passed to new():
+
+ { # Net::DashCS::Types::getAuthenticationCheck
+ },
+
+=head1 AUTHOR
+
+Generated by SOAP::WSDL
+
+=cut
+