The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MyElements::GetFortuneCookieResponse

DESCRIPTION

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

PROPERTIES

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

  • GetFortuneCookieResult

     $element->set_GetFortuneCookieResult($data);
     $element->get_GetFortuneCookieResult();

METHODS

new

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

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

 {
   GetFortuneCookieResult =>  $some_value, # string
 },

AUTHOR

Generated by SOAP::WSDL