Diglin\Swisspost\StructType\ValidateCombinationItem
This class stands for ValidateCombinationItem StructType
Synopsis
class ValidateCombinationItem
extends AbstractStructBase
{
- // members
- public $ItemID;
- public Attributes $Attributes;
- public $Country;
- // methods
- public void __construct()
- public string|null getItemID()
- public ValidateCombinationItem setItemID()
- public Attributes|null getAttributes()
- public ValidateCombinationItem setAttributes()
- public string|null getCountry()
- public ValidateCombinationItem setCountry()
- public static ValidateCombinationItem __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Violations
PHPMessDetector
| Line | Rule | Message |
|---|---|---|
| 70 - 86 | CyclomaticComplexity | The method setItemID() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
Members
public
- $Attributes
—
\Diglin\Swisspost\StructType\Attributes
The Attributes Meta informations extracted from the WSDL - minOccurs: 0 - $Country
—
string
The Country Meta informations extracted from the WSDL - minOccurs: 0 - documentation: The ISO country code. - $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.
Methods
public
- __construct() — Constructor method for ValidateCombinationItem
- __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
- getAttributes() — Get Attributes value
- getCountry() — Get Country value
- getItemID() — Get ItemID value
- setAttributes() — Set Attributes value
- setCountry() — Set Country value
- setItemID() — Set ItemID value