/**
  * Sends the GroundCloseReportsReprintRequest and returns the response
  *
  * @param ComplexType\GroundCloseReportsReprintRequest $groundCloseReportsReprintRequest 
  * @return stdClass
  */
 public function getGroundCloseReportsReprintReply(ComplexType\GroundCloseReportsReprintRequest $groundCloseReportsReprintRequest)
 {
     return $this->_soapClient->groundCloseReportsReprint($groundCloseReportsReprintRequest->toArray());
 }