NAME
WebService::Cath::FuncNet::Operation::ScorePairwiseRelations::Response
SYNOPSIS
Represents a response from the 'ScorePairwiseRelations' operation
$op = $wsdl->operation( operation => 'ScorePairwiseRelations' );
$op_call = $op->compileClient();
$answer = $op_call->( parameters => { ... } );
$response = WebService::Cath::FuncNet::ScorePairwiseRelations::Response->new( $answer );
BUILDARGS
ACCESSORS
results
an array of WebService::Cath::FuncNet::ScorePairwiseRelations::Result
METHODS
_results_from_wsdl_response
Returns an ARRAY ref of results based on the WSDL response data structure
AUTHOR
Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>
LICENCE AND COPYRIGHT
Copyright (c) 2008, Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.