NAME
MyElements::GetSpecificCookie
DESCRIPTION
Perl data type class for the XML Schema defined element GetSpecificCookie from the namespace http://www.fullerdata.com/FortuneCookie/FortuneCookie.asmx.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
index
$element->set_index($data); $element->get_index();
METHODS
new
my $element = MyElements::GetSpecificCookie->new($data);
Constructor. The following data structure may be passed to new():
{
index => $some_value, # int
},
AUTHOR
Generated by SOAP::WSDL