Diglin\Swisspost\StructType\ServiceCode
This class stands for ServiceCode StructType Meta informations extracted from the WSDL - documentation: Represents a service code.
Synopsis
class ServiceCode
extends AbstractStructBase
{
- // members
- public $PRZL;
- public $Description;
- // methods
- public void __construct()
- public string|null getPRZL()
- public ServiceCode setPRZL()
- public string|null getDescription()
- public ServiceCode setDescription()
- public static ServiceCode __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. - $PRZL
—
string
The PRZL Meta informations extracted from the WSDL - documentation: Identifies a PRZL.
Methods
public
- __construct() — Constructor method for ServiceCode
- __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
- getPRZL() — Get PRZL value
- setDescription() — Set Description value
- setPRZL() — Set PRZL value