MyElements::isUserAuthorized


Back to Top


NAME

MyElements::isUserAuthorized

Back to Top


DESCRIPTION

Perl data type class for the XML Schema defined element isUserAuthorized from the namespace urn:rolesService.

Back to Top


METHODS

new

 my $element = MyElements::isUserAuthorized->new($data);

Constructor. The following data structure may be passed to new():

 {
   UserName =>  $some_value, # string
   function_category =>  $some_value, # string
   function_name =>  $some_value, # string
   qualifier_code =>  $some_value, # string
   proxyUserName =>  $some_value, # string
 },

Back to Top


AUTHOR

Generated by SOAP::WSDL

Back to Top

 MyElements::isUserAuthorized