| 1 | <?php |
||
| 11 | class RetrievalMethodType |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @property string $uRI |
||
| 16 | */ |
||
| 17 | private $uRI = null; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @property string $type |
||
| 21 | */ |
||
| 22 | private $type = null; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @property |
||
| 26 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[] |
||
| 27 | * $transforms |
||
| 28 | */ |
||
| 29 | private $transforms = null; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Gets as uRI |
||
| 33 | * |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public function getURI() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Sets a new uRI |
||
| 43 | * |
||
| 44 | * @param string $uRI |
||
| 45 | * @return self |
||
| 46 | */ |
||
| 47 | public function setURI($uRI) |
||
| 52 | |||
| 53 | /** |
||
| 54 | * Gets as type |
||
| 55 | * |
||
| 56 | * @return string |
||
| 57 | */ |
||
| 58 | public function getType() |
||
| 62 | |||
| 63 | /** |
||
| 64 | * Sets a new type |
||
| 65 | * |
||
| 66 | * @param string $type |
||
| 67 | * @return self |
||
| 68 | */ |
||
| 69 | public function setType($type) |
||
| 74 | |||
| 75 | /** |
||
| 76 | * Adds as transform |
||
| 77 | * |
||
| 78 | * @return self |
||
| 79 | * @param |
||
| 80 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform |
||
| 81 | * $transform |
||
| 82 | */ |
||
| 83 | public function addToTransforms(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform $transform) |
||
| 88 | |||
| 89 | /** |
||
| 90 | * isset transforms |
||
| 91 | * |
||
| 92 | * @param scalar $index |
||
| 93 | * @return boolean |
||
| 94 | */ |
||
| 95 | public function issetTransforms($index) |
||
| 99 | |||
| 100 | /** |
||
| 101 | * unset transforms |
||
| 102 | * |
||
| 103 | * @param scalar $index |
||
| 104 | * @return void |
||
| 105 | */ |
||
| 106 | public function unsetTransforms($index) |
||
| 110 | |||
| 111 | /** |
||
| 112 | * Gets as transforms |
||
| 113 | * |
||
| 114 | * @return |
||
| 115 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[] |
||
| 116 | */ |
||
| 117 | public function getTransforms() |
||
| 121 | |||
| 122 | /** |
||
| 123 | * Sets a new transforms |
||
| 124 | * |
||
| 125 | * @param |
||
| 126 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[] |
||
| 127 | * $transforms |
||
| 128 | * @return self |
||
| 129 | */ |
||
| 130 | public function setTransforms(array $transforms) |
||
| 135 | |||
| 136 | |||
| 137 | } |
||
| 138 | |||
| 139 |