Diglin\Swisspost\StructType\SingleBarcodesFileInfos
This class stands for SingleBarcodesFileInfos StructType
Synopsis
class SingleBarcodesFileInfos
extends AbstractStructBase
{
- // members
- public $FrankingLicense;
- public bool $PpFranking;
- public SingleBarcodesCustomer $Customer;
- public $CustomerSystem;
- // methods
- public void __construct()
- public string|null getFrankingLicense()
- public SingleBarcodesFileInfos setFrankingLicense()
- public bool|null getPpFranking()
- public SingleBarcodesFileInfos setPpFranking()
- public SingleBarcodesCustomer|null getCustomer()
- public SingleBarcodesFileInfos setCustomer()
- public string|null getCustomerSystem()
- public SingleBarcodesFileInfos setCustomerSystem()
- public static SingleBarcodesFileInfos __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Customer
—
\Diglin\Swisspost\StructType\SingleBarcodesCustomer
The Customer - $CustomerSystem
—
string
The CustomerSystem Meta informations extracted from the WSDL - minOccurs: 0 - pattern: [a-zA-Z,0-9,\s]{1,255} | ([^\*|\\|\{|\}|\[|\]|=|>|<]) - documentation: Excludes unsupported characters. - $FrankingLicense
—
string
The FrankingLicense Meta informations extracted from the WSDL - documentation: Defines a franking license. - $PpFranking
—
Diglin\Swisspost\StructType\bool
The PpFranking Meta informations extracted from the WSDL - default: false
Methods
public
- __construct() — Constructor method for SingleBarcodesFileInfos
- __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
- getCustomer() — Get Customer value
- getCustomerSystem() — Get CustomerSystem value
- getFrankingLicense() — Get FrankingLicense value
- getPpFranking() — Get PpFranking value
- setCustomer() — Set Customer value
- setCustomerSystem() — Set CustomerSystem value
- setFrankingLicense() — Set FrankingLicense value
- setPpFranking() — Set PpFranking value