xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for Get5K30KCancelObjectionStatusResponse StructType
* @subpackage Structs
*/
class Get5K30KCancelObjectionStatusResponse extends AbstractStructBase
{
/**
* The Get5K30KCancelObjectionStatusResult
* Meta information extracted from the WSDL
* - minOccurs: 0
* - nillable: true
* @var EFaturaWebService_ResultType
*/
public $Get5K30KCancelObjectionStatusResult;
/**
* Constructor method for Get5K30KCancelObjectionStatusResponse
* @uses Get5K30KCancelObjectionStatusResponse::setGet5K30KCancelObjectionStatusResult()
* @param EFaturaWebService_ResultType $get5K30KCancelObjectionStatusResult
*/
public function __construct(EFaturaWebService_ResultType $get5K30KCancelObjectionStatusResult = null)
{
$this
->setGet5K30KCancelObjectionStatusResult($get5K30KCancelObjectionStatusResult);
}
/**
* Get Get5K30KCancelObjectionStatusResult value
* An additional test has been added (isset) before returning the property value as
* this property may have been unset before, due to the fact that this property is
* removable from the request (nillable=true+minOccurs=0)
* @return EFaturaWebService_ResultType|null
*/
public function getGet5K30KCancelObjectionStatusResult()
{
return isset($this->Get5K30KCancelObjectionStatusResult) ? $this->Get5K30KCancelObjectionStatusResult : null;
}
/**
* Set Get5K30KCancelObjectionStatusResult value
* This property is removable from request (nillable=true+minOccurs=0), therefore
* if the value assigned to this property is null, it is removed from this object
* @param EFaturaWebService_ResultType $get5K30KCancelObjectionStatusResult
* @return Get5K30KCancelObjectionStatusResponse
*/
public function setGet5K30KCancelObjectionStatusResult(EFaturaWebService_ResultType $get5K30KCancelObjectionStatusResult = null)
{
if (is_null($get5K30KCancelObjectionStatusResult) || (is_array($get5K30KCancelObjectionStatusResult) && empty($get5K30KCancelObjectionStatusResult))) {
unset($this->Get5K30KCancelObjectionStatusResult);
} else {
$this->Get5K30KCancelObjectionStatusResult = $get5K30KCancelObjectionStatusResult;
}
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