Diglin\Swisspost\StructType\ValidateCombination
This class stands for ValidateCombination StructType
Synopsis
class ValidateCombination
extends AbstractStructBase
{
- // methods
- public void __construct()
- public string|null getLanguage()
- public ValidateCombination setLanguage()
- public Envelope|null getEnvelope()
- public ValidateCombination setEnvelope()
- public static ValidateCombination __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Envelope
—
\Diglin\Swisspost\StructType\Envelope
The Envelope - $Language
—
string
The Language
Methods
public
- __construct() — Constructor method for ValidateCombination
- __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
- getEnvelope() — Get Envelope value
- getLanguage() — Get Language value
- setEnvelope() — Set Envelope value
- setLanguage() — Set Language value