xxxxxxxxxx
namespace App\Services;
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for authenticateResponse StructType
* @subpackage Structs
*/
class AuthenticateResponse extends AbstractStructBase
{
/**
* The authenticateResult
* Meta information extracted from the WSDL
* - maxOccurs: 1
* - minOccurs: 0
* @var \App\Services\ArrayOfString
*/
public $authenticateResult;
/**
* Constructor method for authenticateResponse
* @uses AuthenticateResponse::setAuthenticateResult()
* @param \App\Services\ArrayOfString $authenticateResult
*/
public function __construct(\App\Services\ArrayOfString $authenticateResult = null)
{
$this
->setAuthenticateResult($authenticateResult);
}
/**
* Get authenticateResult value
* @return \App\Services\ArrayOfString|null
*/
public function getAuthenticateResult()
{
return $this->authenticateResult;
}
/**
* Set authenticateResult value
* @param \App\Services\ArrayOfString $authenticateResult
* @return \App\Services\AuthenticateResponse
*/
public function setAuthenticateResult(\App\Services\ArrayOfString $authenticateResult = null)
{
$this->authenticateResult = $authenticateResult;
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