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