xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for printLabelsResponse Structure
* Meta information extracted from the WSDL
* - type: tns:printLabelsResponse
* @subpackage Structs
*/
class PrintLabelsResponse extends AbstractStructBase
{
/**
* The PrintLabelsResponseType
* Meta information extracted from the WSDL
* - minOccurs: 0
* @var PrintLabelsResponseType
*/
public $PrintLabelsResponseType;
/**
* Constructor method for printLabelsResponse
* @uses PrintLabelsResponse::setPrintLabelsResponseType()
* @param PrintLabelsResponseType $printLabelsResponseType
*/
public function __construct(PrintLabelsResponseType $printLabelsResponseType = null)
{
$this
->setPrintLabelsResponseType($printLabelsResponseType);
}
/**
* Get PrintLabelsResponseType value
* @return PrintLabelsResponseType|null
*/
public function getPrintLabelsResponseType()
{
return $this->PrintLabelsResponseType;
}
/**
* Set PrintLabelsResponseType value
* @param PrintLabelsResponseType $printLabelsResponseType
* @return PrintLabelsResponse
*/
public function setPrintLabelsResponseType(PrintLabelsResponseType $printLabelsResponseType = null)
{
$this->PrintLabelsResponseType = $printLabelsResponseType;
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