Diglin\Swisspost\StructType\GenerateLabelDefinition
This class stands for GenerateLabelDefinition StructType
Synopsis
class GenerateLabelDefinition
extends LabelDefinition
{
- // members
- public $PrintAddresses;
- public $ImageFileType;
- public $ImageResolution;
- public bool $PrintPreview;
- // Inherited members from LabelDefinition
- public $LabelLayout;
- // methods
- public void __construct()
- public string|null getPrintAddresses()
- public GenerateLabelDefinition setPrintAddresses()
- public string|null getImageFileType()
- public GenerateLabelDefinition setImageFileType()
- public int|null getImageResolution()
- public GenerateLabelDefinition setImageResolution()
- public bool|null getPrintPreview()
- public GenerateLabelDefinition setPrintPreview()
- public static GenerateLabelDefinition __set_state()
- public string __toString()
- // Inherited methods from LabelDefinition
- public void __construct()
- public string|null getLabelLayout()
- public LabelDefinition setLabelLayout()
- public static LabelDefinition __set_state()
- public string __toString()
Hierarchy
Members
public
- $ImageFileType
—
string
The ImageFileType Meta informations extracted from the WSDL - documentation: Defines valid formats of images. - $ImageResolution
—
int
The ImageResolution - $LabelLayout
—
string
The LabelLayout Meta informations extracted from the WSDL - documentation: Defines valid layouts. - $PrintAddresses
—
string
The PrintAddresses - $PrintPreview
—
Diglin\Swisspost\StructType\bool
The PrintPreview
Methods
public
- __construct() — Constructor method for GenerateLabelDefinition
- __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
- getPrintAddresses() — Get PrintAddresses value
- getPrintPreview() — Get PrintPreview value
- setImageFileType() — Set ImageFileType value
- setImageResolution() — Set ImageResolution value
- setPrintAddresses() — Set PrintAddresses value
- setPrintPreview() — Set PrintPreview value
Inherited from Diglin\Swisspost\StructType\LabelDefinition
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
- getLabelLayout() — Get LabelLayout value
- setLabelLayout() — Set LabelLayout value