Diglin\Swisspost\StructType\GenerateSingleBarcodes
This class stands for GenerateSingleBarcodes StructType
Synopsis
class GenerateSingleBarcodes
extends AbstractStructBase
{
- // methods
- public void __construct()
- public string|null getLanguage()
- public GenerateSingleBarcodes setLanguage()
- public GenerateSingleBarcodesEnvelope|null getEnvelope()
- public GenerateSingleBarcodes setEnvelope()
- public static GenerateSingleBarcodes __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Envelope
—
\Diglin\Swisspost\StructType\GenerateSingleBarcodesEnvelope
The Envelope - $Language
—
string
The Language
Methods
public
- __construct() — Constructor method for GenerateSingleBarcodes
- __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
- getEnvelope() — Get Envelope value
- getLanguage() — Get Language value
- setEnvelope() — Set Envelope value
- setLanguage() — Set Language value