xxxxxxxxxx
namespace GlsApi\Struct;
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for adeServices_GetCountriesSDSResponse Struct
* Meta information extracted from the WSDL
* - type: tns:adeServices_GetCountriesSDSResponse
* @subpackage Structs
*/
class AdeServices_GetCountriesSDSResponse extends AbstractStructBase
{
/**
* The return
* @var \GlsApi\Array\CStringArray
*/
public $return;
/**
* Constructor method for adeServices_GetCountriesSDSResponse
* @uses AdeServices_GetCountriesSDSResponse::setReturn()
* @param \GlsApi\Array\CStringArray $return
*/
public function __construct(\GlsApi\Array\CStringArray $return = null)
{
$this
->setReturn($return);
}
/**
* Get return value
* @return \GlsApi\Array\CStringArray|null
*/
public function getReturn()
{
return $this->return;
}
/**
* Set return value
* @param \GlsApi\Array\CStringArray $return
* @return \GlsApi\Struct\AdeServices_GetCountriesSDSResponse
*/
public function setReturn(\GlsApi\Array\CStringArray $return = null)
{
$this->return = $return;
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