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