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