Diglin\Swisspost\StructType\GenerateSending
This class stands for GenerateSending StructType
Synopsis
class GenerateSending
extends AbstractStructBase
{
- // members
- public $SendingID;
- public $Item;
- // methods
- public void __construct()
- public string|null getSendingID()
- public GenerateSending setSendingID()
- public array getItem()
- public GenerateSending setItem()
- public GenerateSending addToItem()
- public static GenerateSending __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Violations
PHPMessDetector
| Line | Rule | Message |
|---|---|---|
| 58 - 74 | CyclomaticComplexity | The method setSendingID() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
Members
public
- $Item
—
array
The Item Meta informations extracted from the WSDL - maxOccurs: unbounded - $SendingID
—
string
The SendingID Meta informations extracted from the WSDL - minOccurs: 0 - maxLength: 50 - documentation: Excludes unsupported characters.
Methods
public
- __construct() — Constructor method for GenerateSending
- __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
- addToItem() — Add item to Item value
- getItem() — Get Item value
- getSendingID() — Get SendingID value
- setItem() — Set Item value
- setSendingID() — Set SendingID value