Diglin\Swisspost\StructType\SingleBarcodesDefinition
This class stands for SingleBarcodesDefinition StructType
Synopsis
class SingleBarcodesDefinition
extends AbstractStructBase
{
- // members
- public $ImageFileType;
- public $ImageResolution;
- // methods
- public void __construct()
- public string|null getImageFileType()
- public SingleBarcodesDefinition setImageFileType()
- public int|null getImageResolution()
- public SingleBarcodesDefinition setImageResolution()
- public static SingleBarcodesDefinition __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $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 SingleBarcodesDefinition
- __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
- getImageFileType() — Get ImageFileType value
- getImageResolution() — Get ImageResolution value
- setImageFileType() — Set ImageFileType value
- setImageResolution() — Set ImageResolution value