1 | <?php |
||
13 | final class Camt053V03 implements MessageFormatInterface |
||
14 | { |
||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | public function getXmlNs() |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | public function getMsgId() |
||
30 | |||
31 | /** |
||
32 | * @return string |
||
33 | */ |
||
34 | public function getName() |
||
38 | |||
39 | /** |
||
40 | * @return DecoderInterface |
||
41 | */ |
||
42 | 2 | public function getDecoder() |
|
51 | } |
||
52 |