The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MyElements::CountCookiesResponse

DESCRIPTION

Perl data type class for the XML Schema defined element CountCookiesResponse from the namespace http://www.fullerdata.com/FortuneCookie/FortuneCookie.asmx.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • CountCookiesResult

     $element->set_CountCookiesResult($data);
     $element->get_CountCookiesResult();

METHODS

new

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

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

 {
   CountCookiesResult =>  $some_value, # int
 },

AUTHOR

Generated by SOAP::WSDL