xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for getHesapDetaylariResponse StructType
* @subpackage Structs
*/
class GetHesapDetaylariResponse extends AbstractStructBase
{
/**
* The responseData
* Meta information extracted from the WSDL
* - form: unqualified
* - maxOccurs: 1
* - minOccurs: 0
* @var HesapDetaylariResponse
*/
public $responseData;
/**
* Constructor method for getHesapDetaylariResponse
* @uses GetHesapDetaylariResponse::setResponseData()
* @param HesapDetaylariResponse $responseData
*/
public function __construct(HesapDetaylariResponse $responseData = null)
{
$this
->setResponseData($responseData);
}
/**
* Get responseData value
* @return HesapDetaylariResponse|null
*/
public function getResponseData()
{
return $this->responseData;
}
/**
* Set responseData value
* @param HesapDetaylariResponse $responseData
* @return GetHesapDetaylariResponse
*/
public function setResponseData(HesapDetaylariResponse $responseData = null)
{
$this->responseData = $responseData;
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