Diglin\Swisspost\StructType\LabelResponseItem
This class stands for LabelResponseItem StructType
Synopsis
class LabelResponseItem
extends ResponseItem
{
- // members
- public $IdentCode;
- public $Label;
- // Inherited members from ResponseItem
- public $ItemID;
- public ErrorsType $Errors;
- public WarningsType $Warnings;
- // methods
- public void __construct()
- public string|null getIdentCode()
- public LabelResponseItem setIdentCode()
- public string|null getLabel()
- public LabelResponseItem setLabel()
- public static LabelResponseItem __set_state()
- public string __toString()
- // Inherited methods from ResponseItem
- public void __construct()
- public string|null getItemID()
- public ResponseItem setItemID()
- public ErrorsType|null getErrors()
- public ResponseItem setErrors()
- public WarningsType|null getWarnings()
- public ResponseItem setWarnings()
- public static ResponseItem __set_state()
- public string __toString()
Hierarchy
Members
public
- $Errors
—
\Diglin\Swisspost\StructType\ErrorsType
The Errors Meta informations extracted from the WSDL - minOccurs: 0 - $IdentCode
—
string
The IdentCode Meta informations extracted from the WSDL - minOccurs: 0 - documentation: IdentCode is only a valid input for Post-internal applications. For Post-external applications the IdentCode must not be set. | Excludes unsupported characters. - $ItemID
—
string
The ItemID Meta informations extracted from the WSDL - minOccurs: 0 - documentation: Unique identifier for a specific item defined by the consumer. | Excludes unsupported characters. - $Label
—
string
The Label Meta informations extracted from the WSDL - minOccurs: 0 - $Warnings
—
\Diglin\Swisspost\StructType\WarningsType
The Warnings Meta informations extracted from the WSDL - minOccurs: 0
Methods
public
- __construct() — Constructor method for LabelResponseItem
- __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
- getIdentCode() — Get IdentCode value
- getLabel() — Get Label value
- setIdentCode() — Set IdentCode value
- setLabel() — Set Label value
Inherited from Diglin\Swisspost\StructType\ResponseItem
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
- getErrors() — Get Errors value
- getItemID() — Get ItemID value
- getWarnings() — Get Warnings value
- setErrors() — Set Errors value
- setItemID() — Set ItemID value
- setWarnings() — Set Warnings value