Diglin\Swisspost\StructType\AdditionalData
This class stands for AdditionalData StructType
Synopsis
class AdditionalData
extends AbstractStructBase
{
- // methods
- public void __construct()
- public string|null getType()
- public AdditionalData setType()
- public string|null getValue()
- public AdditionalData setValue()
- public static AdditionalData __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Violations
PHPMessDetector
| Line | Rule | Message |
|---|---|---|
| 59 - 75 | CyclomaticComplexity | The method setType() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
| 89 - 105 | CyclomaticComplexity | The method setValue() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
Members
public
- $Type
—
string
The Type Meta informations extracted from the WSDL - maxLength: 35 - documentation: Excludes unsupported characters. - $Value
—
string
The Value Meta informations extracted from the WSDL - maxLength: 50 - documentation: Excludes unsupported characters.
Methods
public
- __construct() — Constructor method for AdditionalData
- __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
- getType() — Get Type value
- getValue() — Get Value value
- setType() — Set Type value
- setValue() — Set Value value