Diglin\Swisspost\StructType\UNNumbers
This class stands for UNNumbers StructType Meta informations extracted from the WSDL - documentation: Represents the UN Numbers for the additional service LQ (limited quantities).
Synopsis
class UNNumbers
extends AbstractStructBase
{
- // members
- public $UNNumber;
- // methods
- public void __construct()
- public array getUNNumber()
- public UNNumbers setUNNumber()
- public UNNumbers addToUNNumber()
- public static UNNumbers __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $UNNumber
—
array
The UNNumber Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0 - totalDigits: 4
Methods
public
- __construct() — Constructor method for UNNumbers
- __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
- addToUNNumber() — Add item to UNNumber value
- getUNNumber() — Get UNNumber value
- setUNNumber() — Set UNNumber value