| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class FindPointRetraitAcheminementByIDResponse extends AbstractStructBase |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * The return |
||
| 18 | * Meta information extracted from the WSDL |
||
| 19 | * - minOccurs: 0 |
||
| 20 | * @var \ColissimoPickupPoint\StructType\PointRetraitAcheminementByIDResult |
||
| 21 | */ |
||
| 22 | public $return; |
||
| 23 | /** |
||
| 24 | * Constructor method for findPointRetraitAcheminementByIDResponse |
||
| 25 | * @uses FindPointRetraitAcheminementByIDResponse::setReturn() |
||
| 26 | * @param \ColissimoPickupPoint\StructType\PointRetraitAcheminementByIDResult $return |
||
| 27 | */ |
||
| 28 | public function __construct(\ColissimoPickupPoint\StructType\PointRetraitAcheminementByIDResult $return = null) |
||
| 32 | } |
||
| 33 | /** |
||
| 34 | * Get return value |
||
| 35 | * @return \ColissimoPickupPoint\StructType\PointRetraitAcheminementByIDResult|null |
||
| 36 | */ |
||
| 37 | public function getReturn() |
||
| 40 | } |
||
| 41 | /** |
||
| 42 | * Set return value |
||
| 43 | * @param \ColissimoPickupPoint\StructType\PointRetraitAcheminementByIDResult $return |
||
| 44 | * @return \ColissimoPickupPoint\StructType\FindPointRetraitAcheminementByIDResponse |
||
| 45 | */ |
||
| 46 | public function setReturn(\ColissimoPickupPoint\StructType\PointRetraitAcheminementByIDResult $return = null) |
||
| 52 |