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