Diglin\Swisspost\StructType\SingleBarcodesResponseDefinition
This class stands for SingleBarcodesResponseDefinition StructType
Synopsis
class SingleBarcodesResponseDefinition
extends SingleBarcodesDefinition
{
- // members
- public bool $ColorPrintRequired;
- // Inherited members from SingleBarcodesDefinition
- public $ImageFileType;
- public $ImageResolution;
- // methods
- public void __construct()
- public bool|null getColorPrintRequired()
- public SingleBarcodesResponseDefinition setColorPrintRequired()
- public static SingleBarcodesResponseDefinition __set_state()
- public string __toString()
- // Inherited methods from SingleBarcodesDefinition
- 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
Members
public
- $ColorPrintRequired
—
Diglin\Swisspost\StructType\bool
The ColorPrintRequired - $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 SingleBarcodesResponseDefinition
- __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
- getColorPrintRequired() — Get ColorPrintRequired value
- setColorPrintRequired() — Set ColorPrintRequired value
Inherited from Diglin\Swisspost\StructType\SingleBarcodesDefinition
public
- __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