Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class TrackResponse extends AbstractStructBase |
||
18 | { |
||
19 | /** |
||
20 | * The return |
||
21 | * Meta information extracted from the WSDL |
||
22 | * - minOccurs: 0 |
||
23 | * @var \ColissimoTracking\StructType\SkybillInformationResult|null |
||
24 | */ |
||
25 | protected ?\ColissimoTracking\StructType\SkybillInformationResult $return = null; |
||
26 | /** |
||
27 | * Constructor method for trackResponse |
||
28 | * @uses TrackResponse::setReturn() |
||
29 | * @param \ColissimoTracking\StructType\SkybillInformationResult $return |
||
30 | */ |
||
31 | public function __construct(?\ColissimoTracking\StructType\SkybillInformationResult $return = null) |
||
35 | } |
||
36 | /** |
||
37 | * Get return value |
||
38 | * @return \ColissimoTracking\StructType\SkybillInformationResult|null |
||
39 | */ |
||
40 | public function getReturn(): ?\ColissimoTracking\StructType\SkybillInformationResult |
||
43 | } |
||
44 | /** |
||
45 | * Set return value |
||
46 | * @param \ColissimoTracking\StructType\SkybillInformationResult $return |
||
47 | * @return \ColissimoTracking\StructType\TrackResponse |
||
48 | */ |
||
49 | public function setReturn(?\ColissimoTracking\StructType\SkybillInformationResult $return = null): self |
||
56 |