Diglin\Swisspost\StructType\ResponseItem
This class stands for ResponseItem StructType
Synopsis
class ResponseItem
extends AbstractStructBase
{
- // methods
- 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
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Violations
PHPMessDetector
| Line | Rule | Message |
|---|---|---|
| 68 - 84 | CyclomaticComplexity | The method setItemID() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
Members
public
- $Errors
—
\Diglin\Swisspost\StructType\ErrorsType
The Errors Meta informations extracted from the WSDL - minOccurs: 0 - $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 ResponseItem
- __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