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