Diglin\Swisspost\StructType\LabelLayoutResponse
This class stands for LabelLayoutResponse StructType
Synopsis
class LabelLayoutResponse
extends AbstractStructBase
{
- // members
- public $LabelLayout;
- public $MaxServices;
- public $MaxDeliveryInstructions;
- public bool $FreeTextAllowed;
- // methods
- public void __construct()
- public string|null getLabelLayout()
- public LabelLayoutResponse setLabelLayout()
- public int|null getMaxServices()
- public LabelLayoutResponse setMaxServices()
- public int|null getMaxDeliveryInstructions()
- public LabelLayoutResponse setMaxDeliveryInstructions()
- public bool|null getFreeTextAllowed()
- public LabelLayoutResponse setFreeTextAllowed()
- public static LabelLayoutResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $FreeTextAllowed
—
Diglin\Swisspost\StructType\bool
The FreeTextAllowed - $LabelLayout
—
string
The LabelLayout Meta informations extracted from the WSDL - documentation: Defines valid layouts. - $MaxDeliveryInstructions
—
int
The MaxDeliveryInstructions - $MaxServices
—
int
The MaxServices
Methods
public
- __construct() — Constructor method for LabelLayoutResponse
- __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
- getFreeTextAllowed() — Get FreeTextAllowed value
- getLabelLayout() — Get LabelLayout value
- getMaxDeliveryInstructions() — Get MaxDeliveryInstructions value
- getMaxServices() — Get MaxServices value
- setFreeTextAllowed() — Set FreeTextAllowed value
- setLabelLayout() — Set LabelLayout value
- setMaxDeliveryInstructions() — Set MaxDeliveryInstructions value
- setMaxServices() — Set MaxServices value