Diglin\Swisspost\StructType\ReadAllowedServicesServiceGroups
This class stands for ReadAllowedServicesServiceGroups StructType
Synopsis
class ReadAllowedServicesServiceGroups
extends AbstractStructBase
{
- // members
- public ServiceGroup $ServiceGroup;
- public $BasicService;
- // methods
- public void __construct()
- public ServiceGroup|null getServiceGroup()
- public ReadAllowedServicesServiceGroups setServiceGroup()
- public array getBasicService()
- public ReadAllowedServicesServiceGroups setBasicService()
- public ReadAllowedServicesServiceGroups addToBasicService()
- public static ReadAllowedServicesServiceGroups __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $BasicService
—
array
The BasicService Meta informations extracted from the WSDL - maxOccurs: unbounded - $ServiceGroup
—
\Diglin\Swisspost\StructType\ServiceGroup
The ServiceGroup
Methods
public
- __construct() — Constructor method for ReadAllowedServicesServiceGroups
- __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
- getServiceGroup() — Get ServiceGroup value
- setBasicService() — Set BasicService value
- setServiceGroup() — Set ServiceGroup value