Diglin\Swisspost\StructType\BarcodeDefinition
This class stands for BarcodeDefinition StructType Meta informations extracted from the WSDL - documentation: Represents a BarcodeDefinition for the GenerateBarcode Service.
Synopsis
class BarcodeDefinition
extends AbstractStructBase
{
- // members
- public $BarcodeType;
- public $ImageFileType;
- public $ImageResolution;
- // methods
- public void __construct()
- public string|null getBarcodeType()
- public BarcodeDefinition setBarcodeType()
- public string|null getImageFileType()
- public BarcodeDefinition setImageFileType()
- public int|null getImageResolution()
- public BarcodeDefinition setImageResolution()
- public static BarcodeDefinition __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $BarcodeType
—
string
The BarcodeType - $ImageFileType
—
string
The ImageFileType Meta informations extracted from the WSDL - documentation: Defines valid formats of images. - $ImageResolution
—
int
The ImageResolution
Methods
public
- __construct() — Constructor method for BarcodeDefinition
- __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
- getBarcodeType() — Get BarcodeType value
- getImageFileType() — Get ImageFileType value
- getImageResolution() — Get ImageResolution value
- setBarcodeType() — Set BarcodeType value
- setImageFileType() — Set ImageFileType value
- setImageResolution() — Set ImageResolution value