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