Diglin\Swisspost\StructType\SingleBarcodesResponseItem
This class stands for SingleBarcodesResponseItem StructType
Synopsis
class SingleBarcodesResponseItem
extends ResponseItem
{
- // members
- public $IdentCode;
- public Barcodes $Barcodes;
- // Inherited members from ResponseItem
- public $ItemID;
- public ErrorsType $Errors;
- public WarningsType $Warnings;
- // methods
- public void __construct()
- public string|null getIdentCode()
- public SingleBarcodesResponseItem setIdentCode()
- public Barcodes|null getBarcodes()
- public SingleBarcodesResponseItem setBarcodes()
- public static SingleBarcodesResponseItem __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
- $Barcodes
—
\Diglin\Swisspost\StructType\Barcodes
The Barcodes Meta informations extracted from the WSDL - minOccurs: 0 - $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. - $Warnings
—
\Diglin\Swisspost\StructType\WarningsType
The Warnings Meta informations extracted from the WSDL - minOccurs: 0
Methods
public
- __construct() — Constructor method for SingleBarcodesResponseItem
- __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
- getBarcodes() — Get Barcodes value
- getIdentCode() — Get IdentCode value
- setBarcodes() — Set Barcodes value
- setIdentCode() — Set IdentCode 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