Diglin\Swisspost\StructType\ReadBasicServicesResponse
This class stands for ReadBasicServicesResponse StructType
Synopsis
class ReadBasicServicesResponse
extends AbstractStructBase
{
- // members
- public $BasicService;
- public ErrorsType $Errors;
- // methods
- public void __construct()
- public array getBasicService()
- public ReadBasicServicesResponse setBasicService()
- public ReadBasicServicesResponse addToBasicService()
- public ErrorsType|null getErrors()
- public ReadBasicServicesResponse setErrors()
- public static ReadBasicServicesResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $BasicService
—
array
The BasicService Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0 - $Errors
—
\Diglin\Swisspost\StructType\ErrorsType
The Errors Meta informations extracted from the WSDL - minOccurs: 0
Methods
public
- __construct() — Constructor method for ReadBasicServicesResponse
- __set_state() — Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
- __toString() — Method returning the class name
- addToBasicService() — Add item to BasicService value
- getBasicService() — Get BasicService value
- getErrors() — Get Errors value
- setBasicService() — Set BasicService value
- setErrors() — Set Errors value