Diglin\Swisspost\StructType\ServiceGroup
This class stands for ServiceGroup StructType Meta informations extracted from the WSDL - documentation: Represents a Service Group.
Synopsis
class ServiceGroup
extends AbstractStructBase
{
- // members
- public $ServiceGroupID;
- public $Description;
- // methods
- public void __construct()
- public int|null getServiceGroupID()
- public ServiceGroup setServiceGroupID()
- public string|null getDescription()
- public ServiceGroup setDescription()
- public static ServiceGroup __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Description
—
string
The Description Meta informations extracted from the WSDL - documentation: A common type for descriptions. - $ServiceGroupID
—
int
The ServiceGroupID
Methods
public
- __construct() — Constructor method for ServiceGroup
- __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
- getDescription() — Get Description value
- getServiceGroupID() — Get ServiceGroupID value
- setDescription() — Set Description value
- setServiceGroupID() — Set ServiceGroupID value