xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for receiveDoneResponse StructType
* @subpackage Structs
*/
class ReceiveDoneResponse extends AbstractStructBase
{
/**
* The receiveDoneResult
* Meta information extracted from the WSDL
* - minOccurs: 0
* @var int
*/
public $receiveDoneResult;
/**
* Constructor method for receiveDoneResponse
* @uses ReceiveDoneResponse::setReceiveDoneResult()
* @param int $receiveDoneResult
*/
public function __construct($receiveDoneResult = null)
{
$this
->setReceiveDoneResult($receiveDoneResult);
}
/**
* Get receiveDoneResult value
* @return int|null
*/
public function getReceiveDoneResult()
{
return $this->receiveDoneResult;
}
/**
* Set receiveDoneResult value
* @param int $receiveDoneResult
* @return ReceiveDoneResponse
*/
public function setReceiveDoneResult($receiveDoneResult = null)
{
$this->receiveDoneResult = $receiveDoneResult;
return $this;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO