Diglin\Swisspost\StructType\GenerateLabelResponseDefinition
This class stands for GenerateLabelResponseDefinition StructType
Synopsis
class GenerateLabelResponseDefinition
extends GenerateLabelDefinition
{
- // members
- public bool $ColorPrintRequired;
- // Inherited members from GenerateLabelDefinition
- public $PrintAddresses;
- public $ImageFileType;
- public $ImageResolution;
- public bool $PrintPreview;
- // Inherited members from LabelDefinition
- public $LabelLayout;
- // methods
- public void __construct()
- public bool|null getColorPrintRequired()
- public GenerateLabelResponseDefinition setColorPrintRequired()
- public static GenerateLabelResponseDefinition __set_state()
- public string __toString()
- // Inherited methods from GenerateLabelDefinition
- 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
- $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 - $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 GenerateLabelResponseDefinition
- __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\GenerateLabelDefinition
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
- 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